! Started logfile: J0340+5405_S_2017_06_15_pus_uvs.log on Tue May 7 15:10:20 2019 obs J0340+5405_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0340+5405_S_2017_06_15_pus_uva.fits ! AN table 1: 216 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.984156 visibilities/baseline/integration-bin. ! Found source: J0340+5405 ! ! 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 603 lines of history. ! ! Reading 38264 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 J0340+5405_S_2017_06_15_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1101 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999039Jy sigma=0.009568 ! Fit after self-cal, rms=0.966958Jy sigma=0.009277 ! 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.857 mas, bmaj=4.461 mas, bpa=-0.01265 degrees ! Estimated noise=834.01 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.0272798 Jy ! Component: 100 - total flux cleaned = 0.0333984 Jy ! Total flux subtracted in 100 components = 0.0333984 Jy ! Clean residual min=-0.002806 max=0.003287 Jy/beam ! Clean residual mean=-0.000008 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.0333985 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0333985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073741Jy sigma=0.000670 ! Fit after self-cal, rms=0.072304Jy sigma=0.000656 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.004364 Jy ! Component: 100 - total flux cleaned = 0.00593601 Jy ! Total flux subtracted in 100 components = 0.00593601 Jy ! Clean residual min=-0.002798 max=0.002878 Jy/beam ! Clean residual mean=-0.000006 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.0393345 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 8 components and 0.0393345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072044Jy sigma=0.000654 ! Fit after self-cal, rms=0.072041Jy sigma=0.000654 ! 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.603 mas, bmaj=5.457 mas, bpa=3.001 degrees ! Estimated noise=430.582 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.00119634 Jy ! Component: 100 - total flux cleaned = 0.00129957 Jy ! Component: 150 - total flux cleaned = 0.00129911 Jy ! Component: 200 - total flux cleaned = 0.00131595 Jy ! Total flux subtracted in 200 components = 0.00131595 Jy ! Clean residual min=-0.001863 max=0.002046 Jy/beam ! Clean residual mean=-0.000005 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.0406504 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.0406504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072018Jy sigma=0.000653 ! Fit after self-cal, rms=0.072019Jy sigma=0.000653 ! 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.04 FD 0.84 HN 1.17 KP 1.05 ! LA 0.97 MK 1.06 NL 0.97 OV 1.07 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.06 HN 1.11 KP 1.02 ! LA 0.92 MK 1.01 NL 1.12 OV 1.09 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.06 HN 1.09 KP 0.97 ! LA 0.96 MK 1.08 NL 1.11 OV 1.05 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 0.87 KP 1.00* ! LA 0.77 MK 0.70 NL 1.00* OV 1.00* ! PT 0.89 SC 1.00* ! ! ! Fit before self-cal, rms=0.072019Jy sigma=0.000653 ! Fit after self-cal, rms=0.071779Jy sigma=0.000651 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.59 mas, bmaj=5.449 mas, bpa=3.699 degrees ! Estimated noise=431.935 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.000484748 Jy ! Component: 100 - total flux cleaned = 0.000463927 Jy ! Component: 150 - total flux cleaned = 0.000446353 Jy ! Component: 200 - total flux cleaned = 0.00043149 Jy ! Total flux subtracted in 200 components = 0.00043149 Jy ! Clean residual min=-0.001432 max=0.001401 Jy/beam ! Clean residual mean=-0.000005 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.0410819 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 22 components and 0.0410819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071768Jy sigma=0.000651 ! Fit after self-cal, rms=0.071781Jy sigma=0.000651 ! 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.071781Jy sigma=0.000651 ! Fit after self-cal, rms=0.072134Jy sigma=0.000649 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.594 mas, bmaj=5.464 mas, bpa=4.17 degrees ! Estimated noise=432.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124345 Jy ! Component: 100 - total flux cleaned = 0.000114781 Jy ! Component: 150 - total flux cleaned = 0.000132876 Jy ! Component: 200 - total flux cleaned = 0.000141104 Jy ! Total flux subtracted in 200 components = 0.000141104 Jy ! Clean residual min=-0.001298 max=0.001505 Jy/beam ! Clean residual mean=-0.000001 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.041223 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 26 components and 0.041223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072131Jy sigma=0.000649 ! Fit after self-cal, rms=0.072252Jy 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 = -2.12124e-05 Jy ! Component: 100 - total flux cleaned = -3.09344e-05 Jy ! Component: 150 - total flux cleaned = -3.93424e-05 Jy ! Component: 200 - total flux cleaned = -4.7371e-05 Jy ! Total flux subtracted in 200 components = -4.7371e-05 Jy ! Clean residual min=-0.001286 max=0.001429 Jy/beam ! Clean residual mean=-0.000003 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0411756 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 31 components and 0.0411756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072250Jy sigma=0.000649 ! Fit after self-cal, rms=0.072250Jy sigma=0.000649 ! 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.072250Jy sigma=0.000649 ! Fit after self-cal, rms=0.074310Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.585 mas, bmaj=5.491 mas, bpa=5.092 degrees ! Estimated noise=434.048 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00025 Jy ! Component: 100 - total flux cleaned = 0.00025096 Jy ! Component: 150 - total flux cleaned = 0.000251715 Jy ! Component: 200 - total flux cleaned = 0.000259911 Jy ! Total flux subtracted in 200 components = 0.000259911 Jy ! Clean residual min=-0.001253 max=0.001414 Jy/beam ! Clean residual mean=0.000000 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.0414355 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 0.0414355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074305Jy sigma=0.000648 ! Fit after self-cal, rms=0.074418Jy 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 = -5.09064e-05 Jy ! Component: 100 - total flux cleaned = -7.61627e-05 Jy ! Component: 150 - total flux cleaned = -8.355e-05 Jy ! Component: 200 - total flux cleaned = -8.28663e-05 Jy ! Total flux subtracted in 200 components = -8.28663e-05 Jy ! Clean residual min=-0.001249 max=0.001366 Jy/beam ! Clean residual mean=-0.000000 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0413527 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.0413527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074416Jy sigma=0.000648 ! Fit after self-cal, rms=0.074404Jy sigma=0.000648 ! 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.074404Jy sigma=0.000648 ! Fit after self-cal, rms=0.075832Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.934 mas, bmaj=9.196 mas, bpa=10.89 degrees ! Estimated noise=538.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000602602 Jy ! Component: 100 - total flux cleaned = 0.000809141 Jy ! Component: 150 - total flux cleaned = 0.000840442 Jy ! Component: 200 - total flux cleaned = 0.000862342 Jy ! Total flux subtracted in 200 components = 0.000862342 Jy ! Clean residual min=-0.001496 max=0.001577 Jy/beam ! Clean residual mean=0.000003 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.042215 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 44 components and 0.042215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075833Jy sigma=0.000648 ! Fit after self-cal, rms=0.075909Jy 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.000142027 Jy ! Component: 100 - total flux cleaned = 0.000165763 Jy ! Component: 150 - total flux cleaned = 0.000180388 Jy ! Component: 200 - total flux cleaned = 0.000200822 Jy ! Total flux subtracted in 200 components = 0.000200822 Jy ! Clean residual min=-0.001488 max=0.001559 Jy/beam ! Clean residual mean=0.000002 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.0424158 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 46 components and 0.0424158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075910Jy sigma=0.000648 ! Fit after self-cal, rms=0.075910Jy 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.576 mas, bmaj=5.512 mas, bpa=5.787 degrees ! Estimated noise=435.096 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.576 x 5.512 at 5.787 degrees (North through East) ! Clean map min=-0.0012168 max=0.037872 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.838 mas, bmaj=4.525 mas, bpa=3.573 degrees ! Estimated noise=837.635 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0295053 Jy ! Component: 100 - total flux cleaned = 0.0368549 Jy ! Component: 150 - total flux cleaned = 0.039648 Jy ! Component: 200 - total flux cleaned = 0.039999 Jy ! Total flux subtracted in 200 components = 0.039999 Jy ! Clean residual min=-0.002701 max=0.002817 Jy/beam ! Clean residual mean=-0.000002 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.0399991 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 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0399991 Jy ! Inverting map and beam ! Estimated beam: bmin=3.576 mas, bmaj=5.512 mas, bpa=5.787 degrees ! Estimated noise=435.096 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) ! Added new window around map position (-3, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159951 Jy ! Component: 100 - total flux cleaned = 0.00202549 Jy ! Component: 150 - total flux cleaned = 0.00211316 Jy ! Component: 200 - total flux cleaned = 0.00223893 Jy ! Total flux subtracted in 200 components = 0.00223893 Jy ! Clean residual min=-0.001310 max=0.001308 Jy/beam ! Clean residual mean=0.000000 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.042238 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 24 components and 0.042238 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.934 mas, bmaj=9.196 mas, bpa=10.89 degrees ! Estimated noise=538.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000612434 Jy ! Component: 100 - total flux cleaned = 0.000689881 Jy ! Component: 150 - total flux cleaned = 0.000702691 Jy ! Component: 200 - total flux cleaned = 0.000722921 Jy ! Total flux subtracted in 200 components = 0.000722921 Jy ! Clean residual min=-0.001501 max=0.001564 Jy/beam ! Clean residual mean=0.000002 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0429609 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 = 8.76915e-06 Jy ! Component: 100 - total flux cleaned = 1.63295e-05 Jy ! Component: 150 - total flux cleaned = 1.64631e-05 Jy ! Component: 200 - total flux cleaned = 2.35408e-05 Jy ! Total flux subtracted in 200 components = 2.35408e-05 Jy ! Clean residual min=-0.001501 max=0.001563 Jy/beam ! Clean residual mean=0.000002 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0429844 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 45 components and 0.0429845 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.576 mas, bmaj=5.512 mas, bpa=5.787 degrees ! Estimated noise=435.096 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000508976 Jy ! Component: 100 - total flux cleaned = -0.000550251 Jy ! Component: 150 - total flux cleaned = -0.000567822 Jy ! Component: 200 - total flux cleaned = -0.00056742 Jy ! Total flux subtracted in 200 components = -0.00056742 Jy ! Clean residual min=-0.001287 max=0.001343 Jy/beam ! Clean residual mean=0.000000 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.042417 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 57 components and 0.042417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075898Jy sigma=0.000648 ! Fit after self-cal, rms=0.075875Jy sigma=0.000648 wmodel J0340+5405_S_2017_06_15_pus_map.mod ! Writing 57 model components to file: J0340+5405_S_2017_06_15_pus_map.mod wobs J0340+5405_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0340+5405_S_2017_06_15_pus_uvs.fits wwins J0340+5405_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J0340+5405_S_2017_06_15_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.000397746 Jy ! Component: 100 - total flux cleaned = 0.000629693 Jy ! Component: 150 - total flux cleaned = 0.000851176 Jy ! Component: 200 - total flux cleaned = 0.00108457 Jy ! Component: 250 - total flux cleaned = 0.001207 Jy ! Component: 300 - total flux cleaned = 0.00132582 Jy ! Component: 350 - total flux cleaned = 0.00144155 Jy ! Component: 400 - total flux cleaned = 0.00160961 Jy ! Component: 450 - total flux cleaned = 0.00173666 Jy ! Component: 500 - total flux cleaned = 0.00177227 Jy ! Component: 550 - total flux cleaned = 0.00187681 Jy ! Component: 600 - total flux cleaned = 0.00194483 Jy ! Component: 650 - total flux cleaned = 0.00201163 Jy ! Component: 700 - total flux cleaned = 0.00206085 Jy ! Component: 750 - total flux cleaned = 0.0020288 Jy ! Component: 800 - total flux cleaned = 0.0021093 Jy ! Component: 850 - total flux cleaned = 0.00220402 Jy ! Component: 900 - total flux cleaned = 0.0022507 Jy ! Component: 950 - total flux cleaned = 0.00228118 Jy ! Component: 1000 - total flux cleaned = 0.00238734 Jy ! Component: 1050 - total flux cleaned = 0.0024317 Jy ! Component: 1100 - total flux cleaned = 0.00247589 Jy ! Component: 1150 - total flux cleaned = 0.00251975 Jy ! Component: 1200 - total flux cleaned = 0.00257751 Jy ! Component: 1250 - total flux cleaned = 0.00260587 Jy ! Component: 1300 - total flux cleaned = 0.00266251 Jy ! Component: 1350 - total flux cleaned = 0.00269057 Jy ! Component: 1400 - total flux cleaned = 0.00271816 Jy ! Component: 1450 - total flux cleaned = 0.00274547 Jy ! Component: 1500 - total flux cleaned = 0.00275901 Jy ! Component: 1550 - total flux cleaned = 0.00282611 Jy ! Component: 1600 - total flux cleaned = 0.00285258 Jy ! Component: 1650 - total flux cleaned = 0.00290522 Jy ! Component: 1700 - total flux cleaned = 0.00293111 Jy ! Component: 1750 - total flux cleaned = 0.00295703 Jy ! Component: 1800 - total flux cleaned = 0.00299542 Jy ! Component: 1850 - total flux cleaned = 0.00308386 Jy ! Component: 1900 - total flux cleaned = 0.00308378 Jy ! Component: 1950 - total flux cleaned = 0.00309619 Jy ! Component: 2000 - total flux cleaned = 0.00314552 Jy ! Component: 2050 - total flux cleaned = 0.00320616 Jy ! Component: 2100 - total flux cleaned = 0.00326639 Jy ! Component: 2150 - total flux cleaned = 0.00327845 Jy ! Component: 2200 - total flux cleaned = 0.00334954 Jy ! Component: 2250 - total flux cleaned = 0.00336144 Jy ! Component: 2300 - total flux cleaned = 0.00340786 Jy ! Component: 2350 - total flux cleaned = 0.00348874 Jy ! Component: 2400 - total flux cleaned = 0.00348873 Jy ! Component: 2450 - total flux cleaned = 0.00355691 Jy ! Component: 2500 - total flux cleaned = 0.00361326 Jy ! Component: 2550 - total flux cleaned = 0.00364675 Jy ! Component: 2600 - total flux cleaned = 0.00370197 Jy ! Component: 2650 - total flux cleaned = 0.00369105 Jy ! Component: 2700 - total flux cleaned = 0.00371286 Jy ! Component: 2750 - total flux cleaned = 0.00376704 Jy ! Component: 2800 - total flux cleaned = 0.00386361 Jy ! Component: 2850 - total flux cleaned = 0.00386352 Jy ! Component: 2900 - total flux cleaned = 0.00389535 Jy ! Component: 2950 - total flux cleaned = 0.00393734 Jy ! Component: 3000 - total flux cleaned = 0.00395805 Jy ! Component: 3050 - total flux cleaned = 0.00397875 Jy ! Component: 3100 - total flux cleaned = 0.00401994 Jy ! Component: 3150 - total flux cleaned = 0.0040812 Jy ! Component: 3200 - total flux cleaned = 0.0041217 Jy ! Component: 3250 - total flux cleaned = 0.00417187 Jy ! Component: 3300 - total flux cleaned = 0.00419192 Jy ! Component: 3350 - total flux cleaned = 0.00424135 Jy ! Component: 3400 - total flux cleaned = 0.00431028 Jy ! Component: 3450 - total flux cleaned = 0.00431027 Jy ! Component: 3500 - total flux cleaned = 0.0043394 Jy ! Component: 3550 - total flux cleaned = 0.00443596 Jy ! Component: 3600 - total flux cleaned = 0.00446477 Jy ! Component: 3650 - total flux cleaned = 0.0045029 Jy ! Component: 3700 - total flux cleaned = 0.00455961 Jy ! Component: 3750 - total flux cleaned = 0.00460659 Jy ! Component: 3800 - total flux cleaned = 0.00465333 Jy ! Component: 3850 - total flux cleaned = 0.00469972 Jy ! Component: 3900 - total flux cleaned = 0.0047368 Jy ! Component: 3950 - total flux cleaned = 0.00475512 Jy ! Component: 4000 - total flux cleaned = 0.00483721 Jy ! Component: 4050 - total flux cleaned = 0.00483717 Jy ! Total flux subtracted in 4096 components = 0.00489141 Jy ! Clean residual min=-0.000514 max=0.000556 Jy/beam ! Clean residual mean=-0.000001 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.0473085 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 334 components and 0.0473085 Jy ![Exited script file: muppet] wmap "J0340+5405_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.576 x 5.512 at 5.787 degrees (North through East) ! Clean map min=-0.00089619 max=0.038053 Jy/beam ! Writing clean map to FITS file: J0340+5405_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0380525 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000161377 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.27227 1.27227 2.54454 5.08908 10.1782 20.3563 40.7126 81.4253 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.038 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.576 x 5.512 at 5.787 degrees (North through East) ! Clean map min=-0.00089619 max=0.038053 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 J0340+5405_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:10:26 2019