! Started logfile: J0424+0036_S_2017_06_15_pus_uvs.log on Tue May 7 15:11:25 2019 obs J0424+0036_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0424+0036_S_2017_06_15_pus_uva.fits ! AN table 1: 24 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.800926 visibilities/baseline/integration-bin. ! Found source: J0424+0036 ! ! 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 3460 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 J0424+0036_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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 141 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.646912Jy sigma=0.005368 ! Fit after self-cal, rms=0.635989Jy sigma=0.005287 ! 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.766 mas, bmaj=7.201 mas, bpa=-4.798 degrees ! Estimated noise=1963.14 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.284644 Jy ! Component: 100 - total flux cleaned = 0.351499 Jy ! Total flux subtracted in 100 components = 0.351499 Jy ! Clean residual min=-0.010338 max=0.025596 Jy/beam ! Clean residual mean=0.000014 rms=0.002942 Jy/beam ! Combined flux in latest and established models = 0.351499 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.351499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102483Jy sigma=0.000809 ! Fit after self-cal, rms=0.102454Jy sigma=0.000809 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.026578 Jy ! Component: 100 - total flux cleaned = 0.0405975 Jy ! Total flux subtracted in 100 components = 0.0405975 Jy ! Clean residual min=-0.008492 max=0.010539 Jy/beam ! Clean residual mean=0.000009 rms=0.002185 Jy/beam ! Combined flux in latest and established models = 0.392096 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 28 components and 0.392096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094654Jy sigma=0.000734 ! Fit after self-cal, rms=0.094626Jy sigma=0.000734 ! 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.22 mas, bmaj=7.78 mas, bpa=-3.14 degrees ! Estimated noise=1668.05 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.0123247 Jy ! Component: 100 - total flux cleaned = 0.0195008 Jy ! Component: 150 - total flux cleaned = 0.0239821 Jy ! Component: 200 - total flux cleaned = 0.0268644 Jy ! Total flux subtracted in 200 components = 0.0268644 Jy ! Clean residual min=-0.009243 max=0.007583 Jy/beam ! Clean residual mean=0.000021 rms=0.001983 Jy/beam ! Combined flux in latest and established models = 0.418961 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 54 components and 0.418961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093009Jy sigma=0.000719 ! Fit after self-cal, rms=0.093011Jy sigma=0.000718 ! 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 0.96 FD 0.89 HN 0.98 KP 1.03 ! LA 1.01 MK 1.00 NL 0.93 OV 1.03 ! PT 1.03 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 0.94 HN 0.98 KP 1.01 ! LA 0.98 MK 1.00 NL 1.02 OV 1.06 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.99 HN 0.99 KP 1.02 ! LA 0.98 MK 1.06 NL 0.99 OV 0.96 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.00 KP 1.00* ! LA 0.94 MK 1.10 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.093011Jy sigma=0.000718 ! Fit after self-cal, rms=0.088697Jy sigma=0.000686 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.236 mas, bmaj=7.819 mas, bpa=-2.967 degrees ! Estimated noise=1665.66 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.00077653 Jy ! Component: 100 - total flux cleaned = -0.000940591 Jy ! Component: 150 - total flux cleaned = -0.000899558 Jy ! Component: 200 - total flux cleaned = -0.000900766 Jy ! Total flux subtracted in 200 components = -0.000900766 Jy ! Clean residual min=-0.006964 max=0.006732 Jy/beam ! Clean residual mean=0.000018 rms=0.001648 Jy/beam ! Combined flux in latest and established models = 0.41806 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 64 components and 0.41806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088619Jy sigma=0.000686 ! Fit after self-cal, rms=0.088623Jy sigma=0.000686 ! 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.088623Jy sigma=0.000686 ! Fit after self-cal, rms=0.087170Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.231 mas, bmaj=7.823 mas, bpa=-2.929 degrees ! Estimated noise=1665.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000966576 Jy ! Component: 100 - total flux cleaned = 0.000870242 Jy ! Component: 150 - total flux cleaned = 0.000868405 Jy ! Component: 200 - total flux cleaned = 0.000908983 Jy ! Total flux subtracted in 200 components = 0.000908983 Jy ! Clean residual min=-0.005516 max=0.005002 Jy/beam ! Clean residual mean=0.000005 rms=0.001410 Jy/beam ! Combined flux in latest and established models = 0.418969 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 74 components and 0.418969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087111Jy sigma=0.000670 ! Fit after self-cal, rms=0.087108Jy sigma=0.000670 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.000360767 Jy ! Component: 100 - total flux cleaned = 0.000319929 Jy ! Component: 150 - total flux cleaned = 0.000319875 Jy ! Component: 200 - total flux cleaned = 0.000320372 Jy ! Total flux subtracted in 200 components = 0.000320372 Jy ! Clean residual min=-0.005485 max=0.004989 Jy/beam ! Clean residual mean=0.000005 rms=0.001404 Jy/beam ! Combined flux in latest and established models = 0.419289 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 76 components and 0.419289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087075Jy sigma=0.000670 ! Fit after self-cal, rms=0.087070Jy sigma=0.000670 ! 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.087070Jy sigma=0.000670 ! Fit after self-cal, rms=0.085505Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.227 mas, bmaj=7.824 mas, bpa=-2.952 degrees ! Estimated noise=1662.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00013514 Jy ! Component: 100 - total flux cleaned = -0.000249584 Jy ! Component: 150 - total flux cleaned = -0.000350314 Jy ! Component: 200 - total flux cleaned = -0.000411745 Jy ! Total flux subtracted in 200 components = -0.000411745 Jy ! Clean residual min=-0.004407 max=0.004224 Jy/beam ! Clean residual mean=0.000014 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 0.418878 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 81 components and 0.418878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085470Jy sigma=0.000658 ! Fit after self-cal, rms=0.085469Jy 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.80085e-06 Jy ! Component: 100 - total flux cleaned = -5.15034e-05 Jy ! Component: 150 - total flux cleaned = -7.67466e-05 Jy ! Component: 200 - total flux cleaned = -0.000101247 Jy ! Total flux subtracted in 200 components = -0.000101247 Jy ! Clean residual min=-0.004360 max=0.004148 Jy/beam ! Clean residual mean=0.000014 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.418776 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 83 components and 0.418776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085449Jy sigma=0.000658 ! Fit after self-cal, rms=0.085448Jy sigma=0.000657 ! 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.085448Jy sigma=0.000657 ! Fit after self-cal, rms=0.085416Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.548 mas, bmaj=12.71 mas, bpa=-2.48 degrees ! Estimated noise=2104.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000794924 Jy ! Component: 100 - total flux cleaned = 0.000699385 Jy ! Component: 150 - total flux cleaned = 0.000594307 Jy ! Component: 200 - total flux cleaned = 0.000528264 Jy ! Total flux subtracted in 200 components = 0.000528264 Jy ! Clean residual min=-0.005496 max=0.005768 Jy/beam ! Clean residual mean=0.000030 rms=0.001679 Jy/beam ! Combined flux in latest and established models = 0.419305 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 85 components and 0.419305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085414Jy sigma=0.000657 ! Fit after self-cal, rms=0.085407Jy sigma=0.000657 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.01691e-05 Jy ! Component: 100 - total flux cleaned = -7.63467e-06 Jy ! Component: 150 - total flux cleaned = -6.74119e-05 Jy ! Component: 200 - total flux cleaned = -0.000100615 Jy ! Total flux subtracted in 200 components = -0.000100615 Jy ! Clean residual min=-0.005447 max=0.005786 Jy/beam ! Clean residual mean=0.000030 rms=0.001679 Jy/beam ! Combined flux in latest and established models = 0.419204 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 90 components and 0.419204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085413Jy sigma=0.000658 ! Fit after self-cal, rms=0.085409Jy sigma=0.000657 ! 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.226 mas, bmaj=7.825 mas, bpa=-2.95 degrees ! Estimated noise=1661.46 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.226 x 7.825 at -2.95 degrees (North through East) ! Clean map min=-0.0040527 max=0.36349 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.775 mas, bmaj=7.209 mas, bpa=-4.57 degrees ! Estimated noise=1948.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.282311 Jy ! Component: 100 - total flux cleaned = 0.348674 Jy ! Component: 150 - total flux cleaned = 0.374827 Jy ! Component: 200 - total flux cleaned = 0.38837 Jy ! Total flux subtracted in 200 components = 0.38837 Jy ! Clean residual min=-0.005500 max=0.008114 Jy/beam ! Clean residual mean=0.000011 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.38837 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.38837 Jy ! Inverting map and beam ! Estimated beam: bmin=3.226 mas, bmaj=7.825 mas, bpa=-2.95 degrees ! Estimated noise=1661.46 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.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0122974 Jy ! Component: 100 - total flux cleaned = 0.0194053 Jy ! Component: 150 - total flux cleaned = 0.0240312 Jy ! Component: 200 - total flux cleaned = 0.0272043 Jy ! Total flux subtracted in 200 components = 0.0272043 Jy ! Clean residual min=-0.004386 max=0.004270 Jy/beam ! Clean residual mean=0.000015 rms=0.001155 Jy/beam ! Combined flux in latest and established models = 0.415574 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 68 components and 0.415574 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.548 mas, bmaj=12.71 mas, bpa=-2.48 degrees ! Estimated noise=2104.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00371183 Jy ! Component: 100 - total flux cleaned = 0.00588314 Jy ! Component: 150 - total flux cleaned = 0.00729075 Jy ! Component: 200 - total flux cleaned = 0.00815377 Jy ! Total flux subtracted in 200 components = 0.00815377 Jy ! Clean residual min=-0.005404 max=0.005505 Jy/beam ! Clean residual mean=0.000030 rms=0.001559 Jy/beam ! Combined flux in latest and established models = 0.423728 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.000228754 Jy ! Component: 100 - total flux cleaned = 0.000428315 Jy ! Component: 150 - total flux cleaned = 0.000622125 Jy ! Component: 200 - total flux cleaned = 0.000755211 Jy ! Total flux subtracted in 200 components = 0.000755211 Jy ! Clean residual min=-0.005394 max=0.005423 Jy/beam ! Clean residual mean=0.000030 rms=0.001549 Jy/beam ! Combined flux in latest and established models = 0.424483 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 108 components and 0.424483 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.226 mas, bmaj=7.825 mas, bpa=-2.95 degrees ! Estimated noise=1661.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000392938 Jy ! Component: 100 - total flux cleaned = -0.000470395 Jy ! Component: 150 - total flux cleaned = -0.000503475 Jy ! Component: 200 - total flux cleaned = -0.000442273 Jy ! Total flux subtracted in 200 components = -0.000442273 Jy ! Clean residual min=-0.004050 max=0.004101 Jy/beam ! Clean residual mean=0.000014 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.424041 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 124 components and 0.424041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085156Jy sigma=0.000656 ! Fit after self-cal, rms=0.085138Jy sigma=0.000656 wmodel J0424+0036_S_2017_06_15_pus_map.mod ! Writing 124 model components to file: J0424+0036_S_2017_06_15_pus_map.mod wobs J0424+0036_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0424+0036_S_2017_06_15_pus_uvs.fits wwins J0424+0036_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J0424+0036_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.000540915 Jy ! Component: 100 - total flux cleaned = 0.000894858 Jy ! Component: 150 - total flux cleaned = 0.000960866 Jy ! Component: 200 - total flux cleaned = 0.00115429 Jy ! Component: 250 - total flux cleaned = 0.00134231 Jy ! Component: 300 - total flux cleaned = 0.00146355 Jy ! Component: 350 - total flux cleaned = 0.00164252 Jy ! Component: 400 - total flux cleaned = 0.00158419 Jy ! Component: 450 - total flux cleaned = 0.00158509 Jy ! Component: 500 - total flux cleaned = 0.00141738 Jy ! Component: 550 - total flux cleaned = 0.00130868 Jy ! Component: 600 - total flux cleaned = 0.0012553 Jy ! Component: 650 - total flux cleaned = 0.0011487 Jy ! Component: 700 - total flux cleaned = 0.00104501 Jy ! Component: 750 - total flux cleaned = 0.000993113 Jy ! Component: 800 - total flux cleaned = 0.000891209 Jy ! Component: 850 - total flux cleaned = 0.000791339 Jy ! Component: 900 - total flux cleaned = 0.00064413 Jy ! Component: 950 - total flux cleaned = 0.000451129 Jy ! Component: 1000 - total flux cleaned = 0.000309128 Jy ! Component: 1050 - total flux cleaned = 2.77856e-05 Jy ! Component: 1100 - total flux cleaned = -1.88989e-05 Jy ! Component: 1150 - total flux cleaned = -0.000338643 Jy ! Component: 1200 - total flux cleaned = -0.00047385 Jy ! Component: 1250 - total flux cleaned = -0.000651436 Jy ! Component: 1300 - total flux cleaned = -0.00104527 Jy ! Component: 1350 - total flux cleaned = -0.00126084 Jy ! Component: 1400 - total flux cleaned = -0.00160255 Jy ! Component: 1450 - total flux cleaned = -0.00177195 Jy ! Component: 1500 - total flux cleaned = -0.00202303 Jy ! Component: 1550 - total flux cleaned = -0.00231159 Jy ! Component: 1600 - total flux cleaned = -0.00251553 Jy ! Component: 1650 - total flux cleaned = -0.00271763 Jy ! Component: 1700 - total flux cleaned = -0.00291751 Jy ! Component: 1750 - total flux cleaned = -0.00295678 Jy ! Component: 1800 - total flux cleaned = -0.00295704 Jy ! Component: 1850 - total flux cleaned = -0.0031515 Jy ! Component: 1900 - total flux cleaned = -0.00322836 Jy ! Component: 1950 - total flux cleaned = -0.00322851 Jy ! Component: 2000 - total flux cleaned = -0.00345443 Jy ! Component: 2050 - total flux cleaned = -0.00345452 Jy ! Component: 2100 - total flux cleaned = -0.00356477 Jy ! Component: 2150 - total flux cleaned = -0.0036382 Jy ! Component: 2200 - total flux cleaned = -0.00367483 Jy ! Component: 2250 - total flux cleaned = -0.00381887 Jy ! Component: 2300 - total flux cleaned = -0.00378313 Jy ! Component: 2350 - total flux cleaned = -0.00388933 Jy ! Component: 2400 - total flux cleaned = -0.00409995 Jy ! Component: 2450 - total flux cleaned = -0.00416942 Jy ! Component: 2500 - total flux cleaned = -0.00406555 Jy ! Component: 2550 - total flux cleaned = -0.00423683 Jy ! Component: 2600 - total flux cleaned = -0.00433887 Jy ! Component: 2650 - total flux cleaned = -0.0044739 Jy ! Component: 2700 - total flux cleaned = -0.00447375 Jy ! Component: 2750 - total flux cleaned = -0.00450711 Jy ! Component: 2800 - total flux cleaned = -0.00460566 Jy ! Component: 2850 - total flux cleaned = -0.00463809 Jy ! Component: 2900 - total flux cleaned = -0.0047354 Jy ! Component: 2950 - total flux cleaned = -0.00489585 Jy ! Component: 3000 - total flux cleaned = -0.00495985 Jy ! Component: 3050 - total flux cleaned = -0.00483302 Jy ! Component: 3100 - total flux cleaned = -0.00508465 Jy ! Component: 3150 - total flux cleaned = -0.00514685 Jy ! Component: 3200 - total flux cleaned = -0.00511598 Jy ! Component: 3250 - total flux cleaned = -0.00527002 Jy ! Component: 3300 - total flux cleaned = -0.00527028 Jy ! Component: 3350 - total flux cleaned = -0.00551391 Jy ! Component: 3400 - total flux cleaned = -0.00539287 Jy ! Component: 3450 - total flux cleaned = -0.00542296 Jy ! Component: 3500 - total flux cleaned = -0.00557195 Jy ! Component: 3550 - total flux cleaned = -0.00560157 Jy ! Component: 3600 - total flux cleaned = -0.00560165 Jy ! Component: 3650 - total flux cleaned = -0.00563052 Jy ! Component: 3700 - total flux cleaned = -0.00577571 Jy ! Component: 3750 - total flux cleaned = -0.00571791 Jy ! Component: 3800 - total flux cleaned = -0.0056891 Jy ! Component: 3850 - total flux cleaned = -0.00571769 Jy ! Component: 3900 - total flux cleaned = -0.00566114 Jy ! Component: 3950 - total flux cleaned = -0.00563322 Jy ! Component: 4000 - total flux cleaned = -0.0057172 Jy ! Component: 4050 - total flux cleaned = -0.00585599 Jy ! Total flux subtracted in 4096 components = -0.00593873 Jy ! Clean residual min=-0.001825 max=0.001976 Jy/beam ! Clean residual mean=0.000004 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.418102 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 434 components and 0.418102 Jy ![Exited script file: muppet] wmap "J0424+0036_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.226 x 7.825 at -2.95 degrees (North through East) ! Clean map min=-0.0029502 max=0.36467 Jy/beam ! Writing clean map to FITS file: J0424+0036_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.364666 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000522899 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.430174 0.430174 0.860347 1.72069 3.44139 6.88278 13.7656 27.5311 55.0622 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.364 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.226 x 7.825 at -2.95 degrees (North through East) ! Clean map min=-0.0029502 max=0.36467 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 J0424+0036_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:11:30 2019