! Started logfile: J1628-1415_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:10:32 2016 obs J1628-1415_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1628-1415_S_2014_08_09_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.677546 visibilities/baseline/integration-bin. ! Found source: J1628-1415 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 342 lines of history. ! ! Reading 11708 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J1628-1415_S_2014_08_09_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.933241Jy sigma=0.008596 ! Fit after self-cal, rms=0.889453Jy sigma=0.008324 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.384 mas, bmaj=9.528 mas, bpa=19.27 degrees ! Estimated noise=960.365 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0852137 Jy ! Component: 100 - total flux cleaned = 0.115029 Jy ! Total flux subtracted in 100 components = 0.115029 Jy ! Clean residual min=-0.009496 max=0.022773 Jy/beam ! Clean residual mean=-0.000118 rms=0.003447 Jy/beam ! Combined flux in latest and established models = 0.115029 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.115029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.241149Jy sigma=0.000917 ! Fit after self-cal, rms=0.240982Jy sigma=0.000915 ! Inverting map ! Added new window around map position (22, -8.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.022553 Jy ! Component: 100 - total flux cleaned = 0.0380031 Jy ! Total flux subtracted in 100 components = 0.0380031 Jy ! Clean residual min=-0.007033 max=0.009514 Jy/beam ! Clean residual mean=-0.000085 rms=0.002395 Jy/beam ! Combined flux in latest and established models = 0.153033 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 40 components and 0.153033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.236407Jy sigma=0.000849 ! Fit after self-cal, rms=0.236173Jy sigma=0.000846 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.101 mas, bmaj=10.67 mas, bpa=15.89 degrees ! Estimated noise=714.002 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0179795 Jy ! Component: 100 - total flux cleaned = 0.0308745 Jy ! Component: 150 - total flux cleaned = 0.0406822 Jy ! Component: 200 - total flux cleaned = 0.0483518 Jy ! Total flux subtracted in 200 components = 0.0483518 Jy ! Clean residual min=-0.005549 max=0.009652 Jy/beam ! Clean residual mean=-0.000040 rms=0.001853 Jy/beam ! Combined flux in latest and established models = 0.201384 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 100 components and 0.201384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.232263Jy sigma=0.000807 ! Fit after self-cal, rms=0.232113Jy sigma=0.000806 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.87 HN 1.06 KP 1.01 ! LA 1.05 MK 1.00* NL 1.07 OV 0.95 ! PT 0.93 SC 1.02 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.07 KP 1.00 ! LA 1.01 MK 1.00* NL 1.00 OV 0.99 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.14 HN 1.15 KP 0.84 ! LA 0.81 MK 1.00* NL 1.01 OV 0.96 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 1.06 KP 0.85 ! LA 0.79 MK 1.00* NL 1.11 OV 0.98 ! PT 0.99 SC 0.97 ! ! ! Fit before self-cal, rms=0.232113Jy sigma=0.000806 ! Fit after self-cal, rms=0.233895Jy sigma=0.000791 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.129 mas, bmaj=10.87 mas, bpa=16.16 degrees ! Estimated noise=700.272 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (30, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00831433 Jy ! Component: 100 - total flux cleaned = 0.0129021 Jy ! Component: 150 - total flux cleaned = 0.0160149 Jy ! Component: 200 - total flux cleaned = 0.0182564 Jy ! Total flux subtracted in 200 components = 0.0182564 Jy ! Clean residual min=-0.003667 max=0.003939 Jy/beam ! Clean residual mean=-0.000003 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.219641 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 147 components and 0.219641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.233168Jy sigma=0.000784 ! Fit after self-cal, rms=0.233128Jy sigma=0.000782 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.233128Jy sigma=0.000782 ! Fit after self-cal, rms=0.085416Jy sigma=0.000765 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.137 mas, bmaj=10.89 mas, bpa=16.06 degrees ! Estimated noise=691.216 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00245477 Jy ! Component: 100 - total flux cleaned = 0.00405079 Jy ! Component: 150 - total flux cleaned = 0.0047375 Jy ! Component: 200 - total flux cleaned = 0.00528025 Jy ! Total flux subtracted in 200 components = 0.00528025 Jy ! Clean residual min=-0.002184 max=0.002338 Jy/beam ! Clean residual mean=-0.000000 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.224921 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 185 components and 0.224921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085317Jy sigma=0.000764 ! Fit after self-cal, rms=0.085174Jy sigma=0.000763 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000843193 Jy ! Component: 100 - total flux cleaned = 0.00132281 Jy ! Component: 150 - total flux cleaned = 0.00174016 Jy ! Component: 200 - total flux cleaned = 0.00207265 Jy ! Total flux subtracted in 200 components = 0.00207265 Jy ! Clean residual min=-0.002209 max=0.002225 Jy/beam ! Clean residual mean=-0.000000 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.226994 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 201 components and 0.226994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085135Jy sigma=0.000763 ! Fit after self-cal, rms=0.085127Jy sigma=0.000763 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085127Jy sigma=0.000763 ! Fit after self-cal, rms=0.084904Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.134 mas, bmaj=10.88 mas, bpa=16.08 degrees ! Estimated noise=691.222 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000671886 Jy ! Component: 100 - total flux cleaned = 0.00100689 Jy ! Component: 150 - total flux cleaned = 0.0011858 Jy ! Component: 200 - total flux cleaned = 0.00129547 Jy ! Total flux subtracted in 200 components = 0.00129547 Jy ! Clean residual min=-0.002141 max=0.002155 Jy/beam ! Clean residual mean=-0.000002 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.228289 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 209 components and 0.228289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084879Jy sigma=0.000763 ! Fit after self-cal, rms=0.084868Jy sigma=0.000763 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000197919 Jy ! Component: 100 - total flux cleaned = 0.000328543 Jy ! Component: 150 - total flux cleaned = 0.000426391 Jy ! Component: 200 - total flux cleaned = 0.00054155 Jy ! Total flux subtracted in 200 components = 0.00054155 Jy ! Clean residual min=-0.002131 max=0.002122 Jy/beam ! Clean residual mean=-0.000002 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.228831 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 223 components and 0.228831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084853Jy sigma=0.000763 ! Fit after self-cal, rms=0.084849Jy sigma=0.000762 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084849Jy sigma=0.000762 ! Fit after self-cal, rms=0.084761Jy sigma=0.000762 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.937 mas, bmaj=14.72 mas, bpa=6.091 degrees ! Estimated noise=794.967 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00051017 Jy ! Component: 100 - total flux cleaned = 0.000950953 Jy ! Component: 150 - total flux cleaned = 0.00132198 Jy ! Component: 200 - total flux cleaned = 0.00149728 Jy ! Total flux subtracted in 200 components = 0.00149728 Jy ! Clean residual min=-0.002119 max=0.001881 Jy/beam ! Clean residual mean=-0.000005 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.230328 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 248 components and 0.230328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084754Jy sigma=0.000762 ! Fit after self-cal, rms=0.084748Jy sigma=0.000762 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.99314e-06 Jy ! Component: 100 - total flux cleaned = 0.000355709 Jy ! Component: 150 - total flux cleaned = 0.000502326 Jy ! Component: 200 - total flux cleaned = 0.000569196 Jy ! Total flux subtracted in 200 components = 0.000569196 Jy ! Clean residual min=-0.002066 max=0.001799 Jy/beam ! Clean residual mean=-0.000005 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.230897 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 258 components and 0.230897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084744Jy sigma=0.000762 ! Fit after self-cal, rms=0.084741Jy sigma=0.000762 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.134 mas, bmaj=10.87 mas, bpa=16.07 degrees ! Estimated noise=691.424 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.134 x 10.87 at 16.07 degrees (North through East) ! Clean map min=-0.002112 max=0.11561 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.39 mas, bmaj=9.708 mas, bpa=19.28 degrees ! Estimated noise=939.953 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.083097 Jy ! Component: 100 - total flux cleaned = 0.116192 Jy ! Component: 150 - total flux cleaned = 0.137304 Jy ! Component: 200 - total flux cleaned = 0.152734 Jy ! Total flux subtracted in 200 components = 0.152734 Jy ! Clean residual min=-0.006386 max=0.008973 Jy/beam ! Clean residual mean=-0.000067 rms=0.002102 Jy/beam ! Combined flux in latest and established models = 0.152734 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 35 model components to the UV plane model. ! The established model now contains 35 components and 0.152734 Jy ! Inverting map and beam ! Estimated beam: bmin=4.134 mas, bmaj=10.87 mas, bpa=16.07 degrees ! Estimated noise=691.424 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0162075 Jy ! Component: 100 - total flux cleaned = 0.0282435 Jy ! Component: 150 - total flux cleaned = 0.0375594 Jy ! Component: 200 - total flux cleaned = 0.0449012 Jy ! Total flux subtracted in 200 components = 0.0449012 Jy ! Clean residual min=-0.003702 max=0.005187 Jy/beam ! Clean residual mean=-0.000028 rms=0.001278 Jy/beam ! Combined flux in latest and established models = 0.197635 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 106 components and 0.197635 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.937 mas, bmaj=14.72 mas, bpa=6.091 degrees ! Estimated noise=794.967 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00859868 Jy ! Component: 100 - total flux cleaned = 0.014409 Jy ! Component: 150 - total flux cleaned = 0.0185435 Jy ! Component: 200 - total flux cleaned = 0.0216545 Jy ! Total flux subtracted in 200 components = 0.0216545 Jy ! Clean residual min=-0.002526 max=0.003138 Jy/beam ! Clean residual mean=-0.000022 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.21929 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00241122 Jy ! Component: 100 - total flux cleaned = 0.00433468 Jy ! Component: 150 - total flux cleaned = 0.00589993 Jy ! Component: 200 - total flux cleaned = 0.0071869 Jy ! Total flux subtracted in 200 components = 0.0071869 Jy ! Clean residual min=-0.002160 max=0.002408 Jy/beam ! Clean residual mean=-0.000014 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.226477 Jy ! Adding 114 model components to the UV plane model. ! The established model now contains 202 components and 0.226477 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.134 mas, bmaj=10.87 mas, bpa=16.07 degrees ! Estimated noise=691.424 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000640915 Jy ! Component: 100 - total flux cleaned = 0.00112963 Jy ! Component: 150 - total flux cleaned = 0.00162146 Jy ! Component: 200 - total flux cleaned = 0.00192248 Jy ! Total flux subtracted in 200 components = 0.00192248 Jy ! Clean residual min=-0.002374 max=0.002517 Jy/beam ! Clean residual mean=-0.000005 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.228399 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 220 components and 0.228399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084844Jy sigma=0.000763 ! Fit after self-cal, rms=0.084829Jy sigma=0.000763 wmodel J1628-1415_S_2014_08_09_pus_map.mod ! Writing 220 model components to file: J1628-1415_S_2014_08_09_pus_map.mod wobs J1628-1415_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1628-1415_S_2014_08_09_pus_uvs.fits wwins J1628-1415_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J1628-1415_S_2014_08_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 8.52102e-05 Jy ! Component: 100 - total flux cleaned = 0.000311208 Jy ! Component: 150 - total flux cleaned = 0.000346157 Jy ! Component: 200 - total flux cleaned = 0.000379218 Jy ! Component: 250 - total flux cleaned = 0.000318138 Jy ! Component: 300 - total flux cleaned = 0.000407448 Jy ! Component: 350 - total flux cleaned = 0.000292018 Jy ! Component: 400 - total flux cleaned = 0.000208362 Jy ! Component: 450 - total flux cleaned = 7.3674e-05 Jy ! Component: 500 - total flux cleaned = -4.43891e-06 Jy ! Component: 550 - total flux cleaned = -5.56727e-05 Jy ! Component: 600 - total flux cleaned = -0.000204575 Jy ! Component: 650 - total flux cleaned = -0.000277721 Jy ! Component: 700 - total flux cleaned = -0.000372551 Jy ! Component: 750 - total flux cleaned = -0.00032576 Jy ! Component: 800 - total flux cleaned = -0.000325701 Jy ! Component: 850 - total flux cleaned = -0.000325491 Jy ! Component: 900 - total flux cleaned = -0.000303898 Jy ! Component: 950 - total flux cleaned = -0.00026079 Jy ! Component: 1000 - total flux cleaned = -0.000261458 Jy ! Component: 1050 - total flux cleaned = -0.000303249 Jy ! Component: 1100 - total flux cleaned = -0.000303531 Jy ! Component: 1150 - total flux cleaned = -0.000304042 Jy ! Component: 1200 - total flux cleaned = -0.000383484 Jy ! Component: 1250 - total flux cleaned = -0.000383134 Jy ! Component: 1300 - total flux cleaned = -0.00040245 Jy ! Component: 1350 - total flux cleaned = -0.00038332 Jy ! Component: 1400 - total flux cleaned = -0.000383426 Jy ! Component: 1450 - total flux cleaned = -0.000402121 Jy ! Component: 1500 - total flux cleaned = -0.000438918 Jy ! Component: 1550 - total flux cleaned = -0.000366225 Jy ! Component: 1600 - total flux cleaned = -0.000366525 Jy ! Component: 1650 - total flux cleaned = -0.000419659 Jy ! Component: 1700 - total flux cleaned = -0.000366907 Jy ! Component: 1750 - total flux cleaned = -0.000297514 Jy ! Component: 1800 - total flux cleaned = -0.000229226 Jy ! Component: 1850 - total flux cleaned = -0.000212516 Jy ! Component: 1900 - total flux cleaned = -0.000162572 Jy ! Component: 1950 - total flux cleaned = -0.000195801 Jy ! Component: 2000 - total flux cleaned = -0.000195708 Jy ! Component: 2050 - total flux cleaned = -1.75928e-05 Jy ! Component: 2100 - total flux cleaned = -6.55514e-05 Jy ! Component: 2150 - total flux cleaned = -1.81367e-05 Jy ! Component: 2200 - total flux cleaned = 4.45576e-05 Jy ! Component: 2250 - total flux cleaned = 7.53708e-05 Jy ! Component: 2300 - total flux cleaned = 0.000105906 Jy ! Component: 2350 - total flux cleaned = 0.00013634 Jy ! Component: 2400 - total flux cleaned = 0.000151359 Jy ! Component: 2450 - total flux cleaned = 0.000210914 Jy ! Component: 2500 - total flux cleaned = 0.000181469 Jy ! Component: 2550 - total flux cleaned = 0.000239799 Jy ! Component: 2600 - total flux cleaned = 0.000254147 Jy ! Component: 2650 - total flux cleaned = 0.000282796 Jy ! Component: 2700 - total flux cleaned = 0.00032532 Jy ! Component: 2750 - total flux cleaned = 0.000395614 Jy ! Component: 2800 - total flux cleaned = 0.000409522 Jy ! Component: 2850 - total flux cleaned = 0.000464887 Jy ! Component: 2900 - total flux cleaned = 0.000492289 Jy ! Component: 2950 - total flux cleaned = 0.000587441 Jy ! Component: 3000 - total flux cleaned = 0.000627862 Jy ! Component: 3050 - total flux cleaned = 0.000667938 Jy ! Component: 3100 - total flux cleaned = 0.000747653 Jy ! Component: 3150 - total flux cleaned = 0.000826633 Jy ! Component: 3200 - total flux cleaned = 0.000891963 Jy ! Component: 3250 - total flux cleaned = 0.000982734 Jy ! Component: 3300 - total flux cleaned = 0.00100866 Jy ! Component: 3350 - total flux cleaned = 0.00112365 Jy ! Component: 3400 - total flux cleaned = 0.00117421 Jy ! Component: 3450 - total flux cleaned = 0.00123732 Jy ! Component: 3500 - total flux cleaned = 0.0012748 Jy ! Component: 3550 - total flux cleaned = 0.00136167 Jy ! Component: 3600 - total flux cleaned = 0.00141099 Jy ! Component: 3650 - total flux cleaned = 0.00145991 Jy ! Component: 3700 - total flux cleaned = 0.00150865 Jy ! Component: 3750 - total flux cleaned = 0.00156906 Jy ! Component: 3800 - total flux cleaned = 0.00159314 Jy ! Component: 3850 - total flux cleaned = 0.00168846 Jy ! Component: 3900 - total flux cleaned = 0.00166481 Jy ! Component: 3950 - total flux cleaned = 0.00175888 Jy ! Component: 4000 - total flux cleaned = 0.00180569 Jy ! Component: 4050 - total flux cleaned = 0.00179413 Jy ! Total flux subtracted in 4096 components = 0.00184043 Jy ! Clean residual min=-0.000576 max=0.000915 Jy/beam ! Clean residual mean=-0.000000 rms=0.000218 Jy/beam ! Combined flux in latest and established models = 0.23024 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 492 components and 0.23024 Jy ![Exited script file: muppet] wmap "J1628-1415_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.134 x 10.87 at 16.07 degrees (North through East) ! Clean map min=-0.0015293 max=0.11494 Jy/beam ! Writing clean map to FITS file: J1628-1415_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.114943 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000214538 device "J1628-1415_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1628-1415_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.559944 0.559944 1.11989 2.23978 4.47955 8.95911 17.9182 35.8364 71.6729 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.114 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.134 x 10.87 at 16.07 degrees (North through East) ! Clean map min=-0.0015293 max=0.11494 Jy/beam quit ! Quitting program ! Log file J1628-1415_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:10:37 2016