! Started logfile: J0559+5804_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:56:11 2016 obs J0559+5804_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0559+5804_S_2014_08_09_pus_uva.fits ! AN table 1: 80 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.782778 visibilities/baseline/integration-bin. ! Found source: J0559+5804 ! ! 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 11272 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 J0559+5804_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 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.775769Jy sigma=0.008766 ! Fit after self-cal, rms=0.724665Jy sigma=0.008253 ! 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.809 mas, bmaj=6.222 mas, bpa=70.24 degrees ! Estimated noise=1049.24 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.208293 Jy ! Component: 100 - total flux cleaned = 0.271358 Jy ! Total flux subtracted in 100 components = 0.271358 Jy ! Clean residual min=-0.012769 max=0.025680 Jy/beam ! Clean residual mean=-0.000128 rms=0.003058 Jy/beam ! Combined flux in latest and established models = 0.271358 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.271358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092256Jy sigma=0.000960 ! Fit after self-cal, rms=0.092022Jy sigma=0.000958 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0268632 Jy ! Component: 100 - total flux cleaned = 0.0394306 Jy ! Total flux subtracted in 100 components = 0.0394306 Jy ! Clean residual min=-0.008181 max=0.008864 Jy/beam ! Clean residual mean=-0.000031 rms=0.001895 Jy/beam ! Combined flux in latest and established models = 0.310788 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 23 components and 0.310788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082987Jy sigma=0.000867 ! Fit after self-cal, rms=0.082889Jy sigma=0.000866 ! 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.827 mas, bmaj=7.065 mas, bpa=71.51 degrees ! Estimated noise=595.955 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 (-9.5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0112895 Jy ! Component: 100 - total flux cleaned = 0.0181506 Jy ! Component: 150 - total flux cleaned = 0.0231328 Jy ! Component: 200 - total flux cleaned = 0.0268502 Jy ! Total flux subtracted in 200 components = 0.0268502 Jy ! Clean residual min=-0.005613 max=0.004787 Jy/beam ! Clean residual mean=0.000006 rms=0.001226 Jy/beam ! Combined flux in latest and established models = 0.337638 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 60 components and 0.337638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080828Jy sigma=0.000847 ! Fit after self-cal, rms=0.080699Jy sigma=0.000846 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.87 HN 0.97 KP 1.05 ! LA 1.08 MK 1.00* NL 0.99 OV 0.99 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 1.03 KP 1.01 ! LA 1.07 MK 1.00* NL 1.01 OV 1.02 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.19 HN 1.04 KP 0.90 ! LA 0.83 MK 1.00* NL 1.00 OV 0.96 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.05 HN 1.00 KP 0.87 ! LA 0.80 MK 1.00* NL 1.07 OV 1.02 ! PT 1.04 SC 1.00 ! ! ! Fit before self-cal, rms=0.080699Jy sigma=0.000846 ! Fit after self-cal, rms=0.072227Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.85 mas, bmaj=7.092 mas, bpa=71.54 degrees ! Estimated noise=593.632 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 (-26, 14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00355818 Jy ! Component: 100 - total flux cleaned = 0.00568976 Jy ! Component: 150 - total flux cleaned = 0.00668024 Jy ! Component: 200 - total flux cleaned = 0.00756839 Jy ! Total flux subtracted in 200 components = 0.00756839 Jy ! Clean residual min=-0.001888 max=0.001702 Jy/beam ! Clean residual mean=0.000001 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.345207 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 105 components and 0.345207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072026Jy sigma=0.000777 ! Fit after self-cal, rms=0.072006Jy sigma=0.000777 ! 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.072006Jy sigma=0.000777 ! Fit after self-cal, rms=0.071793Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.84 mas, bmaj=7.1 mas, bpa=71.35 degrees ! Estimated noise=591.957 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000356306 Jy ! Component: 100 - total flux cleaned = 0.00102521 Jy ! Component: 150 - total flux cleaned = 0.001436 Jy ! Component: 200 - total flux cleaned = 0.0018088 Jy ! Total flux subtracted in 200 components = 0.0018088 Jy ! Clean residual min=-0.001683 max=0.001570 Jy/beam ! Clean residual mean=0.000003 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.347016 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 129 components and 0.347016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071758Jy sigma=0.000776 ! Fit after self-cal, rms=0.071756Jy sigma=0.000776 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.000158199 Jy ! Component: 100 - total flux cleaned = 0.000500106 Jy ! Component: 150 - total flux cleaned = 0.000732585 Jy ! Component: 200 - total flux cleaned = 0.0008658 Jy ! Total flux subtracted in 200 components = 0.0008658 Jy ! Clean residual min=-0.001635 max=0.001531 Jy/beam ! Clean residual mean=0.000004 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.347881 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 149 components and 0.347881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071741Jy sigma=0.000775 ! Fit after self-cal, rms=0.071740Jy sigma=0.000775 ! 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.071740Jy sigma=0.000775 ! Fit after self-cal, rms=0.071672Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.84 mas, bmaj=7.101 mas, bpa=71.36 degrees ! Estimated noise=591.475 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000193094 Jy ! Component: 100 - total flux cleaned = 1.77505e-05 Jy ! Component: 150 - total flux cleaned = 0.000202407 Jy ! Component: 200 - total flux cleaned = 0.000233297 Jy ! Total flux subtracted in 200 components = 0.000233297 Jy ! Clean residual min=-0.001558 max=0.001521 Jy/beam ! Clean residual mean=0.000005 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.348115 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 165 components and 0.348115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071661Jy sigma=0.000775 ! Fit after self-cal, rms=0.071660Jy sigma=0.000775 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 = 8.36593e-05 Jy ! Component: 100 - total flux cleaned = 0.000175876 Jy ! Component: 150 - total flux cleaned = 0.000203051 Jy ! Component: 200 - total flux cleaned = 0.000229069 Jy ! Total flux subtracted in 200 components = 0.000229069 Jy ! Clean residual min=-0.001542 max=0.001500 Jy/beam ! Clean residual mean=0.000006 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.348344 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 171 components and 0.348344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071653Jy sigma=0.000775 ! Fit after self-cal, rms=0.071653Jy sigma=0.000775 ! 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.071653Jy sigma=0.000775 ! Fit after self-cal, rms=0.071634Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.376 mas, bmaj=9.823 mas, bpa=88.18 degrees ! Estimated noise=672.598 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000192694 Jy ! Component: 100 - total flux cleaned = -6.57977e-05 Jy ! Component: 150 - total flux cleaned = 1.57468e-05 Jy ! Component: 200 - total flux cleaned = 5.07718e-05 Jy ! Total flux subtracted in 200 components = 5.07718e-05 Jy ! Clean residual min=-0.001620 max=0.001863 Jy/beam ! Clean residual mean=0.000013 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.348395 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 204 components and 0.348395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071630Jy sigma=0.000775 ! Fit after self-cal, rms=0.071630Jy sigma=0.000775 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 = -9.18151e-06 Jy ! Component: 100 - total flux cleaned = 3.02402e-05 Jy ! Component: 150 - total flux cleaned = 5.39347e-05 Jy ! Component: 200 - total flux cleaned = 8.36736e-05 Jy ! Total flux subtracted in 200 components = 8.36736e-05 Jy ! Clean residual min=-0.001627 max=0.001845 Jy/beam ! Clean residual mean=0.000013 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.348478 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 216 components and 0.348478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071628Jy sigma=0.000775 ! Fit after self-cal, rms=0.071628Jy sigma=0.000775 ! 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.84 mas, bmaj=7.103 mas, bpa=71.38 degrees ! Estimated noise=591.356 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.84 x 7.103 at 71.38 degrees (North through East) ! Clean map min=-0.0014788 max=0.27041 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.808 mas, bmaj=6.24 mas, bpa=70.18 degrees ! Estimated noise=1035.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.205466 Jy ! Component: 100 - total flux cleaned = 0.268635 Jy ! Component: 150 - total flux cleaned = 0.294451 Jy ! Component: 200 - total flux cleaned = 0.307047 Jy ! Total flux subtracted in 200 components = 0.307047 Jy ! Clean residual min=-0.004900 max=0.006644 Jy/beam ! Clean residual mean=-0.000078 rms=0.001305 Jy/beam ! Combined flux in latest and established models = 0.307047 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.307047 Jy ! Inverting map and beam ! Estimated beam: bmin=4.84 mas, bmaj=7.103 mas, bpa=71.38 degrees ! Estimated noise=591.356 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.0103942 Jy ! Component: 100 - total flux cleaned = 0.0172011 Jy ! Component: 150 - total flux cleaned = 0.0219739 Jy ! Component: 200 - total flux cleaned = 0.025594 Jy ! Total flux subtracted in 200 components = 0.025594 Jy ! Clean residual min=-0.002514 max=0.002131 Jy/beam ! Clean residual mean=-0.000012 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.332641 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 67 components and 0.332641 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=8.376 mas, bmaj=9.823 mas, bpa=88.18 degrees ! Estimated noise=672.598 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00390539 Jy ! Component: 100 - total flux cleaned = 0.00667021 Jy ! Component: 150 - total flux cleaned = 0.00874069 Jy ! Component: 200 - total flux cleaned = 0.0103254 Jy ! Total flux subtracted in 200 components = 0.0103254 Jy ! Clean residual min=-0.001953 max=0.001785 Jy/beam ! Clean residual mean=0.000002 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.342966 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.00123406 Jy ! Component: 100 - total flux cleaned = 0.00221736 Jy ! Component: 150 - total flux cleaned = 0.00300614 Jy ! Component: 200 - total flux cleaned = 0.00363993 Jy ! Total flux subtracted in 200 components = 0.00363993 Jy ! Clean residual min=-0.001659 max=0.001771 Jy/beam ! Clean residual mean=0.000009 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.346606 Jy ! Adding 112 model components to the UV plane model. ! The established model now contains 160 components and 0.346607 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.84 mas, bmaj=7.103 mas, bpa=71.38 degrees ! Estimated noise=591.356 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000654675 Jy ! Component: 100 - total flux cleaned = 0.000921121 Jy ! Component: 150 - total flux cleaned = 0.00113409 Jy ! Component: 200 - total flux cleaned = 0.0013035 Jy ! Total flux subtracted in 200 components = 0.0013035 Jy ! Clean residual min=-0.001558 max=0.001556 Jy/beam ! Clean residual mean=0.000006 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.34791 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 183 components and 0.34791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071643Jy sigma=0.000775 ! Fit after self-cal, rms=0.071635Jy sigma=0.000775 wmodel J0559+5804_S_2014_08_09_pus_map.mod ! Writing 183 model components to file: J0559+5804_S_2014_08_09_pus_map.mod wobs J0559+5804_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0559+5804_S_2014_08_09_pus_uvs.fits wwins J0559+5804_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J0559+5804_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.34904e-05 Jy ! Component: 100 - total flux cleaned = -0.000292102 Jy ! Component: 150 - total flux cleaned = -0.000413871 Jy ! Component: 200 - total flux cleaned = -0.00048369 Jy ! Component: 250 - total flux cleaned = -0.000504947 Jy ! Component: 300 - total flux cleaned = -0.000482701 Jy ! Component: 350 - total flux cleaned = -0.000546338 Jy ! Component: 400 - total flux cleaned = -0.000607679 Jy ! Component: 450 - total flux cleaned = -0.00062732 Jy ! Component: 500 - total flux cleaned = -0.000685778 Jy ! Component: 550 - total flux cleaned = -0.000742646 Jy ! Component: 600 - total flux cleaned = -0.00085365 Jy ! Component: 650 - total flux cleaned = -0.000980357 Jy ! Component: 700 - total flux cleaned = -0.00110404 Jy ! Component: 750 - total flux cleaned = -0.00125962 Jy ! Component: 800 - total flux cleaned = -0.00131052 Jy ! Component: 850 - total flux cleaned = -0.00136043 Jy ! Component: 900 - total flux cleaned = -0.00145854 Jy ! Component: 950 - total flux cleaned = -0.00155529 Jy ! Component: 1000 - total flux cleaned = -0.00160278 Jy ! Component: 1050 - total flux cleaned = -0.00166513 Jy ! Component: 1100 - total flux cleaned = -0.00169575 Jy ! Component: 1150 - total flux cleaned = -0.00171118 Jy ! Component: 1200 - total flux cleaned = -0.00175627 Jy ! Component: 1250 - total flux cleaned = -0.00178565 Jy ! Component: 1300 - total flux cleaned = -0.00181466 Jy ! Component: 1350 - total flux cleaned = -0.00184315 Jy ! Component: 1400 - total flux cleaned = -0.00187125 Jy ! Component: 1450 - total flux cleaned = -0.00184333 Jy ! Component: 1500 - total flux cleaned = -0.00189827 Jy ! Component: 1550 - total flux cleaned = -0.00188459 Jy ! Component: 1600 - total flux cleaned = -0.00193848 Jy ! Component: 1650 - total flux cleaned = -0.00193824 Jy ! Component: 1700 - total flux cleaned = -0.00193817 Jy ! Component: 1750 - total flux cleaned = -0.00189926 Jy ! Component: 1800 - total flux cleaned = -0.0019119 Jy ! Component: 1850 - total flux cleaned = -0.00196264 Jy ! Component: 1900 - total flux cleaned = -0.00200013 Jy ! Component: 1950 - total flux cleaned = -0.00198771 Jy ! Component: 2000 - total flux cleaned = -0.0020244 Jy ! Component: 2050 - total flux cleaned = -0.00202437 Jy ! Component: 2100 - total flux cleaned = -0.00207221 Jy ! Component: 2150 - total flux cleaned = -0.00207207 Jy ! Component: 2200 - total flux cleaned = -0.00204884 Jy ! Component: 2250 - total flux cleaned = -0.00209527 Jy ! Component: 2300 - total flux cleaned = -0.00212966 Jy ! Component: 2350 - total flux cleaned = -0.00217498 Jy ! Component: 2400 - total flux cleaned = -0.0021975 Jy ! Component: 2450 - total flux cleaned = -0.00224203 Jy ! Component: 2500 - total flux cleaned = -0.00226408 Jy ! Component: 2550 - total flux cleaned = -0.00229685 Jy ! Component: 2600 - total flux cleaned = -0.0023511 Jy ! Component: 2650 - total flux cleaned = -0.00237252 Jy ! Component: 2700 - total flux cleaned = -0.00242562 Jy ! Component: 2750 - total flux cleaned = -0.00243613 Jy ! Component: 2800 - total flux cleaned = -0.00248822 Jy ! Component: 2850 - total flux cleaned = -0.00248819 Jy ! Component: 2900 - total flux cleaned = -0.00257029 Jy ! Component: 2950 - total flux cleaned = -0.00257036 Jy ! Component: 3000 - total flux cleaned = -0.00263083 Jy ! Component: 3050 - total flux cleaned = -0.00262075 Jy ! Component: 3100 - total flux cleaned = -0.00263068 Jy ! Component: 3150 - total flux cleaned = -0.00262081 Jy ! Component: 3200 - total flux cleaned = -0.00260129 Jy ! Component: 3250 - total flux cleaned = -0.00261093 Jy ! Component: 3300 - total flux cleaned = -0.0026013 Jy ! Component: 3350 - total flux cleaned = -0.00262033 Jy ! Component: 3400 - total flux cleaned = -0.00263928 Jy ! Component: 3450 - total flux cleaned = -0.00263933 Jy ! Component: 3500 - total flux cleaned = -0.00264853 Jy ! Component: 3550 - total flux cleaned = -0.00264856 Jy ! Component: 3600 - total flux cleaned = -0.00264843 Jy ! Component: 3650 - total flux cleaned = -0.00263012 Jy ! Component: 3700 - total flux cleaned = -0.00263016 Jy ! Component: 3750 - total flux cleaned = -0.00266608 Jy ! Component: 3800 - total flux cleaned = -0.00266607 Jy ! Component: 3850 - total flux cleaned = -0.00265713 Jy ! Component: 3900 - total flux cleaned = -0.00266594 Jy ! Component: 3950 - total flux cleaned = -0.00268343 Jy ! Component: 4000 - total flux cleaned = -0.00266596 Jy ! Component: 4050 - total flux cleaned = -0.0026833 Jy ! Total flux subtracted in 4096 components = -0.00267475 Jy ! Clean residual min=-0.000484 max=0.000533 Jy/beam ! Clean residual mean=0.000001 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.345235 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 454 components and 0.345235 Jy ![Exited script file: muppet] wmap "J0559+5804_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.84 x 7.103 at 71.38 degrees (North through East) ! Clean map min=-0.0011525 max=0.27029 Jy/beam ! Writing clean map to FITS file: J0559+5804_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.270288 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000157124 device "J0559+5804_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0559+5804_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.174396 0.174396 0.348792 0.697583 1.39517 2.79033 5.58066 11.1613 22.3227 44.6453 89.2906 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.27 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.84 x 7.103 at 71.38 degrees (North through East) ! Clean map min=-0.0011525 max=0.27029 Jy/beam quit ! Quitting program ! Log file J0559+5804_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:56:16 2016