! Started logfile: J0429+2724_S_2017_02_19_pus_uvs.log on Sat May 4 18:42:06 2019 obs J0429+2724_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J0429+2724_S_2017_02_19_pus_uva.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.697778 visibilities/baseline/integration-bin. ! Found source: J0429+2724 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 482 lines of history. ! ! Reading 1256 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 J0429+2724_S_2017_02_19_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.612828Jy sigma=0.005850 ! Fit after self-cal, rms=0.609473Jy sigma=0.005820 ! 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.401 mas, bmaj=7.17 mas, bpa=-5.647 degrees ! Estimated noise=2645.21 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.308127 Jy ! Component: 100 - total flux cleaned = 0.38674 Jy ! Total flux subtracted in 100 components = 0.38674 Jy ! Clean residual min=-0.024368 max=0.060190 Jy/beam ! Clean residual mean=-0.000024 rms=0.008436 Jy/beam ! Combined flux in latest and established models = 0.38674 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.38674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139229Jy sigma=0.001251 ! Fit after self-cal, rms=0.139197Jy sigma=0.001251 ! Inverting map ! Added new window around map position (-7, -4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0530188 Jy ! Component: 100 - total flux cleaned = 0.0821743 Jy ! Total flux subtracted in 100 components = 0.0821743 Jy ! Clean residual min=-0.020405 max=0.031642 Jy/beam ! Clean residual mean=-0.000016 rms=0.005642 Jy/beam ! Combined flux in latest and established models = 0.468915 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.468915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109765Jy sigma=0.000967 ! Fit after self-cal, rms=0.106219Jy sigma=0.000930 ! 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=2.837 mas, bmaj=7.474 mas, bpa=-2.473 degrees ! Estimated noise=2278.99 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.0358849 Jy ! Component: 100 - total flux cleaned = 0.0533123 Jy ! Component: 150 - total flux cleaned = 0.0648111 Jy ! Component: 200 - total flux cleaned = 0.0718607 Jy ! Total flux subtracted in 200 components = 0.0718607 Jy ! Clean residual min=-0.016371 max=0.018166 Jy/beam ! Clean residual mean=-0.000014 rms=0.004262 Jy/beam ! Combined flux in latest and established models = 0.540775 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 36 components and 0.540775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092463Jy sigma=0.000808 ! Fit after self-cal, rms=0.090533Jy sigma=0.000787 ! 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.95 HN 1.00 KP 1.01 ! LA 1.02 MK 1.03 NL 0.96 OV 1.01 ! PT 1.00* SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.98 HN 1.04 KP 1.03 ! LA 0.98 MK 1.00 NL 1.16 OV 1.05 ! PT 1.00* SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.05 HN 0.97 KP 0.88 ! LA 0.78 MK 1.03 NL 1.31 OV 0.98 ! PT 1.00* SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.07 HN 0.97 KP 1.00* ! LA 0.86 MK 1.71 NL 1.00* OV 1.01 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.090533Jy sigma=0.000787 ! Fit after self-cal, rms=0.073138Jy sigma=0.000638 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.861 mas, bmaj=7.509 mas, bpa=-1.987 degrees ! Estimated noise=2322.52 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.00432315 Jy ! Component: 100 - total flux cleaned = 0.00419126 Jy ! Component: 150 - total flux cleaned = 0.0036392 Jy ! Component: 200 - total flux cleaned = 0.00353821 Jy ! Total flux subtracted in 200 components = 0.00353821 Jy ! Clean residual min=-0.008146 max=0.007961 Jy/beam ! Clean residual mean=-0.000005 rms=0.001812 Jy/beam ! Combined flux in latest and established models = 0.544313 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 59 components and 0.544313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072563Jy sigma=0.000633 ! Fit after self-cal, rms=0.072536Jy sigma=0.000633 ! 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.072536Jy sigma=0.000633 ! Fit after self-cal, rms=0.072531Jy sigma=0.000632 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.865 mas, bmaj=7.508 mas, bpa=-1.914 degrees ! Estimated noise=2325.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00205303 Jy ! Component: 100 - total flux cleaned = 0.00178014 Jy ! Component: 150 - total flux cleaned = 0.00163296 Jy ! Component: 200 - total flux cleaned = 0.00143944 Jy ! Total flux subtracted in 200 components = 0.00143944 Jy ! Clean residual min=-0.007933 max=0.006879 Jy/beam ! Clean residual mean=-0.000006 rms=0.001694 Jy/beam ! Combined flux in latest and established models = 0.545753 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 68 components and 0.545753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072260Jy sigma=0.000630 ! Fit after self-cal, rms=0.072244Jy sigma=0.000630 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.000802186 Jy ! Component: 100 - total flux cleaned = 0.000622251 Jy ! Component: 150 - total flux cleaned = 0.000567956 Jy ! Component: 200 - total flux cleaned = 0.000566771 Jy ! Total flux subtracted in 200 components = 0.000566771 Jy ! Clean residual min=-0.007831 max=0.006673 Jy/beam ! Clean residual mean=-0.000005 rms=0.001649 Jy/beam ! Combined flux in latest and established models = 0.54632 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 73 components and 0.54632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072136Jy sigma=0.000629 ! Fit after self-cal, rms=0.072135Jy sigma=0.000629 ! 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.072135Jy sigma=0.000629 ! Fit after self-cal, rms=0.072039Jy sigma=0.000629 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.869 mas, bmaj=7.507 mas, bpa=-1.853 degrees ! Estimated noise=2325.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130895 Jy ! Component: 100 - total flux cleaned = 0.00117819 Jy ! Component: 150 - total flux cleaned = 0.0014263 Jy ! Component: 200 - total flux cleaned = 0.00155707 Jy ! Total flux subtracted in 200 components = 0.00155707 Jy ! Clean residual min=-0.007594 max=0.006408 Jy/beam ! Clean residual mean=-0.000005 rms=0.001583 Jy/beam ! Combined flux in latest and established models = 0.547877 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 81 components and 0.547877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071912Jy sigma=0.000628 ! Fit after self-cal, rms=0.071907Jy sigma=0.000628 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.000404945 Jy ! Component: 100 - total flux cleaned = 0.000533786 Jy ! Component: 150 - total flux cleaned = 0.000532268 Jy ! Component: 200 - total flux cleaned = 0.000644152 Jy ! Total flux subtracted in 200 components = 0.000644152 Jy ! Clean residual min=-0.007507 max=0.006384 Jy/beam ! Clean residual mean=-0.000005 rms=0.001557 Jy/beam ! Combined flux in latest and established models = 0.548521 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 84 components and 0.548521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071853Jy sigma=0.000627 ! Fit after self-cal, rms=0.071855Jy sigma=0.000627 ! 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.071855Jy sigma=0.000627 ! Fit after self-cal, rms=0.071798Jy sigma=0.000627 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.656 mas, bmaj=9.26 mas, bpa=2.851 degrees ! Estimated noise=3059.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187869 Jy ! Component: 100 - total flux cleaned = 0.00188246 Jy ! Component: 150 - total flux cleaned = 0.00192659 Jy ! Component: 200 - total flux cleaned = 0.00202371 Jy ! Total flux subtracted in 200 components = 0.00202371 Jy ! Clean residual min=-0.007436 max=0.007098 Jy/beam ! Clean residual mean=-0.000010 rms=0.002206 Jy/beam ! Combined flux in latest and established models = 0.550545 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 100 components and 0.550544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071818Jy sigma=0.000627 ! Fit after self-cal, rms=0.071814Jy sigma=0.000627 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.000514792 Jy ! Component: 100 - total flux cleaned = 0.000550715 Jy ! Component: 150 - total flux cleaned = 0.000579693 Jy ! Component: 200 - total flux cleaned = 0.000603026 Jy ! Total flux subtracted in 200 components = 0.000603026 Jy ! Clean residual min=-0.007361 max=0.006955 Jy/beam ! Clean residual mean=-0.000010 rms=0.002172 Jy/beam ! Combined flux in latest and established models = 0.551147 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 111 components and 0.551147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071834Jy sigma=0.000627 ! Fit after self-cal, rms=0.071837Jy sigma=0.000627 ! 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=2.872 mas, bmaj=7.506 mas, bpa=-1.81 degrees ! Estimated noise=2324.74 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.872 x 7.506 at -1.81 degrees (North through East) ! Clean map min=-0.0069476 max=0.37989 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.431 mas, bmaj=7.154 mas, bpa=-5.109 degrees ! Estimated noise=2720.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.316012 Jy ! Component: 100 - total flux cleaned = 0.40888 Jy ! Component: 150 - total flux cleaned = 0.455569 Jy ! Component: 200 - total flux cleaned = 0.484452 Jy ! Total flux subtracted in 200 components = 0.484452 Jy ! Clean residual min=-0.010813 max=0.015080 Jy/beam ! Clean residual mean=-0.000009 rms=0.003062 Jy/beam ! Combined flux in latest and established models = 0.484452 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.484452 Jy ! Inverting map and beam ! Estimated beam: bmin=2.872 mas, bmaj=7.506 mas, bpa=-1.81 degrees ! Estimated noise=2324.74 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.0232764 Jy ! Component: 100 - total flux cleaned = 0.0365372 Jy ! Component: 150 - total flux cleaned = 0.0450286 Jy ! Component: 200 - total flux cleaned = 0.0510426 Jy ! Total flux subtracted in 200 components = 0.0510426 Jy ! Clean residual min=-0.007728 max=0.006908 Jy/beam ! Clean residual mean=-0.000009 rms=0.001772 Jy/beam ! Combined flux in latest and established models = 0.535495 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 45 components and 0.535495 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=6.656 mas, bmaj=9.26 mas, bpa=2.851 degrees ! Estimated noise=3059.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00696957 Jy ! Component: 100 - total flux cleaned = 0.010618 Jy ! Component: 150 - total flux cleaned = 0.0128709 Jy ! Component: 200 - total flux cleaned = 0.0140192 Jy ! Total flux subtracted in 200 components = 0.0140192 Jy ! Clean residual min=-0.007531 max=0.007296 Jy/beam ! Clean residual mean=-0.000011 rms=0.002201 Jy/beam ! Combined flux in latest and established models = 0.549514 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.000519532 Jy ! Component: 100 - total flux cleaned = 0.000885051 Jy ! Component: 150 - total flux cleaned = 0.00107495 Jy ! Component: 200 - total flux cleaned = 0.00123824 Jy ! Total flux subtracted in 200 components = 0.00123824 Jy ! Clean residual min=-0.007346 max=0.007183 Jy/beam ! Clean residual mean=-0.000010 rms=0.002174 Jy/beam ! Combined flux in latest and established models = 0.550752 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 83 components and 0.550752 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.872 mas, bmaj=7.506 mas, bpa=-1.81 degrees ! Estimated noise=2324.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000649199 Jy ! Component: 100 - total flux cleaned = -0.000576668 Jy ! Component: 150 - total flux cleaned = -0.000457486 Jy ! Component: 200 - total flux cleaned = -0.000294796 Jy ! Total flux subtracted in 200 components = -0.000294796 Jy ! Clean residual min=-0.007282 max=0.006496 Jy/beam ! Clean residual mean=-0.000005 rms=0.001537 Jy/beam ! Combined flux in latest and established models = 0.550458 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 91 components and 0.550457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071857Jy sigma=0.000627 ! Fit after self-cal, rms=0.071803Jy sigma=0.000627 wmodel J0429+2724_S_2017_02_19_pus_map.mod ! Writing 91 model components to file: J0429+2724_S_2017_02_19_pus_map.mod wobs J0429+2724_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J0429+2724_S_2017_02_19_pus_uvs.fits wwins J0429+2724_S_2017_02_19_pus_map.win ! wwins: Wrote 2 windows to J0429+2724_S_2017_02_19_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00127597 Jy ! Component: 100 - total flux cleaned = -0.00197623 Jy ! Component: 150 - total flux cleaned = -0.00188487 Jy ! Component: 200 - total flux cleaned = -0.0013883 Jy ! Component: 250 - total flux cleaned = -0.00115458 Jy ! Component: 300 - total flux cleaned = -0.00138113 Jy ! Component: 350 - total flux cleaned = -0.00145104 Jy ! Component: 400 - total flux cleaned = -0.00151935 Jy ! Component: 450 - total flux cleaned = -0.00145224 Jy ! Component: 500 - total flux cleaned = -0.0016439 Jy ! Component: 550 - total flux cleaned = -0.0020143 Jy ! Component: 600 - total flux cleaned = -0.00231314 Jy ! Component: 650 - total flux cleaned = -0.00248797 Jy ! Component: 700 - total flux cleaned = -0.00271477 Jy ! Component: 750 - total flux cleaned = -0.00293649 Jy ! Component: 800 - total flux cleaned = -0.00341717 Jy ! Component: 850 - total flux cleaned = -0.00341578 Jy ! Component: 900 - total flux cleaned = -0.0035687 Jy ! Component: 950 - total flux cleaned = -0.00366701 Jy ! Component: 1000 - total flux cleaned = -0.00356939 Jy ! Component: 1050 - total flux cleaned = -0.0035689 Jy ! Component: 1100 - total flux cleaned = -0.00356827 Jy ! Component: 1150 - total flux cleaned = -0.00352163 Jy ! Component: 1200 - total flux cleaned = -0.00343187 Jy ! Component: 1250 - total flux cleaned = -0.00347574 Jy ! Component: 1300 - total flux cleaned = -0.00356194 Jy ! Component: 1350 - total flux cleaned = -0.00364693 Jy ! Component: 1400 - total flux cleaned = -0.00373074 Jy ! Component: 1450 - total flux cleaned = -0.00385308 Jy ! Component: 1500 - total flux cleaned = -0.00405321 Jy ! Component: 1550 - total flux cleaned = -0.00424927 Jy ! Component: 1600 - total flux cleaned = -0.00440364 Jy ! Component: 1650 - total flux cleaned = -0.00451777 Jy ! Component: 1700 - total flux cleaned = -0.00485568 Jy ! Component: 1750 - total flux cleaned = -0.00492926 Jy ! Component: 1800 - total flux cleaned = -0.00532904 Jy ! Component: 1850 - total flux cleaned = -0.00540103 Jy ! Component: 1900 - total flux cleaned = -0.00554311 Jy ! Component: 1950 - total flux cleaned = -0.00578727 Jy ! Component: 2000 - total flux cleaned = -0.00585641 Jy ! Component: 2050 - total flux cleaned = -0.0061613 Jy ! Component: 2100 - total flux cleaned = -0.00612804 Jy ! Component: 2150 - total flux cleaned = -0.00616113 Jy ! Component: 2200 - total flux cleaned = -0.0061616 Jy ! Component: 2250 - total flux cleaned = -0.00616201 Jy ! Component: 2300 - total flux cleaned = -0.00619433 Jy ! Component: 2350 - total flux cleaned = -0.00632021 Jy ! Component: 2400 - total flux cleaned = -0.00644429 Jy ! Component: 2450 - total flux cleaned = -0.00653657 Jy ! Component: 2500 - total flux cleaned = -0.00665851 Jy ! Component: 2550 - total flux cleaned = -0.00674927 Jy ! Component: 2600 - total flux cleaned = -0.0068093 Jy ! Component: 2650 - total flux cleaned = -0.00701604 Jy ! Component: 2700 - total flux cleaned = -0.00704543 Jy ! Component: 2750 - total flux cleaned = -0.00727725 Jy ! Component: 2800 - total flux cleaned = -0.00736309 Jy ! Component: 2850 - total flux cleaned = -0.00750544 Jy ! Component: 2900 - total flux cleaned = -0.00758979 Jy ! Component: 2950 - total flux cleaned = -0.00767361 Jy ! Component: 3000 - total flux cleaned = -0.00775699 Jy ! Component: 3050 - total flux cleaned = -0.00786741 Jy ! Component: 3100 - total flux cleaned = -0.00803149 Jy ! Component: 3150 - total flux cleaned = -0.00808557 Jy ! Component: 3200 - total flux cleaned = -0.00824682 Jy ! Component: 3250 - total flux cleaned = -0.00832667 Jy ! Component: 3300 - total flux cleaned = -0.00840605 Jy ! Component: 3350 - total flux cleaned = -0.00851077 Jy ! Component: 3400 - total flux cleaned = -0.00858886 Jy ! Component: 3450 - total flux cleaned = -0.00869202 Jy ! Component: 3500 - total flux cleaned = -0.00871758 Jy ! Component: 3550 - total flux cleaned = -0.00881944 Jy ! Component: 3600 - total flux cleaned = -0.00889509 Jy ! Component: 3650 - total flux cleaned = -0.0088197 Jy ! Component: 3700 - total flux cleaned = -0.00876996 Jy ! Component: 3750 - total flux cleaned = -0.0088694 Jy ! Component: 3800 - total flux cleaned = -0.00889424 Jy ! Component: 3850 - total flux cleaned = -0.00886991 Jy ! Component: 3900 - total flux cleaned = -0.00889432 Jy ! Component: 3950 - total flux cleaned = -0.00891869 Jy ! Component: 4000 - total flux cleaned = -0.0088944 Jy ! Component: 4050 - total flux cleaned = -0.00887032 Jy ! Total flux subtracted in 4096 components = -0.00884652 Jy ! Clean residual min=-0.001628 max=0.001514 Jy/beam ! Clean residual mean=-0.000003 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.541611 Jy keep ! Adding 251 model components to the UV plane model. ! The established model now contains 342 components and 0.541611 Jy ![Exited script file: muppet] wmap "J0429+2724_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.872 x 7.506 at -1.81 degrees (North through East) ! Clean map min=-0.0027574 max=0.37697 Jy/beam ! Writing clean map to FITS file: J0429+2724_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.376966 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00038849 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.309171 0.309171 0.618342 1.23668 2.47337 4.94674 9.89347 19.7869 39.5739 79.1478 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.376 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.872 x 7.506 at -1.81 degrees (North through East) ! Clean map min=-0.0027574 max=0.37697 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 J0429+2724_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:42:11 2019