! Started logfile: J0559+2353_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:47:16 2016 obs J0559+2353_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0559+2353_S_2014_05_31_pus_uva.fits ! AN table 1: 35 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.749841 visibilities/baseline/integration-bin. ! Found source: J0559+2353 ! ! 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 4724 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+2353_S_2014_05_31_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 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.616788Jy sigma=0.007332 ! Fit after self-cal, rms=0.584174Jy sigma=0.006971 ! 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.928 mas, bmaj=7.238 mas, bpa=20.65 degrees ! Estimated noise=1150.23 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.327895 Jy ! Component: 100 - total flux cleaned = 0.399397 Jy ! Total flux subtracted in 100 components = 0.399397 Jy ! Clean residual min=-0.009383 max=0.019943 Jy/beam ! Clean residual mean=0.000030 rms=0.002821 Jy/beam ! Combined flux in latest and established models = 0.399397 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.399397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089584Jy sigma=0.000987 ! Fit after self-cal, rms=0.089584Jy sigma=0.000987 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0161319 Jy ! Component: 100 - total flux cleaned = 0.023199 Jy ! Total flux subtracted in 100 components = 0.023199 Jy ! Clean residual min=-0.009624 max=0.009683 Jy/beam ! Clean residual mean=0.000022 rms=0.002373 Jy/beam ! Combined flux in latest and established models = 0.422596 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.422596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086118Jy sigma=0.000958 ! Fit after self-cal, rms=0.086101Jy sigma=0.000958 ! 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.615 mas, bmaj=7.84 mas, bpa=20.66 degrees ! Estimated noise=883.417 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.00853357 Jy ! Component: 100 - total flux cleaned = 0.0138302 Jy ! Component: 150 - total flux cleaned = 0.0172518 Jy ! Component: 200 - total flux cleaned = 0.0185065 Jy ! Total flux subtracted in 200 components = 0.0185065 Jy ! Clean residual min=-0.008927 max=0.008090 Jy/beam ! Clean residual mean=0.000025 rms=0.002004 Jy/beam ! Combined flux in latest and established models = 0.441103 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 33 components and 0.441103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085057Jy sigma=0.000948 ! Fit after self-cal, rms=0.085050Jy sigma=0.000948 ! 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 1.00 FD 0.85 HN 0.98 KP 1.02 ! LA 1.18 MK 1.00* NL 1.04 OV 0.96 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.01 HN 1.02 KP 1.00 ! LA 1.14 MK 1.00* NL 1.13 OV 1.02 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.15 HN 1.02 KP 0.90 ! LA 0.89 MK 1.00* NL 1.10 OV 0.94 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.01 HN 1.01 KP 0.88 ! LA 0.85 MK 1.00* NL 1.03 OV 1.01 ! PT 1.00 SC 0.96 ! ! ! Fit before self-cal, rms=0.085050Jy sigma=0.000948 ! Fit after self-cal, rms=0.070292Jy sigma=0.000786 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.607 mas, bmaj=7.85 mas, bpa=20.64 degrees ! Estimated noise=885.479 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.00180498 Jy ! Component: 100 - total flux cleaned = -0.00220458 Jy ! Component: 150 - total flux cleaned = -0.00238979 Jy ! Component: 200 - total flux cleaned = -0.00235739 Jy ! Total flux subtracted in 200 components = -0.00235739 Jy ! Clean residual min=-0.004099 max=0.003902 Jy/beam ! Clean residual mean=-0.000009 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.438745 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.438745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070165Jy sigma=0.000785 ! Fit after self-cal, rms=0.070157Jy sigma=0.000785 ! 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.070157Jy sigma=0.000785 ! Fit after self-cal, rms=0.068789Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.61 mas, bmaj=7.861 mas, bpa=20.74 degrees ! Estimated noise=885.036 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000308487 Jy ! Component: 100 - total flux cleaned = -0.000718506 Jy ! Component: 150 - total flux cleaned = -0.000918692 Jy ! Component: 200 - total flux cleaned = -0.00106982 Jy ! Total flux subtracted in 200 components = -0.00106982 Jy ! Clean residual min=-0.003366 max=0.003543 Jy/beam ! Clean residual mean=-0.000011 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.437675 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.437675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068738Jy sigma=0.000770 ! Fit after self-cal, rms=0.068730Jy sigma=0.000770 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) ! Added new window around map position (-16, 13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00352955 Jy ! Component: 100 - total flux cleaned = 0.00554689 Jy ! Component: 150 - total flux cleaned = 0.00677564 Jy ! Component: 200 - total flux cleaned = 0.00716229 Jy ! Total flux subtracted in 200 components = 0.00716229 Jy ! Clean residual min=-0.003033 max=0.002586 Jy/beam ! Clean residual mean=-0.000009 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.444838 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 105 components and 0.444838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068546Jy sigma=0.000767 ! Fit after self-cal, rms=0.068533Jy sigma=0.000767 ! 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.068533Jy sigma=0.000767 ! Fit after self-cal, rms=0.068447Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.608 mas, bmaj=7.867 mas, bpa=20.79 degrees ! Estimated noise=883.831 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109894 Jy ! Component: 100 - total flux cleaned = 0.00152573 Jy ! Component: 150 - total flux cleaned = 0.00177788 Jy ! Component: 200 - total flux cleaned = 0.00196487 Jy ! Total flux subtracted in 200 components = 0.00196487 Jy ! Clean residual min=-0.002805 max=0.002489 Jy/beam ! Clean residual mean=-0.000009 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.446802 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 129 components and 0.446802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068405Jy sigma=0.000767 ! Fit after self-cal, rms=0.068402Jy sigma=0.000766 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.000340492 Jy ! Component: 100 - total flux cleaned = 0.000521881 Jy ! Component: 150 - total flux cleaned = 0.000682233 Jy ! Component: 200 - total flux cleaned = 0.000804079 Jy ! Total flux subtracted in 200 components = 0.000804079 Jy ! Clean residual min=-0.002747 max=0.002507 Jy/beam ! Clean residual mean=-0.000008 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.447606 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 144 components and 0.447606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068386Jy sigma=0.000766 ! Fit after self-cal, rms=0.068384Jy sigma=0.000766 ! 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.068384Jy sigma=0.000766 ! Fit after self-cal, rms=0.068361Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.159 mas, bmaj=10.21 mas, bpa=1.922 degrees ! Estimated noise=996.617 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000137817 Jy ! Component: 100 - total flux cleaned = 0.000241829 Jy ! Component: 150 - total flux cleaned = 0.000364175 Jy ! Component: 200 - total flux cleaned = 0.000492231 Jy ! Total flux subtracted in 200 components = 0.000492231 Jy ! Clean residual min=-0.002895 max=0.002649 Jy/beam ! Clean residual mean=-0.000015 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.448099 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 169 components and 0.448099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068352Jy sigma=0.000766 ! Fit after self-cal, rms=0.068349Jy sigma=0.000766 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.000132124 Jy ! Component: 100 - total flux cleaned = 0.000283214 Jy ! Component: 150 - total flux cleaned = 0.000367074 Jy ! Component: 200 - total flux cleaned = 0.00039313 Jy ! Total flux subtracted in 200 components = 0.00039313 Jy ! Clean residual min=-0.002877 max=0.002634 Jy/beam ! Clean residual mean=-0.000014 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.448492 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 187 components and 0.448492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068347Jy sigma=0.000766 ! Fit after self-cal, rms=0.068346Jy sigma=0.000766 ! 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.607 mas, bmaj=7.871 mas, bpa=20.81 degrees ! Estimated noise=883.389 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.607 x 7.871 at 20.81 degrees (North through East) ! Clean map min=-0.0025461 max=0.41803 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.908 mas, bmaj=7.241 mas, bpa=20.78 degrees ! Estimated noise=1142.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.3258 Jy ! Component: 100 - total flux cleaned = 0.396845 Jy ! Component: 150 - total flux cleaned = 0.413779 Jy ! Component: 200 - total flux cleaned = 0.421058 Jy ! Total flux subtracted in 200 components = 0.421058 Jy ! Clean residual min=-0.004498 max=0.004075 Jy/beam ! Clean residual mean=-0.000000 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.421058 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.421058 Jy ! Inverting map and beam ! Estimated beam: bmin=4.607 mas, bmaj=7.871 mas, bpa=20.81 degrees ! Estimated noise=883.389 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.00630995 Jy ! Component: 100 - total flux cleaned = 0.0105525 Jy ! Component: 150 - total flux cleaned = 0.0137418 Jy ! Component: 200 - total flux cleaned = 0.0162369 Jy ! Total flux subtracted in 200 components = 0.0162369 Jy ! Clean residual min=-0.003590 max=0.002581 Jy/beam ! Clean residual mean=-0.000006 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.437295 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 77 components and 0.437295 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.159 mas, bmaj=10.21 mas, bpa=1.922 degrees ! Estimated noise=996.617 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0031556 Jy ! Component: 100 - total flux cleaned = 0.00536319 Jy ! Component: 150 - total flux cleaned = 0.00698378 Jy ! Component: 200 - total flux cleaned = 0.00788424 Jy ! Total flux subtracted in 200 components = 0.00788424 Jy ! Clean residual min=-0.003132 max=0.002658 Jy/beam ! Clean residual mean=-0.000014 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.445179 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.000531649 Jy ! Component: 100 - total flux cleaned = 0.00101469 Jy ! Component: 150 - total flux cleaned = 0.00136727 Jy ! Component: 200 - total flux cleaned = 0.00167167 Jy ! Total flux subtracted in 200 components = 0.00167167 Jy ! Clean residual min=-0.002907 max=0.002578 Jy/beam ! Clean residual mean=-0.000014 rms=0.000744 Jy/beam ! Combined flux in latest and established models = 0.446851 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 154 components and 0.446851 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.607 mas, bmaj=7.871 mas, bpa=20.81 degrees ! Estimated noise=883.389 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.30451e-05 Jy ! Component: 100 - total flux cleaned = -0.000138579 Jy ! Component: 150 - total flux cleaned = 6.91166e-06 Jy ! Component: 200 - total flux cleaned = 0.000108533 Jy ! Total flux subtracted in 200 components = 0.000108533 Jy ! Clean residual min=-0.002726 max=0.002515 Jy/beam ! Clean residual mean=-0.000008 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.446959 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 168 components and 0.446959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068360Jy sigma=0.000766 ! Fit after self-cal, rms=0.068357Jy sigma=0.000766 wmodel J0559+2353_S_2014_05_31_pus_map.mod ! Writing 168 model components to file: J0559+2353_S_2014_05_31_pus_map.mod wobs J0559+2353_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0559+2353_S_2014_05_31_pus_uvs.fits wwins J0559+2353_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J0559+2353_S_2014_05_31_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.000991628 Jy ! Component: 100 - total flux cleaned = -0.00124091 Jy ! Component: 150 - total flux cleaned = -0.00127981 Jy ! Component: 200 - total flux cleaned = -0.00124222 Jy ! Component: 250 - total flux cleaned = -0.00131167 Jy ! Component: 300 - total flux cleaned = -0.00147918 Jy ! Component: 350 - total flux cleaned = -0.00154456 Jy ! Component: 400 - total flux cleaned = -0.00160853 Jy ! Component: 450 - total flux cleaned = -0.00163944 Jy ! Component: 500 - total flux cleaned = -0.00166978 Jy ! Component: 550 - total flux cleaned = -0.0015814 Jy ! Component: 600 - total flux cleaned = -0.00155264 Jy ! Component: 650 - total flux cleaned = -0.00152415 Jy ! Component: 700 - total flux cleaned = -0.00146792 Jy ! Component: 750 - total flux cleaned = -0.00144028 Jy ! Component: 800 - total flux cleaned = -0.00136139 Jy ! Component: 850 - total flux cleaned = -0.00143848 Jy ! Component: 900 - total flux cleaned = -0.00136146 Jy ! Component: 950 - total flux cleaned = -0.00138637 Jy ! Component: 1000 - total flux cleaned = -0.00136177 Jy ! Component: 1050 - total flux cleaned = -0.00138603 Jy ! Component: 1100 - total flux cleaned = -0.00138616 Jy ! Component: 1150 - total flux cleaned = -0.00131602 Jy ! Component: 1200 - total flux cleaned = -0.00129362 Jy ! Component: 1250 - total flux cleaned = -0.00127032 Jy ! Component: 1300 - total flux cleaned = -0.00118045 Jy ! Component: 1350 - total flux cleaned = -0.00107042 Jy ! Component: 1400 - total flux cleaned = -0.00102706 Jy ! Component: 1450 - total flux cleaned = -0.000920053 Jy ! Component: 1500 - total flux cleaned = -0.000856597 Jy ! Component: 1550 - total flux cleaned = -0.000711144 Jy ! Component: 1600 - total flux cleaned = -0.000670637 Jy ! Component: 1650 - total flux cleaned = -0.000549003 Jy ! Component: 1700 - total flux cleaned = -0.000509215 Jy ! Component: 1750 - total flux cleaned = -0.000390635 Jy ! Component: 1800 - total flux cleaned = -0.000331974 Jy ! Component: 1850 - total flux cleaned = -0.000293524 Jy ! Component: 1900 - total flux cleaned = -0.000217251 Jy ! Component: 1950 - total flux cleaned = -0.000254803 Jy ! Component: 2000 - total flux cleaned = -0.000180187 Jy ! Component: 2050 - total flux cleaned = -0.00023553 Jy ! Component: 2100 - total flux cleaned = -0.000126044 Jy ! Component: 2150 - total flux cleaned = -0.000144251 Jy ! Component: 2200 - total flux cleaned = -5.49705e-05 Jy ! Component: 2250 - total flux cleaned = -2.10373e-06 Jy ! Component: 2300 - total flux cleaned = -3.71118e-05 Jy ! Component: 2350 - total flux cleaned = 4.96163e-05 Jy ! Component: 2400 - total flux cleaned = 4.99635e-05 Jy ! Component: 2450 - total flux cleaned = 0.000118042 Jy ! Component: 2500 - total flux cleaned = 0.000151684 Jy ! Component: 2550 - total flux cleaned = 0.000184983 Jy ! Component: 2600 - total flux cleaned = 0.000218226 Jy ! Component: 2650 - total flux cleaned = 0.000267419 Jy ! Component: 2700 - total flux cleaned = 0.000316018 Jy ! Component: 2750 - total flux cleaned = 0.000316202 Jy ! Component: 2800 - total flux cleaned = 0.000348113 Jy ! Component: 2850 - total flux cleaned = 0.000379844 Jy ! Component: 2900 - total flux cleaned = 0.000395706 Jy ! Component: 2950 - total flux cleaned = 0.000411537 Jy ! Component: 3000 - total flux cleaned = 0.000442548 Jy ! Component: 3050 - total flux cleaned = 0.000442405 Jy ! Component: 3100 - total flux cleaned = 0.00048796 Jy ! Component: 3150 - total flux cleaned = 0.000457632 Jy ! Component: 3200 - total flux cleaned = 0.000427697 Jy ! Component: 3250 - total flux cleaned = 0.000427836 Jy ! Component: 3300 - total flux cleaned = 0.00041313 Jy ! Component: 3350 - total flux cleaned = 0.000427866 Jy ! Component: 3400 - total flux cleaned = 0.000442339 Jy ! Component: 3450 - total flux cleaned = 0.000384455 Jy ! Component: 3500 - total flux cleaned = 0.00037022 Jy ! Component: 3550 - total flux cleaned = 0.000412953 Jy ! Component: 3600 - total flux cleaned = 0.000427055 Jy ! Component: 3650 - total flux cleaned = 0.000426934 Jy ! Component: 3700 - total flux cleaned = 0.000343018 Jy ! Component: 3750 - total flux cleaned = 0.000343109 Jy ! Component: 3800 - total flux cleaned = 0.000384327 Jy ! Component: 3850 - total flux cleaned = 0.000343376 Jy ! Component: 3900 - total flux cleaned = 0.000316195 Jy ! Component: 3950 - total flux cleaned = 0.000356745 Jy ! Component: 4000 - total flux cleaned = 0.00033003 Jy ! Component: 4050 - total flux cleaned = 0.000370135 Jy ! Total flux subtracted in 4096 components = 0.000343726 Jy ! Clean residual min=-0.000773 max=0.000874 Jy/beam ! Clean residual mean=-0.000004 rms=0.000251 Jy/beam ! Combined flux in latest and established models = 0.447303 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 471 components and 0.447303 Jy ![Exited script file: muppet] wmap "J0559+2353_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.607 x 7.871 at 20.81 degrees (North through East) ! Clean map min=-0.0018581 max=0.41744 Jy/beam ! Writing clean map to FITS file: J0559+2353_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.417441 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000246115 device "J0559+2353_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0559+2353_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.176874 0.176874 0.353749 0.707498 1.415 2.82999 5.65998 11.32 22.6399 45.2799 90.5597 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.417 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.607 x 7.871 at 20.81 degrees (North through East) ! Clean map min=-0.0018581 max=0.41744 Jy/beam quit ! Quitting program ! Log file J0559+2353_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:47:21 2016