! Started logfile: J0824-1827_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:58:59 2016 obs J0824-1827_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0824-1827_S_2014_08_09_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.762249 visibilities/baseline/integration-bin. ! Found source: J0824-1827 ! ! 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 11388 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 J0824-1827_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 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.794447Jy sigma=0.006994 ! Fit after self-cal, rms=0.755916Jy sigma=0.006665 ! 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.112 mas, bmaj=11.85 mas, bpa=17.66 degrees ! Estimated noise=1161.51 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.185208 Jy ! Component: 100 - total flux cleaned = 0.236172 Jy ! Total flux subtracted in 100 components = 0.236172 Jy ! Clean residual min=-0.009602 max=0.023422 Jy/beam ! Clean residual mean=-0.000017 rms=0.003255 Jy/beam ! Combined flux in latest and established models = 0.236172 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.236172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109850Jy sigma=0.000909 ! Fit after self-cal, rms=0.109807Jy sigma=0.000909 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.027187 Jy ! Component: 100 - total flux cleaned = 0.0436907 Jy ! Total flux subtracted in 100 components = 0.0436907 Jy ! Clean residual min=-0.007052 max=0.008511 Jy/beam ! Clean residual mean=-0.000014 rms=0.001840 Jy/beam ! Combined flux in latest and established models = 0.279862 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 32 components and 0.279862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100795Jy sigma=0.000826 ! Fit after self-cal, rms=0.100749Jy sigma=0.000825 ! 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=3.86 mas, bmaj=12.79 mas, bpa=16.07 degrees ! Estimated noise=762.838 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.013056 Jy ! Component: 100 - total flux cleaned = 0.020173 Jy ! Component: 150 - total flux cleaned = 0.0243534 Jy ! Component: 200 - total flux cleaned = 0.0269402 Jy ! Total flux subtracted in 200 components = 0.0269402 Jy ! Clean residual min=-0.006182 max=0.004731 Jy/beam ! Clean residual mean=-0.000018 rms=0.001234 Jy/beam ! Combined flux in latest and established models = 0.306803 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 76 components and 0.306803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098785Jy sigma=0.000812 ! Fit after self-cal, rms=0.098772Jy sigma=0.000812 ! 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 0.99 FD 0.90 HN 0.98 KP 1.07 ! LA 1.09 MK 1.00* NL 0.97 OV 1.00 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.07 HN 1.09 KP 1.02 ! LA 1.05 MK 1.00* NL 1.01 OV 1.01 ! PT 1.01 SC 1.07 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.19 HN 1.07 KP 0.90 ! LA 0.82 MK 1.00* NL 0.96 OV 0.94 ! PT 1.01 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.04 FD 1.06 HN 1.06 KP 0.89 ! LA 0.79 MK 1.00* NL 1.09 OV 0.99 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.098772Jy sigma=0.000812 ! Fit after self-cal, rms=0.093864Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.87 mas, bmaj=12.89 mas, bpa=16.17 degrees ! Estimated noise=765.917 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.00209813 Jy ! Component: 100 - total flux cleaned = -0.00230754 Jy ! Component: 150 - total flux cleaned = -0.00238957 Jy ! Component: 200 - total flux cleaned = -0.00242477 Jy ! Total flux subtracted in 200 components = -0.00242477 Jy ! Clean residual min=-0.002637 max=0.002650 Jy/beam ! Clean residual mean=-0.000007 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.304378 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 88 components and 0.304378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093807Jy sigma=0.000773 ! Fit after self-cal, rms=0.093822Jy sigma=0.000773 ! 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.093822Jy sigma=0.000773 ! Fit after self-cal, rms=0.093963Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.876 mas, bmaj=12.91 mas, bpa=16.19 degrees ! Estimated noise=766.079 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00128289 Jy ! Component: 100 - total flux cleaned = -0.00145218 Jy ! Component: 150 - total flux cleaned = -0.00161152 Jy ! Component: 200 - total flux cleaned = -0.0016345 Jy ! Total flux subtracted in 200 components = -0.0016345 Jy ! Clean residual min=-0.002461 max=0.002372 Jy/beam ! Clean residual mean=-0.000005 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.302743 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 97 components and 0.302743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093938Jy sigma=0.000771 ! Fit after self-cal, rms=0.093947Jy sigma=0.000771 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 = -5.45728e-05 Jy ! Component: 100 - total flux cleaned = -7.43264e-05 Jy ! Component: 150 - total flux cleaned = -7.43191e-05 Jy ! Component: 200 - total flux cleaned = -9.09889e-05 Jy ! Total flux subtracted in 200 components = -9.09889e-05 Jy ! Clean residual min=-0.002435 max=0.002338 Jy/beam ! Clean residual mean=-0.000005 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.302652 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 105 components and 0.302652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093940Jy sigma=0.000771 ! Fit after self-cal, rms=0.093938Jy sigma=0.000771 ! 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.093938Jy sigma=0.000771 ! Fit after self-cal, rms=0.094162Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.879 mas, bmaj=12.93 mas, bpa=16.21 degrees ! Estimated noise=766.438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000862023 Jy ! Component: 100 - total flux cleaned = -0.00092756 Jy ! Component: 150 - total flux cleaned = -0.000911207 Jy ! Component: 200 - total flux cleaned = -0.000927289 Jy ! Total flux subtracted in 200 components = -0.000927289 Jy ! Clean residual min=-0.002354 max=0.002238 Jy/beam ! Clean residual mean=-0.000005 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.301725 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 107 components and 0.301725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094151Jy sigma=0.000771 ! Fit after self-cal, rms=0.094157Jy sigma=0.000771 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 = -5.10617e-05 Jy ! Component: 100 - total flux cleaned = -6.46244e-05 Jy ! Component: 150 - total flux cleaned = -6.42232e-05 Jy ! Component: 200 - total flux cleaned = -7.59563e-05 Jy ! Total flux subtracted in 200 components = -7.59563e-05 Jy ! Clean residual min=-0.002332 max=0.002210 Jy/beam ! Clean residual mean=-0.000005 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.301649 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 110 components and 0.301649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094153Jy sigma=0.000771 ! Fit after self-cal, rms=0.094152Jy sigma=0.000771 ! 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.094152Jy sigma=0.000771 ! Fit after self-cal, rms=0.094307Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.964 mas, bmaj=17.57 mas, bpa=6.438 degrees ! Estimated noise=876.961 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000328179 Jy ! Component: 100 - total flux cleaned = -0.000381251 Jy ! Component: 150 - total flux cleaned = -0.00041199 Jy ! Component: 200 - total flux cleaned = -0.000443875 Jy ! Total flux subtracted in 200 components = -0.000443875 Jy ! Clean residual min=-0.002133 max=0.002120 Jy/beam ! Clean residual mean=-0.000008 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.301205 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 119 components and 0.301205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094305Jy sigma=0.000771 ! Fit after self-cal, rms=0.094307Jy sigma=0.000771 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 = -2.27888e-06 Jy ! Component: 100 - total flux cleaned = -1.52632e-05 Jy ! Component: 150 - total flux cleaned = -2.6972e-05 Jy ! Component: 200 - total flux cleaned = -3.22778e-05 Jy ! Total flux subtracted in 200 components = -3.22778e-05 Jy ! Clean residual min=-0.002138 max=0.002113 Jy/beam ! Clean residual mean=-0.000008 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.301173 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 123 components and 0.301173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094307Jy sigma=0.000771 ! Fit after self-cal, rms=0.094307Jy sigma=0.000771 ! 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=3.881 mas, bmaj=12.95 mas, bpa=16.23 degrees ! Estimated noise=766.834 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.881 x 12.95 at 16.23 degrees (North through East) ! Clean map min=-0.0022389 max=0.24809 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.111 mas, bmaj=12.02 mas, bpa=17.82 degrees ! Estimated noise=1165.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.185588 Jy ! Component: 100 - total flux cleaned = 0.235879 Jy ! Component: 150 - total flux cleaned = 0.261847 Jy ! Component: 200 - total flux cleaned = 0.277039 Jy ! Total flux subtracted in 200 components = 0.277039 Jy ! Clean residual min=-0.003855 max=0.007758 Jy/beam ! Clean residual mean=-0.000005 rms=0.001256 Jy/beam ! Combined flux in latest and established models = 0.277039 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.277039 Jy ! Inverting map and beam ! Estimated beam: bmin=3.881 mas, bmaj=12.95 mas, bpa=16.23 degrees ! Estimated noise=766.834 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.0115459 Jy ! Component: 100 - total flux cleaned = 0.0173941 Jy ! Component: 150 - total flux cleaned = 0.0205308 Jy ! Component: 200 - total flux cleaned = 0.0223843 Jy ! Total flux subtracted in 200 components = 0.0223843 Jy ! Clean residual min=-0.002402 max=0.002286 Jy/beam ! Clean residual mean=-0.000005 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.299423 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 46 components and 0.299423 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.964 mas, bmaj=17.57 mas, bpa=6.438 degrees ! Estimated noise=876.961 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012488 Jy ! Component: 100 - total flux cleaned = 0.00177785 Jy ! Component: 150 - total flux cleaned = 0.00190427 Jy ! Component: 200 - total flux cleaned = 0.0019368 Jy ! Total flux subtracted in 200 components = 0.0019368 Jy ! Clean residual min=-0.002182 max=0.002143 Jy/beam ! Clean residual mean=-0.000008 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.30136 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 = 3.05302e-05 Jy ! Component: 100 - total flux cleaned = 5.86268e-05 Jy ! Component: 150 - total flux cleaned = 7.63923e-05 Jy ! Component: 200 - total flux cleaned = 0.000101097 Jy ! Total flux subtracted in 200 components = 0.000101097 Jy ! Clean residual min=-0.002167 max=0.002156 Jy/beam ! Clean residual mean=-0.000008 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.301461 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 67 components and 0.301461 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.881 mas, bmaj=12.95 mas, bpa=16.23 degrees ! Estimated noise=766.834 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.19637e-06 Jy ! Component: 100 - total flux cleaned = -4.85384e-05 Jy ! Component: 150 - total flux cleaned = -7.30284e-05 Jy ! Component: 200 - total flux cleaned = -9.58483e-05 Jy ! Total flux subtracted in 200 components = -9.58483e-05 Jy ! Clean residual min=-0.002309 max=0.002334 Jy/beam ! Clean residual mean=-0.000005 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.301365 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.301365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094331Jy sigma=0.000771 ! Fit after self-cal, rms=0.094329Jy sigma=0.000771 wmodel J0824-1827_S_2014_08_09_pus_map.mod ! Writing 82 model components to file: J0824-1827_S_2014_08_09_pus_map.mod wobs J0824-1827_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0824-1827_S_2014_08_09_pus_uvs.fits wwins J0824-1827_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J0824-1827_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 = 0.000296816 Jy ! Component: 100 - total flux cleaned = 0.000374723 Jy ! Component: 150 - total flux cleaned = 0.000304799 Jy ! Component: 200 - total flux cleaned = 7.42163e-05 Jy ! Component: 250 - total flux cleaned = -0.000145384 Jy ! Component: 300 - total flux cleaned = -0.000354971 Jy ! Component: 350 - total flux cleaned = -0.000498717 Jy ! Component: 400 - total flux cleaned = -0.000639435 Jy ! Component: 450 - total flux cleaned = -0.000721239 Jy ! Component: 500 - total flux cleaned = -0.000748338 Jy ! Component: 550 - total flux cleaned = -0.00074863 Jy ! Component: 600 - total flux cleaned = -0.000749127 Jy ! Component: 650 - total flux cleaned = -0.000749028 Jy ! Component: 700 - total flux cleaned = -0.000724619 Jy ! Component: 750 - total flux cleaned = -0.000723998 Jy ! Component: 800 - total flux cleaned = -0.000629586 Jy ! Component: 850 - total flux cleaned = -0.000537516 Jy ! Component: 900 - total flux cleaned = -0.000424931 Jy ! Component: 950 - total flux cleaned = -0.000381059 Jy ! Component: 1000 - total flux cleaned = -0.000271689 Jy ! Component: 1050 - total flux cleaned = -0.000164379 Jy ! Component: 1100 - total flux cleaned = -3.73068e-05 Jy ! Component: 1150 - total flux cleaned = 4.57182e-06 Jy ! Component: 1200 - total flux cleaned = 0.000210261 Jy ! Component: 1250 - total flux cleaned = 0.000311619 Jy ! Component: 1300 - total flux cleaned = 0.000351707 Jy ! Component: 1350 - total flux cleaned = 0.000470309 Jy ! Component: 1400 - total flux cleaned = 0.000547954 Jy ! Component: 1450 - total flux cleaned = 0.000605192 Jy ! Component: 1500 - total flux cleaned = 0.000624055 Jy ! Component: 1550 - total flux cleaned = 0.00060553 Jy ! Component: 1600 - total flux cleaned = 0.000587506 Jy ! Component: 1650 - total flux cleaned = 0.000623689 Jy ! Component: 1700 - total flux cleaned = 0.000659658 Jy ! Component: 1750 - total flux cleaned = 0.000730739 Jy ! Component: 1800 - total flux cleaned = 0.000730925 Jy ! Component: 1850 - total flux cleaned = 0.000748612 Jy ! Component: 1900 - total flux cleaned = 0.00083391 Jy ! Component: 1950 - total flux cleaned = 0.000817105 Jy ! Component: 2000 - total flux cleaned = 0.000750181 Jy ! Component: 2050 - total flux cleaned = 0.000733492 Jy ! Component: 2100 - total flux cleaned = 0.000798558 Jy ! Component: 2150 - total flux cleaned = 0.000766431 Jy ! Component: 2200 - total flux cleaned = 0.000766493 Jy ! Component: 2250 - total flux cleaned = 0.000829833 Jy ! Component: 2300 - total flux cleaned = 0.000829906 Jy ! Component: 2350 - total flux cleaned = 0.000814459 Jy ! Component: 2400 - total flux cleaned = 0.000829724 Jy ! Component: 2450 - total flux cleaned = 0.000845056 Jy ! Component: 2500 - total flux cleaned = 0.000784788 Jy ! Component: 2550 - total flux cleaned = 0.00084492 Jy ! Component: 2600 - total flux cleaned = 0.00091892 Jy ! Component: 2650 - total flux cleaned = 0.000904225 Jy ! Component: 2700 - total flux cleaned = 0.000962595 Jy ! Component: 2750 - total flux cleaned = 0.000962706 Jy ! Component: 2800 - total flux cleaned = 0.00100557 Jy ! Component: 2850 - total flux cleaned = 0.00104778 Jy ! Component: 2900 - total flux cleaned = 0.00107596 Jy ! Component: 2950 - total flux cleaned = 0.00109002 Jy ! Component: 3000 - total flux cleaned = 0.00110393 Jy ! Component: 3050 - total flux cleaned = 0.00115882 Jy ! Component: 3100 - total flux cleaned = 0.00118601 Jy ! Component: 3150 - total flux cleaned = 0.00121313 Jy ! Component: 3200 - total flux cleaned = 0.0013068 Jy ! Component: 3250 - total flux cleaned = 0.00130702 Jy ! Component: 3300 - total flux cleaned = 0.0013864 Jy ! Component: 3350 - total flux cleaned = 0.00141281 Jy ! Component: 3400 - total flux cleaned = 0.00149099 Jy ! Component: 3450 - total flux cleaned = 0.0014911 Jy ! Component: 3500 - total flux cleaned = 0.00154245 Jy ! Component: 3550 - total flux cleaned = 0.00156799 Jy ! Component: 3600 - total flux cleaned = 0.00163127 Jy ! Component: 3650 - total flux cleaned = 0.00168168 Jy ! Component: 3700 - total flux cleaned = 0.00173165 Jy ! Component: 3750 - total flux cleaned = 0.00180615 Jy ! Component: 3800 - total flux cleaned = 0.00181852 Jy ! Component: 3850 - total flux cleaned = 0.00187982 Jy ! Component: 3900 - total flux cleaned = 0.00194069 Jy ! Component: 3950 - total flux cleaned = 0.00196486 Jy ! Component: 4000 - total flux cleaned = 0.00197694 Jy ! Component: 4050 - total flux cleaned = 0.00206072 Jy ! Total flux subtracted in 4096 components = 0.00206067 Jy ! Clean residual min=-0.000785 max=0.000830 Jy/beam ! Clean residual mean=-0.000002 rms=0.000237 Jy/beam ! Combined flux in latest and established models = 0.303426 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 366 components and 0.303426 Jy ![Exited script file: muppet] wmap "J0824-1827_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.881 x 12.95 at 16.23 degrees (North through East) ! Clean map min=-0.0013792 max=0.24868 Jy/beam ! Writing clean map to FITS file: J0824-1827_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.24868 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000234151 device "J0824-1827_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0824-1827_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.282472 0.282472 0.564944 1.12989 2.25978 4.51955 9.03911 18.0782 36.1564 72.3128 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.248 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.881 x 12.95 at 16.23 degrees (North through East) ! Clean map min=-0.0013792 max=0.24868 Jy/beam quit ! Quitting program ! Log file J0824-1827_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:59:03 2016