! Started logfile: J2240+5133_S_2017_02_19_pus_uvs.log on Sat May 4 19:00:57 2019 obs J2240+5133_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J2240+5133_S_2017_02_19_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.769912 visibilities/baseline/integration-bin. ! Found source: J2240+5133 ! ! 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 482 lines of history. ! ! Reading 15660 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 J2240+5133_S_2017_02_19_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 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 479 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.826942Jy sigma=0.007036 ! Fit after self-cal, rms=0.818955Jy sigma=0.006973 ! 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=2.943 mas, bmaj=3.968 mas, bpa=-6.472 degrees ! Estimated noise=1089.32 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.137523 Jy ! Component: 100 - total flux cleaned = 0.173404 Jy ! Total flux subtracted in 100 components = 0.173404 Jy ! Clean residual min=-0.007316 max=0.014993 Jy/beam ! Clean residual mean=0.000002 rms=0.001830 Jy/beam ! Combined flux in latest and established models = 0.173404 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.173404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093219Jy sigma=0.000729 ! Fit after self-cal, rms=0.093087Jy sigma=0.000728 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0169442 Jy ! Component: 100 - total flux cleaned = 0.0254168 Jy ! Total flux subtracted in 100 components = 0.0254168 Jy ! Clean residual min=-0.005742 max=0.006057 Jy/beam ! Clean residual mean=0.000002 rms=0.001332 Jy/beam ! Combined flux in latest and established models = 0.19882 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 16 components and 0.19882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088837Jy sigma=0.000695 ! Fit after self-cal, rms=0.088740Jy sigma=0.000695 ! 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.518 mas, bmaj=4.749 mas, bpa=-4.674 degrees ! Estimated noise=733.333 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 (4.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0108273 Jy ! Component: 100 - total flux cleaned = 0.0178636 Jy ! Component: 150 - total flux cleaned = 0.0229973 Jy ! Component: 200 - total flux cleaned = 0.0270172 Jy ! Total flux subtracted in 200 components = 0.0270172 Jy ! Clean residual min=-0.004767 max=0.004479 Jy/beam ! Clean residual mean=0.000007 rms=0.001089 Jy/beam ! Combined flux in latest and established models = 0.225838 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 88 components and 0.225838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086886Jy sigma=0.000682 ! Fit after self-cal, rms=0.086781Jy sigma=0.000681 ! 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.01 FD 0.95 HN 0.99 KP 1.01 ! LA 1.03 MK 1.04 NL 0.87 OV 1.04 ! PT 1.00* SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.00 HN 1.01 KP 0.98 ! LA 0.97 MK 1.02 NL 1.02 OV 1.07 ! PT 1.00* SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.04 HN 0.99 KP 0.87 ! LA 0.77 MK 1.03 NL 1.15 OV 0.99 ! PT 1.00* SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.07 HN 0.90 KP 1.00* ! LA 0.83 MK 1.34 NL 1.00* OV 0.99 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.086781Jy sigma=0.000681 ! Fit after self-cal, rms=0.082727Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.559 mas, bmaj=4.787 mas, bpa=-4.204 degrees ! Estimated noise=727.53 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.00271288 Jy ! Component: 100 - total flux cleaned = 0.00362831 Jy ! Component: 150 - total flux cleaned = 0.00432816 Jy ! Component: 200 - total flux cleaned = 0.00483281 Jy ! Total flux subtracted in 200 components = 0.00483281 Jy ! Clean residual min=-0.002372 max=0.002335 Jy/beam ! Clean residual mean=-0.000000 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.23067 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 106 components and 0.23067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082632Jy sigma=0.000656 ! Fit after self-cal, rms=0.082637Jy sigma=0.000656 ! 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.082637Jy sigma=0.000656 ! Fit after self-cal, rms=0.081788Jy sigma=0.000653 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.556 mas, bmaj=4.78 mas, bpa=-4.153 degrees ! Estimated noise=727.094 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000785216 Jy ! Component: 100 - total flux cleaned = 0.00132608 Jy ! Component: 150 - total flux cleaned = 0.00160442 Jy ! Component: 200 - total flux cleaned = 0.00171855 Jy ! Total flux subtracted in 200 components = 0.00171855 Jy ! Clean residual min=-0.002089 max=0.002131 Jy/beam ! Clean residual mean=-0.000001 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.232389 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 118 components and 0.232389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081759Jy sigma=0.000652 ! Fit after self-cal, rms=0.081765Jy sigma=0.000652 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 (-37.5, 19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000582072 Jy ! Component: 100 - total flux cleaned = 0.000978681 Jy ! Component: 150 - total flux cleaned = 0.0011719 Jy ! Component: 200 - total flux cleaned = 0.00125147 Jy ! Total flux subtracted in 200 components = 0.00125147 Jy ! Clean residual min=-0.001993 max=0.001930 Jy/beam ! Clean residual mean=-0.000001 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.23364 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 132 components and 0.23364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081705Jy sigma=0.000652 ! Fit after self-cal, rms=0.081700Jy sigma=0.000652 ! 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.081700Jy sigma=0.000652 ! Fit after self-cal, rms=0.081613Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.556 mas, bmaj=4.777 mas, bpa=-4.166 degrees ! Estimated noise=726.513 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.98926e-05 Jy ! Component: 100 - total flux cleaned = 5.4311e-05 Jy ! Component: 150 - total flux cleaned = 7.63878e-05 Jy ! Component: 200 - total flux cleaned = 0.000117532 Jy ! Total flux subtracted in 200 components = 0.000117532 Jy ! Clean residual min=-0.001922 max=0.001851 Jy/beam ! Clean residual mean=-0.000001 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.233758 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 143 components and 0.233758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081597Jy sigma=0.000652 ! Fit after self-cal, rms=0.081595Jy sigma=0.000652 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 = 4.04556e-05 Jy ! Component: 100 - total flux cleaned = 5.79291e-05 Jy ! Component: 150 - total flux cleaned = 0.000144836 Jy ! Component: 200 - total flux cleaned = 0.000209731 Jy ! Total flux subtracted in 200 components = 0.000209731 Jy ! Clean residual min=-0.001890 max=0.001816 Jy/beam ! Clean residual mean=-0.000001 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.233968 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 149 components and 0.233968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081586Jy sigma=0.000652 ! Fit after self-cal, rms=0.081586Jy sigma=0.000652 ! 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.081586Jy sigma=0.000652 ! Fit after self-cal, rms=0.081594Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.327 mas, bmaj=7.92 mas, bpa=13.91 degrees ! Estimated noise=944.768 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000711277 Jy ! Component: 100 - total flux cleaned = 0.000989417 Jy ! Component: 150 - total flux cleaned = 0.00118097 Jy ! Component: 200 - total flux cleaned = 0.00123951 Jy ! Total flux subtracted in 200 components = 0.00123951 Jy ! Clean residual min=-0.001972 max=0.002113 Jy/beam ! Clean residual mean=-0.000002 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.235207 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 163 components and 0.235207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081594Jy sigma=0.000652 ! Fit after self-cal, rms=0.081594Jy sigma=0.000652 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.00011491 Jy ! Component: 100 - total flux cleaned = 0.000155608 Jy ! Component: 150 - total flux cleaned = 0.00020253 Jy ! Component: 200 - total flux cleaned = 0.000255054 Jy ! Total flux subtracted in 200 components = 0.000255054 Jy ! Clean residual min=-0.001957 max=0.002115 Jy/beam ! Clean residual mean=-0.000002 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.235462 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 171 components and 0.235462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081595Jy sigma=0.000652 ! Fit after self-cal, rms=0.081595Jy sigma=0.000652 ! 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.556 mas, bmaj=4.777 mas, bpa=-4.201 degrees ! Estimated noise=726.522 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.556 x 4.777 at -4.201 degrees (North through East) ! Clean map min=-0.0020449 max=0.17789 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=2.972 mas, bmaj=3.991 mas, bpa=-6.075 degrees ! Estimated noise=1089.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.137006 Jy ! Component: 100 - total flux cleaned = 0.175249 Jy ! Component: 150 - total flux cleaned = 0.192126 Jy ! Component: 200 - total flux cleaned = 0.200783 Jy ! Total flux subtracted in 200 components = 0.200783 Jy ! Clean residual min=-0.003668 max=0.004376 Jy/beam ! Clean residual mean=0.000000 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.200783 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.200783 Jy ! Inverting map and beam ! Estimated beam: bmin=3.556 mas, bmaj=4.777 mas, bpa=-4.201 degrees ! Estimated noise=726.522 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.00843918 Jy ! Component: 100 - total flux cleaned = 0.0139995 Jy ! Component: 150 - total flux cleaned = 0.0180333 Jy ! Component: 200 - total flux cleaned = 0.0210602 Jy ! Total flux subtracted in 200 components = 0.0210602 Jy ! Clean residual min=-0.002182 max=0.002205 Jy/beam ! Clean residual mean=0.000001 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.221843 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 72 components and 0.221843 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.327 mas, bmaj=7.92 mas, bpa=13.91 degrees ! Estimated noise=944.768 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00442135 Jy ! Component: 100 - total flux cleaned = 0.00648621 Jy ! Component: 150 - total flux cleaned = 0.00788203 Jy ! Component: 200 - total flux cleaned = 0.00899737 Jy ! Total flux subtracted in 200 components = 0.00899737 Jy ! Clean residual min=-0.002126 max=0.002233 Jy/beam ! Clean residual mean=-0.000001 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.23084 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.000899134 Jy ! Component: 100 - total flux cleaned = 0.00159093 Jy ! Component: 150 - total flux cleaned = 0.00212871 Jy ! Component: 200 - total flux cleaned = 0.00257843 Jy ! Total flux subtracted in 200 components = 0.00257843 Jy ! Clean residual min=-0.002003 max=0.002137 Jy/beam ! Clean residual mean=-0.000002 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.233419 Jy ! Adding 112 model components to the UV plane model. ! The established model now contains 173 components and 0.233419 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.556 mas, bmaj=4.777 mas, bpa=-4.201 degrees ! Estimated noise=726.522 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.496e-07 Jy ! Component: 100 - total flux cleaned = 3.20999e-05 Jy ! Component: 150 - total flux cleaned = 0.000165905 Jy ! Component: 200 - total flux cleaned = 0.000258107 Jy ! Total flux subtracted in 200 components = 0.000258107 Jy ! Clean residual min=-0.001881 max=0.001880 Jy/beam ! Clean residual mean=-0.000001 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.233677 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 188 components and 0.233677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081621Jy sigma=0.000652 ! Fit after self-cal, rms=0.081618Jy sigma=0.000652 wmodel J2240+5133_S_2017_02_19_pus_map.mod ! Writing 188 model components to file: J2240+5133_S_2017_02_19_pus_map.mod wobs J2240+5133_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J2240+5133_S_2017_02_19_pus_uvs.fits wwins J2240+5133_S_2017_02_19_pus_map.win ! wwins: Wrote 3 windows to J2240+5133_S_2017_02_19_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.000131118 Jy ! Component: 100 - total flux cleaned = 0.000133161 Jy ! Component: 150 - total flux cleaned = 0.000103764 Jy ! Component: 200 - total flux cleaned = -3.92485e-05 Jy ! Component: 250 - total flux cleaned = -0.000178381 Jy ! Component: 300 - total flux cleaned = -0.000313327 Jy ! Component: 350 - total flux cleaned = -0.000418484 Jy ! Component: 400 - total flux cleaned = -0.000572225 Jy ! Component: 450 - total flux cleaned = -0.000847249 Jy ! Component: 500 - total flux cleaned = -0.0009941 Jy ! Component: 550 - total flux cleaned = -0.00120966 Jy ! Component: 600 - total flux cleaned = -0.00132712 Jy ! Component: 650 - total flux cleaned = -0.00146563 Jy ! Component: 700 - total flux cleaned = -0.00155641 Jy ! Component: 750 - total flux cleaned = -0.00162381 Jy ! Component: 800 - total flux cleaned = -0.00171161 Jy ! Component: 850 - total flux cleaned = -0.00171113 Jy ! Component: 900 - total flux cleaned = -0.00177572 Jy ! Component: 950 - total flux cleaned = -0.00183873 Jy ! Component: 1000 - total flux cleaned = -0.00181812 Jy ! Component: 1050 - total flux cleaned = -0.00183879 Jy ! Component: 1100 - total flux cleaned = -0.00189983 Jy ! Component: 1150 - total flux cleaned = -0.00200006 Jy ! Component: 1200 - total flux cleaned = -0.00209958 Jy ! Component: 1250 - total flux cleaned = -0.00221711 Jy ! Component: 1300 - total flux cleaned = -0.00225576 Jy ! Component: 1350 - total flux cleaned = -0.00238955 Jy ! Component: 1400 - total flux cleaned = -0.00252168 Jy ! Component: 1450 - total flux cleaned = -0.00254015 Jy ! Component: 1500 - total flux cleaned = -0.00261423 Jy ! Component: 1550 - total flux cleaned = -0.00276078 Jy ! Component: 1600 - total flux cleaned = -0.00279683 Jy ! Component: 1650 - total flux cleaned = -0.00286858 Jy ! Component: 1700 - total flux cleaned = -0.00297463 Jy ! Component: 1750 - total flux cleaned = -0.00306216 Jy ! Component: 1800 - total flux cleaned = -0.00313181 Jy ! Component: 1850 - total flux cleaned = -0.00321737 Jy ! Component: 1900 - total flux cleaned = -0.00333663 Jy ! Component: 1950 - total flux cleaned = -0.00342088 Jy ! Component: 2000 - total flux cleaned = -0.00347097 Jy ! Component: 2050 - total flux cleaned = -0.00362019 Jy ! Component: 2100 - total flux cleaned = -0.00375157 Jy ! Component: 2150 - total flux cleaned = -0.00380034 Jy ! Component: 2200 - total flux cleaned = -0.0039293 Jy ! Component: 2250 - total flux cleaned = -0.00399329 Jy ! Component: 2300 - total flux cleaned = -0.00404064 Jy ! Component: 2350 - total flux cleaned = -0.00402483 Jy ! Component: 2400 - total flux cleaned = -0.00414945 Jy ! Component: 2450 - total flux cleaned = -0.00427316 Jy ! Component: 2500 - total flux cleaned = -0.00431898 Jy ! Component: 2550 - total flux cleaned = -0.00436461 Jy ! Component: 2600 - total flux cleaned = -0.00448495 Jy ! Component: 2650 - total flux cleaned = -0.00450002 Jy ! Component: 2700 - total flux cleaned = -0.00455946 Jy ! Component: 2750 - total flux cleaned = -0.00460377 Jy ! Component: 2800 - total flux cleaned = -0.00469152 Jy ! Component: 2850 - total flux cleaned = -0.00476402 Jy ! Component: 2900 - total flux cleaned = -0.00482158 Jy ! Component: 2950 - total flux cleaned = -0.00486458 Jy ! Component: 3000 - total flux cleaned = -0.00496392 Jy ! Component: 3050 - total flux cleaned = -0.00499223 Jy ! Component: 3100 - total flux cleaned = -0.00511819 Jy ! Component: 3150 - total flux cleaned = -0.00514588 Jy ! Component: 3200 - total flux cleaned = -0.00518726 Jy ! Component: 3250 - total flux cleaned = -0.00526945 Jy ! Component: 3300 - total flux cleaned = -0.00535127 Jy ! Component: 3350 - total flux cleaned = -0.00536487 Jy ! Component: 3400 - total flux cleaned = -0.00545892 Jy ! Component: 3450 - total flux cleaned = -0.00552561 Jy ! Component: 3500 - total flux cleaned = -0.00556536 Jy ! Component: 3550 - total flux cleaned = -0.00567083 Jy ! Component: 3600 - total flux cleaned = -0.00569698 Jy ! Component: 3650 - total flux cleaned = -0.005762 Jy ! Component: 3700 - total flux cleaned = -0.00582666 Jy ! Component: 3750 - total flux cleaned = -0.00586523 Jy ! Component: 3800 - total flux cleaned = -0.00592906 Jy ! Component: 3850 - total flux cleaned = -0.0060053 Jy ! Component: 3900 - total flux cleaned = -0.00604309 Jy ! Component: 3950 - total flux cleaned = -0.00605556 Jy ! Component: 4000 - total flux cleaned = -0.00609303 Jy ! Component: 4050 - total flux cleaned = -0.00605582 Jy ! Total flux subtracted in 4096 components = -0.00609293 Jy ! Clean residual min=-0.000785 max=0.000665 Jy/beam ! Clean residual mean=-0.000001 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.227584 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 482 components and 0.227584 Jy ![Exited script file: muppet] wmap "J2240+5133_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.556 x 4.777 at -4.201 degrees (North through East) ! Clean map min=-0.0015975 max=0.17817 Jy/beam ! Writing clean map to FITS file: J2240+5133_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.178169 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000217179 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.365684 0.365684 0.731368 1.46274 2.92547 5.85095 11.7019 23.4038 46.8076 93.6152 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.178 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.556 x 4.777 at -4.201 degrees (North through East) ! Clean map min=-0.0015975 max=0.17817 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J2240+5133_S_2017_02_19_pus_uvs.log closed on Sat May 4 19:01:02 2019