! Started logfile: J2016+3600_S_2014_06_09_pus_uvs.log on Wed Nov 16 20:04:53 2016 obs J2016+3600_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J2016+3600_S_2014_06_09_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.392593 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2016+3600 ! ! 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 336 lines of history. ! ! Reading 8056 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 J2016+3600_S_2014_06_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 407 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 407 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 407 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 407 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.950972Jy sigma=0.012453 ! Fit after self-cal, rms=0.933806Jy sigma=0.012271 ! 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=7.14 mas, bmaj=11.03 mas, bpa=-76.65 degrees ! Estimated noise=887.425 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.0519754 Jy ! Component: 100 - total flux cleaned = 0.0731385 Jy ! Total flux subtracted in 100 components = 0.0731385 Jy ! Clean residual min=-0.006894 max=0.010292 Jy/beam ! Clean residual mean=0.000064 rms=0.002350 Jy/beam ! Combined flux in latest and established models = 0.0731386 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0731386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066703Jy sigma=0.000829 ! Fit after self-cal, rms=0.066129Jy 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=8.281 mas, bmaj=12.08 mas, bpa=-72.05 degrees ! Estimated noise=606.985 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.0151996 Jy ! Component: 100 - total flux cleaned = 0.0230461 Jy ! Component: 150 - total flux cleaned = 0.027736 Jy ! Component: 200 - total flux cleaned = 0.0307308 Jy ! Total flux subtracted in 200 components = 0.0307308 Jy ! Clean residual min=-0.004993 max=0.008049 Jy/beam ! Clean residual mean=0.000048 rms=0.001790 Jy/beam ! Combined flux in latest and established models = 0.103869 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 89 components and 0.103869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062733Jy sigma=0.000777 ! Fit after self-cal, rms=0.062553Jy sigma=0.000775 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.89 HN 0.81 KP 0.98 ! LA 1.24 MK 1.00* NL 1.16 OV 0.98 ! PT 0.92 SC 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.92 KP 0.97 ! LA 1.20 MK 1.00* NL 1.10 OV 1.09 ! PT 0.93 SC 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.21 HN 0.92 KP 0.83 ! LA 0.95 MK 1.00* NL 1.02 OV 1.02 ! PT 0.90 SC 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 0.92 KP 0.82 ! LA 0.92 MK 1.00* NL 1.03 OV 1.05 ! PT 0.93 SC 1.00* ! ! ! Fit before self-cal, rms=0.062553Jy sigma=0.000775 ! Fit after self-cal, rms=0.061059Jy sigma=0.000759 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.068 mas, bmaj=12.35 mas, bpa=-74 degrees ! Estimated noise=599.052 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.000602975 Jy ! Component: 100 - total flux cleaned = 0.000677305 Jy ! Component: 150 - total flux cleaned = 0.000649119 Jy ! Component: 200 - total flux cleaned = 0.000674444 Jy ! Total flux subtracted in 200 components = 0.000674444 Jy ! Clean residual min=-0.003795 max=0.006003 Jy/beam ! Clean residual mean=0.000049 rms=0.001487 Jy/beam ! Combined flux in latest and established models = 0.104544 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 114 components and 0.104544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061021Jy sigma=0.000758 ! Fit after self-cal, rms=0.061164Jy sigma=0.000757 ! 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.061164Jy sigma=0.000757 ! Fit after self-cal, rms=0.061359Jy sigma=0.000751 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.89 mas, bmaj=12.47 mas, bpa=-73.89 degrees ! Estimated noise=592.544 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.43264e-05 Jy ! Component: 100 - total flux cleaned = 2.25607e-05 Jy ! Component: 150 - total flux cleaned = -9.15925e-05 Jy ! Component: 200 - total flux cleaned = -0.000186602 Jy ! Total flux subtracted in 200 components = -0.000186602 Jy ! Clean residual min=-0.003875 max=0.004280 Jy/beam ! Clean residual mean=0.000038 rms=0.001195 Jy/beam ! Combined flux in latest and established models = 0.104357 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 124 components and 0.104357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061320Jy sigma=0.000751 ! Fit after self-cal, rms=0.061424Jy sigma=0.000750 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.29631e-05 Jy ! Component: 100 - total flux cleaned = -3.76405e-05 Jy ! Component: 150 - total flux cleaned = -8.99186e-05 Jy ! Component: 200 - total flux cleaned = -0.000136975 Jy ! Total flux subtracted in 200 components = -0.000136975 Jy ! Clean residual min=-0.003804 max=0.004080 Jy/beam ! Clean residual mean=0.000038 rms=0.001180 Jy/beam ! Combined flux in latest and established models = 0.10422 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 140 components and 0.10422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061410Jy sigma=0.000750 ! Fit after self-cal, rms=0.061412Jy sigma=0.000750 ! 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.061412Jy sigma=0.000750 ! Fit after self-cal, rms=0.060938Jy sigma=0.000750 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.722 mas, bmaj=12.59 mas, bpa=-74.74 degrees ! Estimated noise=585.416 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.71869e-06 Jy ! Component: 100 - total flux cleaned = -7.88514e-06 Jy ! Component: 150 - total flux cleaned = -6.76034e-05 Jy ! Component: 200 - total flux cleaned = -0.000138202 Jy ! Total flux subtracted in 200 components = -0.000138202 Jy ! Clean residual min=-0.003662 max=0.003999 Jy/beam ! Clean residual mean=0.000036 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.104082 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 151 components and 0.104082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060914Jy sigma=0.000750 ! Fit after self-cal, rms=0.060927Jy sigma=0.000750 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 = 6.86412e-05 Jy ! Component: 100 - total flux cleaned = -1.62458e-06 Jy ! Component: 150 - total flux cleaned = -6.22304e-05 Jy ! Component: 200 - total flux cleaned = -0.00011502 Jy ! Total flux subtracted in 200 components = -0.00011502 Jy ! Clean residual min=-0.003669 max=0.003974 Jy/beam ! Clean residual mean=0.000036 rms=0.001144 Jy/beam ! Combined flux in latest and established models = 0.103967 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 159 components and 0.103967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060914Jy sigma=0.000749 ! Fit after self-cal, rms=0.060915Jy sigma=0.000749 ! 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.060915Jy sigma=0.000749 ! Fit after self-cal, rms=0.060648Jy sigma=0.000749 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.03 mas, bmaj=13.88 mas, bpa=-72.26 degrees ! Estimated noise=608.077 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000223115 Jy ! Component: 100 - total flux cleaned = -0.000272343 Jy ! Component: 150 - total flux cleaned = -0.000332648 Jy ! Component: 200 - total flux cleaned = -0.000384116 Jy ! Total flux subtracted in 200 components = -0.000384116 Jy ! Clean residual min=-0.004143 max=0.004440 Jy/beam ! Clean residual mean=0.000045 rms=0.001366 Jy/beam ! Combined flux in latest and established models = 0.103583 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 159 components and 0.103583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060628Jy sigma=0.000749 ! Fit after self-cal, rms=0.060643Jy sigma=0.000749 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.60173e-05 Jy ! Component: 100 - total flux cleaned = -0.000109802 Jy ! Component: 150 - total flux cleaned = -0.00015272 Jy ! Component: 200 - total flux cleaned = -0.000176359 Jy ! Total flux subtracted in 200 components = -0.000176359 Jy ! Clean residual min=-0.004151 max=0.004365 Jy/beam ! Clean residual mean=0.000045 rms=0.001363 Jy/beam ! Combined flux in latest and established models = 0.103407 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 163 components and 0.103407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060633Jy sigma=0.000749 ! Fit after self-cal, rms=0.060634Jy sigma=0.000749 ! 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=7.607 mas, bmaj=12.7 mas, bpa=-75.36 degrees ! Estimated noise=580.349 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.607 x 12.7 at -75.36 degrees (North through East) ! Clean map min=-0.0035873 max=0.060581 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=6.453 mas, bmaj=11.76 mas, bpa=-78.24 degrees ! Estimated noise=837.249 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0508215 Jy ! Component: 100 - total flux cleaned = 0.0739348 Jy ! Component: 150 - total flux cleaned = 0.0867839 Jy ! Component: 200 - total flux cleaned = 0.0939458 Jy ! Total flux subtracted in 200 components = 0.0939458 Jy ! Clean residual min=-0.004888 max=0.004016 Jy/beam ! Clean residual mean=0.000036 rms=0.001305 Jy/beam ! Combined flux in latest and established models = 0.0939458 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0939458 Jy ! Inverting map and beam ! Estimated beam: bmin=7.607 mas, bmaj=12.7 mas, bpa=-75.36 degrees ! Estimated noise=580.349 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.00464786 Jy ! Component: 100 - total flux cleaned = 0.00715722 Jy ! Component: 150 - total flux cleaned = 0.00861507 Jy ! Component: 200 - total flux cleaned = 0.00890092 Jy ! Total flux subtracted in 200 components = 0.00890092 Jy ! Clean residual min=-0.004113 max=0.003807 Jy/beam ! Clean residual mean=0.000037 rms=0.001145 Jy/beam ! Combined flux in latest and established models = 0.102847 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 56 components and 0.102847 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=10.03 mas, bmaj=13.88 mas, bpa=-72.26 degrees ! Estimated noise=608.077 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000226974 Jy ! Component: 100 - total flux cleaned = 0.00028483 Jy ! Component: 150 - total flux cleaned = 0.000309741 Jy ! Component: 200 - total flux cleaned = 0.000353866 Jy ! Total flux subtracted in 200 components = 0.000353866 Jy ! Clean residual min=-0.004400 max=0.004529 Jy/beam ! Clean residual mean=0.000046 rms=0.001370 Jy/beam ! Combined flux in latest and established models = 0.103201 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 = 1.94572e-05 Jy ! Component: 100 - total flux cleaned = 3.67378e-05 Jy ! Component: 150 - total flux cleaned = 3.65993e-05 Jy ! Component: 200 - total flux cleaned = 2.18969e-05 Jy ! Total flux subtracted in 200 components = 2.18969e-05 Jy ! Clean residual min=-0.004310 max=0.004507 Jy/beam ! Clean residual mean=0.000046 rms=0.001368 Jy/beam ! Combined flux in latest and established models = 0.103222 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 88 components and 0.103222 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.607 mas, bmaj=12.7 mas, bpa=-75.36 degrees ! Estimated noise=580.349 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.6204e-05 Jy ! Component: 100 - total flux cleaned = -5.77305e-05 Jy ! Component: 150 - total flux cleaned = -4.13667e-05 Jy ! Component: 200 - total flux cleaned = -4.18752e-05 Jy ! Total flux subtracted in 200 components = -4.18752e-05 Jy ! Clean residual min=-0.003771 max=0.003786 Jy/beam ! Clean residual mean=0.000035 rms=0.001130 Jy/beam ! Combined flux in latest and established models = 0.103181 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 99 components and 0.103181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060642Jy sigma=0.000749 ! Fit after self-cal, rms=0.060621Jy sigma=0.000749 wmodel J2016+3600_S_2014_06_09_pus_map.mod ! Writing 99 model components to file: J2016+3600_S_2014_06_09_pus_map.mod wobs J2016+3600_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J2016+3600_S_2014_06_09_pus_uvs.fits wwins J2016+3600_S_2014_06_09_pus_map.win ! wwins: Wrote 1 windows to J2016+3600_S_2014_06_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.000146068 Jy ! Component: 100 - total flux cleaned = -0.000155924 Jy ! Component: 150 - total flux cleaned = -0.000382347 Jy ! Component: 200 - total flux cleaned = -0.000177139 Jy ! Component: 250 - total flux cleaned = 0.000116252 Jy ! Component: 300 - total flux cleaned = 0.000485604 Jy ! Component: 350 - total flux cleaned = 0.000791243 Jy ! Component: 400 - total flux cleaned = 0.00104059 Jy ! Component: 450 - total flux cleaned = 0.00119931 Jy ! Component: 500 - total flux cleaned = 0.00131235 Jy ! Component: 550 - total flux cleaned = 0.00145533 Jy ! Component: 600 - total flux cleaned = 0.00148893 Jy ! Component: 650 - total flux cleaned = 0.00148815 Jy ! Component: 700 - total flux cleaned = 0.00151949 Jy ! Component: 750 - total flux cleaned = 0.00151891 Jy ! Component: 800 - total flux cleaned = 0.00157792 Jy ! Component: 850 - total flux cleaned = 0.00163493 Jy ! Component: 900 - total flux cleaned = 0.00174394 Jy ! Component: 950 - total flux cleaned = 0.00182286 Jy ! Component: 1000 - total flux cleaned = 0.00187381 Jy ! Component: 1050 - total flux cleaned = 0.00189885 Jy ! Component: 1100 - total flux cleaned = 0.00194669 Jy ! Component: 1150 - total flux cleaned = 0.00197027 Jy ! Component: 1200 - total flux cleaned = 0.00201579 Jy ! Component: 1250 - total flux cleaned = 0.00205946 Jy ! Component: 1300 - total flux cleaned = 0.00203832 Jy ! Component: 1350 - total flux cleaned = 0.00208047 Jy ! Component: 1400 - total flux cleaned = 0.00210093 Jy ! Component: 1450 - total flux cleaned = 0.00212039 Jy ! Component: 1500 - total flux cleaned = 0.00210056 Jy ! Component: 1550 - total flux cleaned = 0.00206258 Jy ! Component: 1600 - total flux cleaned = 0.00200732 Jy ! Component: 1650 - total flux cleaned = 0.00197141 Jy ! Component: 1700 - total flux cleaned = 0.00195392 Jy ! Component: 1750 - total flux cleaned = 0.00191933 Jy ! Component: 1800 - total flux cleaned = 0.00191942 Jy ! Component: 1850 - total flux cleaned = 0.00185285 Jy ! Component: 1900 - total flux cleaned = 0.00183659 Jy ! Component: 1950 - total flux cleaned = 0.00175641 Jy ! Component: 2000 - total flux cleaned = 0.00170887 Jy ! Component: 2050 - total flux cleaned = 0.00161503 Jy ! Component: 2100 - total flux cleaned = 0.001538 Jy ! Component: 2150 - total flux cleaned = 0.00147731 Jy ! Component: 2200 - total flux cleaned = 0.00141739 Jy ! Component: 2250 - total flux cleaned = 0.00135828 Jy ! Component: 2300 - total flux cleaned = 0.00131439 Jy ! Component: 2350 - total flux cleaned = 0.00127136 Jy ! Component: 2400 - total flux cleaned = 0.00128568 Jy ! Component: 2450 - total flux cleaned = 0.00124338 Jy ! Component: 2500 - total flux cleaned = 0.00121555 Jy ! Component: 2550 - total flux cleaned = 0.00120176 Jy ! Component: 2600 - total flux cleaned = 0.00117434 Jy ! Component: 2650 - total flux cleaned = 0.0011744 Jy ! Component: 2700 - total flux cleaned = 0.00114748 Jy ! Component: 2750 - total flux cleaned = 0.00113411 Jy ! Component: 2800 - total flux cleaned = 0.00112067 Jy ! Component: 2850 - total flux cleaned = 0.00109421 Jy ! Component: 2900 - total flux cleaned = 0.00108099 Jy ! Component: 2950 - total flux cleaned = 0.00105456 Jy ! Component: 3000 - total flux cleaned = 0.00102834 Jy ! Component: 3050 - total flux cleaned = 0.00104146 Jy ! Component: 3100 - total flux cleaned = 0.00105456 Jy ! Component: 3150 - total flux cleaned = 0.00108071 Jy ! Component: 3200 - total flux cleaned = 0.00106763 Jy ! Component: 3250 - total flux cleaned = 0.00108068 Jy ! Component: 3300 - total flux cleaned = 0.00110681 Jy ! Component: 3350 - total flux cleaned = 0.00111984 Jy ! Component: 3400 - total flux cleaned = 0.00114597 Jy ! Component: 3450 - total flux cleaned = 0.0011591 Jy ! Component: 3500 - total flux cleaned = 0.00115907 Jy ! Component: 3550 - total flux cleaned = 0.00121166 Jy ! Component: 3600 - total flux cleaned = 0.00122482 Jy ! Component: 3650 - total flux cleaned = 0.00122482 Jy ! Component: 3700 - total flux cleaned = 0.00123802 Jy ! Component: 3750 - total flux cleaned = 0.00123797 Jy ! Component: 3800 - total flux cleaned = 0.00126442 Jy ! Component: 3850 - total flux cleaned = 0.00127765 Jy ! Component: 3900 - total flux cleaned = 0.00127766 Jy ! Component: 3950 - total flux cleaned = 0.0013042 Jy ! Component: 4000 - total flux cleaned = 0.00133091 Jy ! Component: 4050 - total flux cleaned = 0.00133094 Jy ! Total flux subtracted in 4096 components = 0.00131743 Jy ! Clean residual min=-0.000845 max=0.000853 Jy/beam ! Clean residual mean=0.000005 rms=0.000256 Jy/beam ! Combined flux in latest and established models = 0.104498 Jy keep ! Adding 430 model components to the UV plane model. ! The established model now contains 529 components and 0.104498 Jy ![Exited script file: muppet] wmap "J2016+3600_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.607 x 12.7 at -75.36 degrees (North through East) ! Clean map min=-0.0018354 max=0.060581 Jy/beam ! Writing clean map to FITS file: J2016+3600_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0605814 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000240812 device "J2016+3600_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J2016+3600_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.1925 1.1925 2.38501 4.77001 9.54003 19.0801 38.1601 76.3202 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.06 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.607 x 12.7 at -75.36 degrees (North through East) ! Clean map min=-0.0018354 max=0.060581 Jy/beam quit ! Quitting program ! Log file J2016+3600_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 20:04:57 2016