! Started logfile: J0402+8241_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:30:29 2019 obs J0402+8241_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0402+8241_S_2017_03_27_pus_uva.fits ! AN table 1: 216 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.892387 visibilities/baseline/integration-bin. ! Found source: J0402+8241 ! ! 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 1684 lines of history. ! ! Reading 34696 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 J0402+8241_S_2017_03_27_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 212 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 185 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 239 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1151 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.991621Jy sigma=0.008240 ! Fit after self-cal, rms=0.957522Jy sigma=0.007966 ! 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.876 mas, bmaj=4.214 mas, bpa=59.32 degrees ! Estimated noise=956.692 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.0329976 Jy ! Component: 100 - total flux cleaned = 0.040757 Jy ! Total flux subtracted in 100 components = 0.040757 Jy ! Clean residual min=-0.003185 max=0.003729 Jy/beam ! Clean residual mean=-0.000060 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.040757 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.040757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084573Jy sigma=0.000680 ! Fit after self-cal, rms=0.083422Jy sigma=0.000671 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00549665 Jy ! Component: 100 - total flux cleaned = 0.00876931 Jy ! Total flux subtracted in 100 components = 0.00876931 Jy ! Clean residual min=-0.002941 max=0.003363 Jy/beam ! Clean residual mean=-0.000050 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.0495264 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 16 components and 0.0495264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082821Jy sigma=0.000665 ! Fit after self-cal, rms=0.082785Jy sigma=0.000665 ! 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.828 mas, bmaj=5.639 mas, bpa=55.05 degrees ! Estimated noise=530.274 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.00519841 Jy ! Component: 100 - total flux cleaned = 0.00803538 Jy ! Component: 150 - total flux cleaned = 0.00962158 Jy ! Component: 200 - total flux cleaned = 0.0105137 Jy ! Total flux subtracted in 200 components = 0.0105137 Jy ! Clean residual min=-0.003071 max=0.004210 Jy/beam ! Clean residual mean=-0.000113 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.0600401 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 30 components and 0.0600401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082506Jy sigma=0.000661 ! Fit after self-cal, rms=0.082452Jy sigma=0.000661 ! 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.35 FD 0.89 HN 1.03 KP 1.09 ! LA 0.90 MK 1.00 NL 1.16 OV 1.06 ! PT 0.83 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 0.87 HN 1.05 KP 1.14 ! LA 0.94 MK 1.09 NL 1.10 OV 1.12 ! PT 0.82 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.95 HN 1.04 KP 1.11 ! LA 1.05 MK 1.10 NL 1.04 OV 0.98 ! PT 0.89 SC 0.95 ! ! ! Correcting IF 4. ! A total of 162 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.88 HN 0.81 KP 1.00* ! LA 1.01 MK 0.90 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.082452Jy sigma=0.000661 ! Fit after self-cal, rms=0.086798Jy sigma=0.000658 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.837 mas, bmaj=5.646 mas, bpa=54.79 degrees ! Estimated noise=534.882 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.000802001 Jy ! Component: 100 - total flux cleaned = 0.000847137 Jy ! Component: 150 - total flux cleaned = 0.00090563 Jy ! Component: 200 - total flux cleaned = 0.000939525 Jy ! Total flux subtracted in 200 components = 0.000939525 Jy ! Clean residual min=-0.003018 max=0.004131 Jy/beam ! Clean residual mean=-0.000062 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.0609796 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.0609796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086786Jy sigma=0.000658 ! Fit after self-cal, rms=0.087202Jy sigma=0.000657 ! 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.087202Jy sigma=0.000657 ! Fit after self-cal, rms=0.092557Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.806 mas, bmaj=5.744 mas, bpa=54.86 degrees ! Estimated noise=540.159 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00053493 Jy ! Component: 100 - total flux cleaned = 0.000579443 Jy ! Component: 150 - total flux cleaned = 0.00059911 Jy ! Component: 200 - total flux cleaned = 0.000634344 Jy ! Total flux subtracted in 200 components = 0.000634344 Jy ! Clean residual min=-0.002300 max=0.003333 Jy/beam ! Clean residual mean=-0.000040 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.0616139 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 38 components and 0.0616139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092543Jy sigma=0.000654 ! Fit after self-cal, rms=0.092962Jy sigma=0.000653 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 (42, -42.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00366203 Jy ! Component: 100 - total flux cleaned = 0.00587412 Jy ! Component: 150 - total flux cleaned = 0.00737008 Jy ! Component: 200 - total flux cleaned = 0.00840818 Jy ! Total flux subtracted in 200 components = 0.00840818 Jy ! Clean residual min=-0.002185 max=0.002654 Jy/beam ! Clean residual mean=-0.000051 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.0700221 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 67 components and 0.0700221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092804Jy sigma=0.000651 ! Fit after self-cal, rms=0.092711Jy sigma=0.000651 ! 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.092711Jy sigma=0.000651 ! Fit after self-cal, rms=0.094102Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.776 mas, bmaj=5.793 mas, bpa=54.92 degrees ! Estimated noise=539.252 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00247661 Jy ! Component: 100 - total flux cleaned = 0.004039 Jy ! Component: 150 - total flux cleaned = 0.00511916 Jy ! Component: 200 - total flux cleaned = 0.0055672 Jy ! Total flux subtracted in 200 components = 0.0055672 Jy ! Clean residual min=-0.002187 max=0.002334 Jy/beam ! Clean residual mean=-0.000038 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.0755893 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 73 components and 0.0755893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094020Jy sigma=0.000650 ! Fit after self-cal, rms=0.094074Jy sigma=0.000649 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.00179676 Jy ! Component: 100 - total flux cleaned = 0.00294864 Jy ! Component: 150 - total flux cleaned = 0.0032708 Jy ! Component: 200 - total flux cleaned = 0.00352347 Jy ! Total flux subtracted in 200 components = 0.00352347 Jy ! Clean residual min=-0.002206 max=0.002107 Jy/beam ! Clean residual mean=-0.000038 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.0791128 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 84 components and 0.0791128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094022Jy sigma=0.000649 ! Fit after self-cal, rms=0.093994Jy sigma=0.000649 ! 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.093994Jy sigma=0.000649 ! Fit after self-cal, rms=0.093817Jy sigma=0.000649 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.629 mas, bmaj=11.09 mas, bpa=49.68 degrees ! Estimated noise=642.478 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00220869 Jy ! Component: 100 - total flux cleaned = 0.00326512 Jy ! Component: 150 - total flux cleaned = 0.0035651 Jy ! Component: 200 - total flux cleaned = 0.00374464 Jy ! Total flux subtracted in 200 components = 0.00374464 Jy ! Clean residual min=-0.002702 max=0.002644 Jy/beam ! Clean residual mean=-0.000061 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.0828574 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 115 components and 0.0828575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093797Jy sigma=0.000648 ! Fit after self-cal, rms=0.093779Jy sigma=0.000648 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.00156904 Jy ! Component: 100 - total flux cleaned = 0.00235885 Jy ! Component: 150 - total flux cleaned = 0.00248525 Jy ! Component: 200 - total flux cleaned = 0.00262562 Jy ! Total flux subtracted in 200 components = 0.00262562 Jy ! Clean residual min=-0.002773 max=0.002736 Jy/beam ! Clean residual mean=-0.000059 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.0854831 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 123 components and 0.0854831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093765Jy sigma=0.000648 ! Fit after self-cal, rms=0.093757Jy sigma=0.000648 ! 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.773 mas, bmaj=5.795 mas, bpa=55.01 degrees ! Estimated noise=538.583 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.773 x 5.795 at 55.01 degrees (North through East) ! Clean map min=-0.0021094 max=0.044314 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.788 mas, bmaj=4.334 mas, bpa=58.96 degrees ! Estimated noise=973.114 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0337366 Jy ! Component: 100 - total flux cleaned = 0.0439343 Jy ! Component: 150 - total flux cleaned = 0.0506214 Jy ! Component: 200 - total flux cleaned = 0.0559352 Jy ! Total flux subtracted in 200 components = 0.0559352 Jy ! Clean residual min=-0.003495 max=0.003721 Jy/beam ! Clean residual mean=-0.000024 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.0559352 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.0559352 Jy ! Inverting map and beam ! Estimated beam: bmin=3.773 mas, bmaj=5.795 mas, bpa=55.01 degrees ! Estimated noise=538.583 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.00662243 Jy ! Component: 100 - total flux cleaned = 0.0115541 Jy ! Component: 150 - total flux cleaned = 0.0154881 Jy ! Component: 200 - total flux cleaned = 0.0186634 Jy ! Total flux subtracted in 200 components = 0.0186634 Jy ! Clean residual min=-0.002495 max=0.002404 Jy/beam ! Clean residual mean=-0.000049 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.0745985 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 48 components and 0.0745985 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.629 mas, bmaj=11.09 mas, bpa=49.68 degrees ! Estimated noise=642.478 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00378815 Jy ! Component: 100 - total flux cleaned = 0.00635613 Jy ! Component: 150 - total flux cleaned = 0.00820291 Jy ! Component: 200 - total flux cleaned = 0.00954996 Jy ! Total flux subtracted in 200 components = 0.00954996 Jy ! Clean residual min=-0.003136 max=0.002924 Jy/beam ! Clean residual mean=-0.000069 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.0841485 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.000990999 Jy ! Component: 100 - total flux cleaned = 0.00145819 Jy ! Component: 150 - total flux cleaned = 0.00172158 Jy ! Component: 200 - total flux cleaned = 0.00193015 Jy ! Total flux subtracted in 200 components = 0.00193015 Jy ! Clean residual min=-0.002997 max=0.002854 Jy/beam ! Clean residual mean=-0.000062 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.0860786 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 99 components and 0.0860786 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.773 mas, bmaj=5.795 mas, bpa=55.01 degrees ! Estimated noise=538.583 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000286761 Jy ! Component: 100 - total flux cleaned = -3.34676e-05 Jy ! Component: 150 - total flux cleaned = 0.00015572 Jy ! Component: 200 - total flux cleaned = 0.000298216 Jy ! Total flux subtracted in 200 components = 0.000298216 Jy ! Clean residual min=-0.002141 max=0.002071 Jy/beam ! Clean residual mean=-0.000031 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.0863769 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 116 components and 0.0863769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093744Jy sigma=0.000648 ! Fit after self-cal, rms=0.093713Jy sigma=0.000647 wmodel J0402+8241_S_2017_03_27_pus_map.mod ! Writing 116 model components to file: J0402+8241_S_2017_03_27_pus_map.mod wobs J0402+8241_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0402+8241_S_2017_03_27_pus_uvs.fits wwins J0402+8241_S_2017_03_27_pus_map.win ! wwins: Wrote 2 windows to J0402+8241_S_2017_03_27_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.000207905 Jy ! Component: 100 - total flux cleaned = 0.000451621 Jy ! Component: 150 - total flux cleaned = 0.000683309 Jy ! Component: 200 - total flux cleaned = 0.000810524 Jy ! Component: 250 - total flux cleaned = 0.000963355 Jy ! Component: 300 - total flux cleaned = 0.000993248 Jy ! Component: 350 - total flux cleaned = 0.000993802 Jy ! Component: 400 - total flux cleaned = 0.00105024 Jy ! Component: 450 - total flux cleaned = 0.00113189 Jy ! Component: 500 - total flux cleaned = 0.0011319 Jy ! Component: 550 - total flux cleaned = 0.00113214 Jy ! Component: 600 - total flux cleaned = 0.00128447 Jy ! Component: 650 - total flux cleaned = 0.0013092 Jy ! Component: 700 - total flux cleaned = 0.00140725 Jy ! Component: 750 - total flux cleaned = 0.00150329 Jy ! Component: 800 - total flux cleaned = 0.00164515 Jy ! Component: 850 - total flux cleaned = 0.00169154 Jy ! Component: 900 - total flux cleaned = 0.00180655 Jy ! Component: 950 - total flux cleaned = 0.00189728 Jy ! Component: 1000 - total flux cleaned = 0.00205353 Jy ! Component: 1050 - total flux cleaned = 0.00218535 Jy ! Component: 1100 - total flux cleaned = 0.00231566 Jy ! Component: 1150 - total flux cleaned = 0.00246555 Jy ! Component: 1200 - total flux cleaned = 0.00257111 Jy ! Component: 1250 - total flux cleaned = 0.00273779 Jy ! Component: 1300 - total flux cleaned = 0.00284066 Jy ! Component: 1350 - total flux cleaned = 0.00296255 Jy ! Component: 1400 - total flux cleaned = 0.00308281 Jy ! Component: 1450 - total flux cleaned = 0.00320158 Jy ! Component: 1500 - total flux cleaned = 0.00324042 Jy ! Component: 1550 - total flux cleaned = 0.0033179 Jy ! Component: 1600 - total flux cleaned = 0.0034326 Jy ! Component: 1650 - total flux cleaned = 0.00348939 Jy ! Component: 1700 - total flux cleaned = 0.00358321 Jy ! Component: 1750 - total flux cleaned = 0.00371289 Jy ! Component: 1800 - total flux cleaned = 0.00380461 Jy ! Component: 1850 - total flux cleaned = 0.00391361 Jy ! Component: 1900 - total flux cleaned = 0.00396767 Jy ! Component: 1950 - total flux cleaned = 0.0040393 Jy ! Component: 2000 - total flux cleaned = 0.00418044 Jy ! Component: 2050 - total flux cleaned = 0.0041806 Jy ! Component: 2100 - total flux cleaned = 0.00431933 Jy ! Component: 2150 - total flux cleaned = 0.00437054 Jy ! Component: 2200 - total flux cleaned = 0.00442136 Jy ! Component: 2250 - total flux cleaned = 0.00447176 Jy ! Component: 2300 - total flux cleaned = 0.00450517 Jy ! Component: 2350 - total flux cleaned = 0.00453836 Jy ! Component: 2400 - total flux cleaned = 0.00453858 Jy ! Component: 2450 - total flux cleaned = 0.00461973 Jy ! Component: 2500 - total flux cleaned = 0.0046518 Jy ! Component: 2550 - total flux cleaned = 0.00466775 Jy ! Component: 2600 - total flux cleaned = 0.00465203 Jy ! Component: 2650 - total flux cleaned = 0.00466782 Jy ! Component: 2700 - total flux cleaned = 0.00469898 Jy ! Component: 2750 - total flux cleaned = 0.00472996 Jy ! Component: 2800 - total flux cleaned = 0.00477598 Jy ! Component: 2850 - total flux cleaned = 0.00473017 Jy ! Component: 2900 - total flux cleaned = 0.00474526 Jy ! Component: 2950 - total flux cleaned = 0.00477526 Jy ! Component: 3000 - total flux cleaned = 0.00479014 Jy ! Component: 3050 - total flux cleaned = 0.00481969 Jy ! Component: 3100 - total flux cleaned = 0.00480502 Jy ! Component: 3150 - total flux cleaned = 0.00479057 Jy ! Component: 3200 - total flux cleaned = 0.00481947 Jy ! Component: 3250 - total flux cleaned = 0.00481945 Jy ! Component: 3300 - total flux cleaned = 0.00490507 Jy ! Component: 3350 - total flux cleaned = 0.00486234 Jy ! Component: 3400 - total flux cleaned = 0.00487635 Jy ! Component: 3450 - total flux cleaned = 0.00486234 Jy ! Component: 3500 - total flux cleaned = 0.00484864 Jy ! Component: 3550 - total flux cleaned = 0.00487637 Jy ! Component: 3600 - total flux cleaned = 0.00489004 Jy ! Component: 3650 - total flux cleaned = 0.00493088 Jy ! Component: 3700 - total flux cleaned = 0.00493098 Jy ! Component: 3750 - total flux cleaned = 0.00491757 Jy ! Component: 3800 - total flux cleaned = 0.00491738 Jy ! Component: 3850 - total flux cleaned = 0.00493075 Jy ! Component: 3900 - total flux cleaned = 0.00491743 Jy ! Component: 3950 - total flux cleaned = 0.00497011 Jy ! Component: 4000 - total flux cleaned = 0.00499614 Jy ! Component: 4050 - total flux cleaned = 0.00499613 Jy ! Total flux subtracted in 4096 components = 0.00498322 Jy ! Clean residual min=-0.000776 max=0.000662 Jy/beam ! Clean residual mean=-0.000011 rms=0.000243 Jy/beam ! Combined flux in latest and established models = 0.0913601 Jy keep ! Adding 322 model components to the UV plane model. ! The established model now contains 437 components and 0.0913601 Jy ![Exited script file: muppet] wmap "J0402+8241_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.773 x 5.795 at 55.01 degrees (North through East) ! Clean map min=-0.0016677 max=0.044521 Jy/beam ! Writing clean map to FITS file: J0402+8241_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0445211 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000241919 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.63014 1.63014 3.26028 6.52056 13.0411 26.0822 52.1645 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.044 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.773 x 5.795 at 55.01 degrees (North through East) ! Clean map min=-0.0016677 max=0.044521 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 J0402+8241_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:30:36 2019