! Started logfile: J0501+7128_S_2017_08_05_pus_uvs.log on Thu May 9 19:21:07 2019 obs J0501+7128_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0501+7128_S_2017_08_05_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.954233 visibilities/baseline/integration-bin. ! Found source: J0501+7128 ! ! 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 513 lines of history. ! ! Reading 14428 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 J0501+7128_S_2017_08_05_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 444 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.882941Jy sigma=0.007786 ! Fit after self-cal, rms=0.876675Jy sigma=0.007733 ! 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.254 mas, bmaj=3.922 mas, bpa=86.94 degrees ! Estimated noise=1167.87 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.0955862 Jy ! Component: 100 - total flux cleaned = 0.116994 Jy ! Total flux subtracted in 100 components = 0.116994 Jy ! Clean residual min=-0.004654 max=0.007498 Jy/beam ! Clean residual mean=-0.000011 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.116994 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.116994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083975Jy sigma=0.000680 ! Fit after self-cal, rms=0.083970Jy sigma=0.000680 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0080771 Jy ! Component: 100 - total flux cleaned = 0.0121602 Jy ! Total flux subtracted in 100 components = 0.0121602 Jy ! Clean residual min=-0.003887 max=0.003828 Jy/beam ! Clean residual mean=-0.000004 rms=0.000954 Jy/beam ! Combined flux in latest and established models = 0.129154 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.129154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082884Jy sigma=0.000673 ! Fit after self-cal, rms=0.082881Jy sigma=0.000673 ! 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.836 mas, bmaj=4.68 mas, bpa=84.96 degrees ! Estimated noise=766.545 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.00336777 Jy ! Component: 100 - total flux cleaned = 0.00500133 Jy ! Component: 150 - total flux cleaned = 0.00588565 Jy ! Component: 200 - total flux cleaned = 0.00609527 Jy ! Total flux subtracted in 200 components = 0.00609527 Jy ! Clean residual min=-0.003811 max=0.003295 Jy/beam ! Clean residual mean=0.000005 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.135249 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 32 components and 0.135249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082668Jy sigma=0.000672 ! Fit after self-cal, rms=0.082667Jy sigma=0.000672 ! 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.98 HN 1.03 KP 1.09 ! LA 1.00 MK 1.03 NL 0.88 OV 1.05 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.05 HN 1.03 KP 1.00 ! LA 0.97 MK 1.02 NL 1.08 OV 1.04 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.07 HN 0.99 KP 0.87 ! LA 0.77 MK 1.04 NL 1.24 OV 0.99 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.95 KP 1.00* ! LA 0.79 MK 1.09 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.082667Jy sigma=0.000672 ! Fit after self-cal, rms=0.078934Jy sigma=0.000661 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.848 mas, bmaj=4.699 mas, bpa=84.14 degrees ! Estimated noise=766.526 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.000512226 Jy ! Component: 100 - total flux cleaned = -0.000533239 Jy ! Component: 150 - total flux cleaned = -0.000552263 Jy ! Component: 200 - total flux cleaned = -0.000584238 Jy ! Total flux subtracted in 200 components = -0.000584238 Jy ! Clean residual min=-0.002250 max=0.002260 Jy/beam ! Clean residual mean=0.000007 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.134665 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.134665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078921Jy sigma=0.000661 ! Fit after self-cal, rms=0.078881Jy sigma=0.000660 ! 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.078881Jy sigma=0.000660 ! Fit after self-cal, rms=0.078894Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.857 mas, bmaj=4.708 mas, bpa=84.45 degrees ! Estimated noise=766.246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000732024 Jy ! Component: 100 - total flux cleaned = -0.000860536 Jy ! Component: 150 - total flux cleaned = -0.000886544 Jy ! Component: 200 - total flux cleaned = -0.000885762 Jy ! Total flux subtracted in 200 components = -0.000885762 Jy ! Clean residual min=-0.002267 max=0.002378 Jy/beam ! Clean residual mean=0.000008 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.133779 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.133779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078886Jy sigma=0.000658 ! Fit after self-cal, rms=0.078896Jy sigma=0.000658 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 (-115, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101294 Jy ! Component: 100 - total flux cleaned = 0.00105394 Jy ! Component: 150 - total flux cleaned = 0.00115926 Jy ! Component: 200 - total flux cleaned = 0.001245 Jy ! Total flux subtracted in 200 components = 0.001245 Jy ! Clean residual min=-0.002099 max=0.002048 Jy/beam ! Clean residual mean=0.000007 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.135024 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 0.135024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078833Jy sigma=0.000658 ! Fit after self-cal, rms=0.078829Jy sigma=0.000658 ! 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.078829Jy sigma=0.000658 ! Fit after self-cal, rms=0.078796Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.863 mas, bmaj=4.722 mas, bpa=84.51 degrees ! Estimated noise=765.415 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000321036 Jy ! Component: 100 - total flux cleaned = 0.00025138 Jy ! Component: 150 - total flux cleaned = 0.000230694 Jy ! Component: 200 - total flux cleaned = 0.000192609 Jy ! Total flux subtracted in 200 components = 0.000192609 Jy ! Clean residual min=-0.002048 max=0.001857 Jy/beam ! Clean residual mean=0.000008 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.135217 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 66 components and 0.135217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078783Jy sigma=0.000658 ! Fit after self-cal, rms=0.078785Jy sigma=0.000658 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.00839e-05 Jy ! Component: 100 - total flux cleaned = -1.06007e-05 Jy ! Component: 150 - total flux cleaned = -5.71651e-05 Jy ! Component: 200 - total flux cleaned = -8.54967e-05 Jy ! Total flux subtracted in 200 components = -8.54967e-05 Jy ! Clean residual min=-0.002041 max=0.001893 Jy/beam ! Clean residual mean=0.000007 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.135131 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 71 components and 0.135131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078778Jy sigma=0.000658 ! Fit after self-cal, rms=0.078779Jy sigma=0.000658 ! 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.078779Jy sigma=0.000658 ! Fit after self-cal, rms=0.078725Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.995 mas, bmaj=9.781 mas, bpa=80.98 degrees ! Estimated noise=962.062 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000524192 Jy ! Component: 100 - total flux cleaned = 0.000605578 Jy ! Component: 150 - total flux cleaned = 0.000670614 Jy ! Component: 200 - total flux cleaned = 0.000698116 Jy ! Total flux subtracted in 200 components = 0.000698116 Jy ! Clean residual min=-0.001923 max=0.002119 Jy/beam ! Clean residual mean=0.000018 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.135829 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 86 components and 0.135829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078730Jy sigma=0.000658 ! Fit after self-cal, rms=0.078728Jy sigma=0.000658 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.1462e-05 Jy ! Component: 100 - total flux cleaned = 6.54411e-05 Jy ! Component: 150 - total flux cleaned = 9.05463e-05 Jy ! Component: 200 - total flux cleaned = 7.88829e-05 Jy ! Total flux subtracted in 200 components = 7.88829e-05 Jy ! Clean residual min=-0.001914 max=0.002109 Jy/beam ! Clean residual mean=0.000018 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.135908 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 92 components and 0.135908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078734Jy sigma=0.000658 ! Fit after self-cal, rms=0.078732Jy sigma=0.000658 ! 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.865 mas, bmaj=4.727 mas, bpa=84.53 degrees ! Estimated noise=764.796 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.865 x 4.727 at 84.53 degrees (North through East) ! Clean map min=-0.002 max=0.12402 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.278 mas, bmaj=3.95 mas, bpa=86.58 degrees ! Estimated noise=1173.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.095832 Jy ! Component: 100 - total flux cleaned = 0.117569 Jy ! Component: 150 - total flux cleaned = 0.125373 Jy ! Component: 200 - total flux cleaned = 0.129537 Jy ! Total flux subtracted in 200 components = 0.129537 Jy ! Clean residual min=-0.003897 max=0.003226 Jy/beam ! Clean residual mean=0.000002 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.129537 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.129537 Jy ! Inverting map and beam ! Estimated beam: bmin=3.865 mas, bmaj=4.727 mas, bpa=84.53 degrees ! Estimated noise=764.796 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.00304279 Jy ! Component: 100 - total flux cleaned = 0.0038782 Jy ! Component: 150 - total flux cleaned = 0.00426476 Jy ! Component: 200 - total flux cleaned = 0.00467582 Jy ! Total flux subtracted in 200 components = 0.00467582 Jy ! Clean residual min=-0.002138 max=0.001940 Jy/beam ! Clean residual mean=0.000007 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.134213 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 30 components and 0.134213 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.995 mas, bmaj=9.781 mas, bpa=80.98 degrees ! Estimated noise=962.062 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00123453 Jy ! Component: 100 - total flux cleaned = 0.00141697 Jy ! Component: 150 - total flux cleaned = 0.00146521 Jy ! Component: 200 - total flux cleaned = 0.00151988 Jy ! Total flux subtracted in 200 components = 0.00151988 Jy ! Clean residual min=-0.001933 max=0.002137 Jy/beam ! Clean residual mean=0.000018 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.135733 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 = 4.40882e-05 Jy ! Component: 100 - total flux cleaned = 6.79655e-05 Jy ! Component: 150 - total flux cleaned = 8.87492e-05 Jy ! Component: 200 - total flux cleaned = 9.86442e-05 Jy ! Total flux subtracted in 200 components = 9.86442e-05 Jy ! Clean residual min=-0.001920 max=0.002114 Jy/beam ! Clean residual mean=0.000018 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.135832 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 48 components and 0.135832 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.865 mas, bmaj=4.727 mas, bpa=84.53 degrees ! Estimated noise=764.796 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000536392 Jy ! Component: 100 - total flux cleaned = -0.000541159 Jy ! Component: 150 - total flux cleaned = -0.000477964 Jy ! Component: 200 - total flux cleaned = -0.00045031 Jy ! Total flux subtracted in 200 components = -0.00045031 Jy ! Clean residual min=-0.002060 max=0.001654 Jy/beam ! Clean residual mean=0.000008 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.135381 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 56 components and 0.135381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078749Jy sigma=0.000658 ! Fit after self-cal, rms=0.078743Jy sigma=0.000658 wmodel J0501+7128_S_2017_08_05_pus_map.mod ! Writing 56 model components to file: J0501+7128_S_2017_08_05_pus_map.mod wobs J0501+7128_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0501+7128_S_2017_08_05_pus_uvs.fits wwins J0501+7128_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J0501+7128_S_2017_08_05_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.000949392 Jy ! Component: 100 - total flux cleaned = -0.00181088 Jy ! Component: 150 - total flux cleaned = -0.00255757 Jy ! Component: 200 - total flux cleaned = -0.00299379 Jy ! Component: 250 - total flux cleaned = -0.00317553 Jy ! Component: 300 - total flux cleaned = -0.00347005 Jy ! Component: 350 - total flux cleaned = -0.00352705 Jy ! Component: 400 - total flux cleaned = -0.00369487 Jy ! Component: 450 - total flux cleaned = -0.00369468 Jy ! Component: 500 - total flux cleaned = -0.00372203 Jy ! Component: 550 - total flux cleaned = -0.00366972 Jy ! Component: 600 - total flux cleaned = -0.00364446 Jy ! Component: 650 - total flux cleaned = -0.00369557 Jy ! Component: 700 - total flux cleaned = -0.00372052 Jy ! Component: 750 - total flux cleaned = -0.00376981 Jy ! Component: 800 - total flux cleaned = -0.00374546 Jy ! Component: 850 - total flux cleaned = -0.00379346 Jy ! Component: 900 - total flux cleaned = -0.00376989 Jy ! Component: 950 - total flux cleaned = -0.0037934 Jy ! Component: 1000 - total flux cleaned = -0.00383942 Jy ! Component: 1050 - total flux cleaned = -0.00381609 Jy ! Component: 1100 - total flux cleaned = -0.00377133 Jy ! Component: 1150 - total flux cleaned = -0.00374939 Jy ! Component: 1200 - total flux cleaned = -0.00372743 Jy ! Component: 1250 - total flux cleaned = -0.00374925 Jy ! Component: 1300 - total flux cleaned = -0.00379214 Jy ! Component: 1350 - total flux cleaned = -0.00383471 Jy ! Component: 1400 - total flux cleaned = -0.00383473 Jy ! Component: 1450 - total flux cleaned = -0.0038145 Jy ! Component: 1500 - total flux cleaned = -0.00389688 Jy ! Component: 1550 - total flux cleaned = -0.00385625 Jy ! Component: 1600 - total flux cleaned = -0.0038563 Jy ! Component: 1650 - total flux cleaned = -0.00391642 Jy ! Component: 1700 - total flux cleaned = -0.00393625 Jy ! Component: 1750 - total flux cleaned = -0.00397565 Jy ! Component: 1800 - total flux cleaned = -0.00403401 Jy ! Component: 1850 - total flux cleaned = -0.00403397 Jy ! Component: 1900 - total flux cleaned = -0.0040533 Jy ! Component: 1950 - total flux cleaned = -0.00405372 Jy ! Component: 2000 - total flux cleaned = -0.00409148 Jy ! Component: 2050 - total flux cleaned = -0.00412874 Jy ! Component: 2100 - total flux cleaned = -0.00414716 Jy ! Component: 2150 - total flux cleaned = -0.00422028 Jy ! Component: 2200 - total flux cleaned = -0.00414742 Jy ! Component: 2250 - total flux cleaned = -0.00421962 Jy ! Component: 2300 - total flux cleaned = -0.00423727 Jy ! Component: 2350 - total flux cleaned = -0.00427292 Jy ! Component: 2400 - total flux cleaned = -0.00427286 Jy ! Component: 2450 - total flux cleaned = -0.00430777 Jy ! Component: 2500 - total flux cleaned = -0.00422106 Jy ! Component: 2550 - total flux cleaned = -0.00422109 Jy ! Component: 2600 - total flux cleaned = -0.00425516 Jy ! Component: 2650 - total flux cleaned = -0.00420435 Jy ! Component: 2700 - total flux cleaned = -0.00418762 Jy ! Component: 2750 - total flux cleaned = -0.00422107 Jy ! Component: 2800 - total flux cleaned = -0.0042213 Jy ! Component: 2850 - total flux cleaned = -0.00418828 Jy ! Component: 2900 - total flux cleaned = -0.00422098 Jy ! Component: 2950 - total flux cleaned = -0.0041885 Jy ! Component: 3000 - total flux cleaned = -0.00414028 Jy ! Component: 3050 - total flux cleaned = -0.00417228 Jy ! Component: 3100 - total flux cleaned = -0.00415646 Jy ! Component: 3150 - total flux cleaned = -0.00412496 Jy ! Component: 3200 - total flux cleaned = -0.00410936 Jy ! Component: 3250 - total flux cleaned = -0.00414047 Jy ! Component: 3300 - total flux cleaned = -0.00409389 Jy ! Component: 3350 - total flux cleaned = -0.00404772 Jy ! Component: 3400 - total flux cleaned = -0.00404769 Jy ! Component: 3450 - total flux cleaned = -0.00406286 Jy ! Component: 3500 - total flux cleaned = -0.00404782 Jy ! Component: 3550 - total flux cleaned = -0.00403272 Jy ! Component: 3600 - total flux cleaned = -0.00400317 Jy ! Component: 3650 - total flux cleaned = -0.00407707 Jy ! Component: 3700 - total flux cleaned = -0.00404785 Jy ! Component: 3750 - total flux cleaned = -0.00403327 Jy ! Component: 3800 - total flux cleaned = -0.00400428 Jy ! Component: 3850 - total flux cleaned = -0.00393247 Jy ! Component: 3900 - total flux cleaned = -0.00400396 Jy ! Component: 3950 - total flux cleaned = -0.00396128 Jy ! Component: 4000 - total flux cleaned = -0.00401768 Jy ! Component: 4050 - total flux cleaned = -0.00397548 Jy ! Total flux subtracted in 4096 components = -0.00397533 Jy ! Clean residual min=-0.000841 max=0.000953 Jy/beam ! Clean residual mean=0.000003 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.131406 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 324 components and 0.131406 Jy ![Exited script file: muppet] wmap "J0501+7128_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.865 x 4.727 at 84.53 degrees (North through East) ! Clean map min=-0.0017069 max=0.124 Jy/beam ! Writing clean map to FITS file: J0501+7128_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.124002 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00024422 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.590847 0.590847 1.18169 2.36339 4.72677 9.45355 18.9071 37.8142 75.6284 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.124 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.865 x 4.727 at 84.53 degrees (North through East) ! Clean map min=-0.0017069 max=0.124 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 J0501+7128_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:21:12 2019