! Started logfile: J0429+2724_S_2017_03_23_pus_uvs.log on Mon May 13 09:48:10 2019 obs J0429+2724_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0429+2724_S_2017_03_23_pus_uva.fits ! AN table 1: 20 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 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 481 lines of history. ! ! Reading 2880 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_03_23_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 22 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 81 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.645781Jy sigma=0.005745 ! Fit after self-cal, rms=0.634005Jy sigma=0.005645 ! 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.734 mas, bmaj=7.633 mas, bpa=17.86 degrees ! Estimated noise=1900.13 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.286271 Jy ! Component: 100 - total flux cleaned = 0.35651 Jy ! Total flux subtracted in 100 components = 0.35651 Jy ! Clean residual min=-0.024154 max=0.090922 Jy/beam ! Clean residual mean=-0.000148 rms=0.008114 Jy/beam ! Combined flux in latest and established models = 0.356511 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.356511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165888Jy sigma=0.001379 ! Fit after self-cal, rms=0.165805Jy sigma=0.001378 ! Inverting map ! Added new window around map position (-6.5, -3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0741234 Jy ! Component: 100 - total flux cleaned = 0.104411 Jy ! Total flux subtracted in 100 components = 0.104411 Jy ! Clean residual min=-0.017205 max=0.022591 Jy/beam ! Clean residual mean=-0.000081 rms=0.004536 Jy/beam ! Combined flux in latest and established models = 0.460922 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 20 components and 0.460922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125587Jy sigma=0.000990 ! Fit after self-cal, rms=0.121625Jy sigma=0.000952 ! 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=4.338 mas, bmaj=8.092 mas, bpa=19.56 degrees ! Estimated noise=1617.45 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.0322483 Jy ! Component: 100 - total flux cleaned = 0.0507796 Jy ! Component: 150 - total flux cleaned = 0.0634459 Jy ! Component: 200 - total flux cleaned = 0.0727975 Jy ! Total flux subtracted in 200 components = 0.0727975 Jy ! Clean residual min=-0.012011 max=0.011348 Jy/beam ! Clean residual mean=-0.000080 rms=0.002966 Jy/beam ! Combined flux in latest and established models = 0.533719 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 73 components and 0.533719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111622Jy sigma=0.000860 ! Fit after self-cal, rms=0.111219Jy sigma=0.000855 ! 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.96 HN 0.94 KP 1.04 ! LA 1.00 MK 1.03 NL 0.85 OV 1.02 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 0.98 KP 1.00 ! LA 0.95 MK 1.01 NL 1.05 OV 1.03 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.02 HN 1.01 KP 0.90 ! LA 0.74 MK 1.04 NL 1.30 OV 0.96 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.07 HN 0.98 KP 1.00* ! LA 0.81 MK 1.15 NL 1.00* OV 2.15 ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.111219Jy sigma=0.000855 ! Fit after self-cal, rms=0.102215Jy sigma=0.000688 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.357 mas, bmaj=8.116 mas, bpa=19.64 degrees ! Estimated noise=1605.08 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.000994738 Jy ! Component: 100 - total flux cleaned = 0.00120616 Jy ! Component: 150 - total flux cleaned = 0.000879153 Jy ! Component: 200 - total flux cleaned = 0.000550335 Jy ! Total flux subtracted in 200 components = 0.000550335 Jy ! Clean residual min=-0.005938 max=0.005767 Jy/beam ! Clean residual mean=-0.000005 rms=0.001433 Jy/beam ! Combined flux in latest and established models = 0.534269 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 81 components and 0.534269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101995Jy sigma=0.000687 ! Fit after self-cal, rms=0.102057Jy 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.102057Jy sigma=0.000686 ! Fit after self-cal, rms=0.108909Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.354 mas, bmaj=8.114 mas, bpa=19.63 degrees ! Estimated noise=1604.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000206276 Jy ! Component: 100 - total flux cleaned = -0.000430088 Jy ! Component: 150 - total flux cleaned = -0.000602375 Jy ! Component: 200 - total flux cleaned = -0.000635829 Jy ! Total flux subtracted in 200 components = -0.000635829 Jy ! Clean residual min=-0.004863 max=0.004429 Jy/beam ! Clean residual mean=-0.000002 rms=0.001064 Jy/beam ! Combined flux in latest and established models = 0.533634 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 93 components and 0.533634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108861Jy sigma=0.000661 ! Fit after self-cal, rms=0.108899Jy sigma=0.000661 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.06534e-05 Jy ! Component: 100 - total flux cleaned = -4.49558e-05 Jy ! Component: 150 - total flux cleaned = -7.48817e-05 Jy ! Component: 200 - total flux cleaned = -2.35228e-05 Jy ! Total flux subtracted in 200 components = -2.35228e-05 Jy ! Clean residual min=-0.004788 max=0.004462 Jy/beam ! Clean residual mean=-0.000002 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.53361 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 97 components and 0.53361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108880Jy sigma=0.000660 ! Fit after self-cal, rms=0.108876Jy sigma=0.000660 ! 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.108876Jy sigma=0.000660 ! Fit after self-cal, rms=0.108981Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.355 mas, bmaj=8.12 mas, bpa=19.61 degrees ! Estimated noise=1603.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000395261 Jy ! Component: 100 - total flux cleaned = -0.000564936 Jy ! Component: 150 - total flux cleaned = -0.000669666 Jy ! Component: 200 - total flux cleaned = -0.000693009 Jy ! Total flux subtracted in 200 components = -0.000693009 Jy ! Clean residual min=-0.004684 max=0.004428 Jy/beam ! Clean residual mean=-0.000002 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.532917 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 102 components and 0.532917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108972Jy sigma=0.000660 ! Fit after self-cal, rms=0.108972Jy sigma=0.000660 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.83117e-05 Jy ! Component: 100 - total flux cleaned = -8.91274e-06 Jy ! Component: 150 - total flux cleaned = 1.2009e-05 Jy ! Component: 200 - total flux cleaned = 1.11846e-05 Jy ! Total flux subtracted in 200 components = 1.11846e-05 Jy ! Clean residual min=-0.004639 max=0.004454 Jy/beam ! Clean residual mean=-0.000002 rms=0.001039 Jy/beam ! Combined flux in latest and established models = 0.532928 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 106 components and 0.532928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108957Jy sigma=0.000660 ! Fit after self-cal, rms=0.108955Jy sigma=0.000660 ! 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.108955Jy sigma=0.000660 ! Fit after self-cal, rms=0.108887Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.848 mas, bmaj=10.07 mas, bpa=6.205 degrees ! Estimated noise=1837.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000788452 Jy ! Component: 100 - total flux cleaned = -0.000943064 Jy ! Component: 150 - total flux cleaned = -0.00101506 Jy ! Component: 200 - total flux cleaned = -0.0010783 Jy ! Total flux subtracted in 200 components = -0.0010783 Jy ! Clean residual min=-0.005159 max=0.004351 Jy/beam ! Clean residual mean=-0.000005 rms=0.001187 Jy/beam ! Combined flux in latest and established models = 0.53185 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 113 components and 0.53185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108883Jy sigma=0.000660 ! Fit after self-cal, rms=0.108885Jy sigma=0.000660 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 = -3.68284e-05 Jy ! Component: 100 - total flux cleaned = -8.18946e-05 Jy ! Component: 150 - total flux cleaned = -0.000135701 Jy ! Component: 200 - total flux cleaned = -0.000160673 Jy ! Total flux subtracted in 200 components = -0.000160673 Jy ! Clean residual min=-0.005136 max=0.004362 Jy/beam ! Clean residual mean=-0.000005 rms=0.001182 Jy/beam ! Combined flux in latest and established models = 0.531689 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 116 components and 0.531689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108886Jy sigma=0.000660 ! Fit after self-cal, rms=0.108888Jy sigma=0.000660 ! 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=4.357 mas, bmaj=8.124 mas, bpa=19.58 degrees ! Estimated noise=1602.7 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.357 x 8.124 at 19.58 degrees (North through East) ! Clean map min=-0.0043732 max=0.37536 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.735 mas, bmaj=7.599 mas, bpa=17.85 degrees ! Estimated noise=1901.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.286691 Jy ! Component: 100 - total flux cleaned = 0.386902 Jy ! Component: 150 - total flux cleaned = 0.438238 Jy ! Component: 200 - total flux cleaned = 0.467737 Jy ! Total flux subtracted in 200 components = 0.467737 Jy ! Clean residual min=-0.008514 max=0.014955 Jy/beam ! Clean residual mean=-0.000041 rms=0.002330 Jy/beam ! Combined flux in latest and established models = 0.467737 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.467737 Jy ! Inverting map and beam ! Estimated beam: bmin=4.357 mas, bmaj=8.124 mas, bpa=19.58 degrees ! Estimated noise=1602.7 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.0227448 Jy ! Component: 100 - total flux cleaned = 0.0360931 Jy ! Component: 150 - total flux cleaned = 0.0447457 Jy ! Component: 200 - total flux cleaned = 0.0505783 Jy ! Total flux subtracted in 200 components = 0.0505783 Jy ! Clean residual min=-0.005240 max=0.004008 Jy/beam ! Clean residual mean=-0.000015 rms=0.001149 Jy/beam ! Combined flux in latest and established models = 0.518315 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 68 components and 0.518315 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.848 mas, bmaj=10.07 mas, bpa=6.205 degrees ! Estimated noise=1837.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00556105 Jy ! Component: 100 - total flux cleaned = 0.0086151 Jy ! Component: 150 - total flux cleaned = 0.0104687 Jy ! Component: 200 - total flux cleaned = 0.0116145 Jy ! Total flux subtracted in 200 components = 0.0116145 Jy ! Clean residual min=-0.005122 max=0.004107 Jy/beam ! Clean residual mean=-0.000007 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.52993 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.000712306 Jy ! Component: 100 - total flux cleaned = 0.00091312 Jy ! Component: 150 - total flux cleaned = 0.00102787 Jy ! Component: 200 - total flux cleaned = 0.00108384 Jy ! Total flux subtracted in 200 components = 0.00108384 Jy ! Clean residual min=-0.005068 max=0.004185 Jy/beam ! Clean residual mean=-0.000005 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.531013 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 130 components and 0.531013 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.357 mas, bmaj=8.124 mas, bpa=19.58 degrees ! Estimated noise=1602.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00025076 Jy ! Component: 100 - total flux cleaned = 0.000420899 Jy ! Component: 150 - total flux cleaned = 0.000568668 Jy ! Component: 200 - total flux cleaned = 0.000704564 Jy ! Total flux subtracted in 200 components = 0.000704564 Jy ! Clean residual min=-0.004424 max=0.004355 Jy/beam ! Clean residual mean=-0.000001 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.531718 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 147 components and 0.531718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109011Jy sigma=0.000660 ! Fit after self-cal, rms=0.108999Jy sigma=0.000660 wmodel J0429+2724_S_2017_03_23_pus_map.mod ! Writing 147 model components to file: J0429+2724_S_2017_03_23_pus_map.mod wobs J0429+2724_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0429+2724_S_2017_03_23_pus_uvs.fits wwins J0429+2724_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0429+2724_S_2017_03_23_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.000610837 Jy ! Component: 100 - total flux cleaned = -0.000963241 Jy ! Component: 150 - total flux cleaned = -0.00135946 Jy ! Component: 200 - total flux cleaned = -0.00167251 Jy ! Component: 250 - total flux cleaned = -0.0021553 Jy ! Component: 300 - total flux cleaned = -0.00262174 Jy ! Component: 350 - total flux cleaned = -0.00301721 Jy ! Component: 400 - total flux cleaned = -0.00312675 Jy ! Component: 450 - total flux cleaned = -0.00323364 Jy ! Component: 500 - total flux cleaned = -0.0032864 Jy ! Component: 550 - total flux cleaned = -0.00333801 Jy ! Component: 600 - total flux cleaned = -0.00348771 Jy ! Component: 650 - total flux cleaned = -0.00353579 Jy ! Component: 700 - total flux cleaned = -0.00363156 Jy ! Component: 750 - total flux cleaned = -0.00391091 Jy ! Component: 800 - total flux cleaned = -0.00400219 Jy ! Component: 850 - total flux cleaned = -0.00413697 Jy ! Component: 900 - total flux cleaned = -0.00422465 Jy ! Component: 950 - total flux cleaned = -0.004397 Jy ! Component: 1000 - total flux cleaned = -0.00452429 Jy ! Component: 1050 - total flux cleaned = -0.00464926 Jy ! Component: 1100 - total flux cleaned = -0.00485383 Jy ! Component: 1150 - total flux cleaned = -0.00493384 Jy ! Component: 1200 - total flux cleaned = -0.00509289 Jy ! Component: 1250 - total flux cleaned = -0.005093 Jy ! Component: 1300 - total flux cleaned = -0.00524744 Jy ! Component: 1350 - total flux cleaned = -0.00521033 Jy ! Component: 1400 - total flux cleaned = -0.00539868 Jy ! Component: 1450 - total flux cleaned = -0.00547261 Jy ! Component: 1500 - total flux cleaned = -0.00543666 Jy ! Component: 1550 - total flux cleaned = -0.00554494 Jy ! Component: 1600 - total flux cleaned = -0.00550921 Jy ! Component: 1650 - total flux cleaned = -0.00550935 Jy ! Component: 1700 - total flux cleaned = -0.00550978 Jy ! Component: 1750 - total flux cleaned = -0.00540752 Jy ! Component: 1800 - total flux cleaned = -0.0054077 Jy ! Component: 1850 - total flux cleaned = -0.00534152 Jy ! Component: 1900 - total flux cleaned = -0.00534122 Jy ! Component: 1950 - total flux cleaned = -0.00511428 Jy ! Component: 2000 - total flux cleaned = -0.00527503 Jy ! Component: 2050 - total flux cleaned = -0.00524262 Jy ! Component: 2100 - total flux cleaned = -0.00517946 Jy ! Component: 2150 - total flux cleaned = -0.00505527 Jy ! Component: 2200 - total flux cleaned = -0.00505515 Jy ! Component: 2250 - total flux cleaned = -0.00508474 Jy ! Component: 2300 - total flux cleaned = -0.00484484 Jy ! Component: 2350 - total flux cleaned = -0.00490449 Jy ! Component: 2400 - total flux cleaned = -0.00478716 Jy ! Component: 2450 - total flux cleaned = -0.00490369 Jy ! Component: 2500 - total flux cleaned = -0.00487473 Jy ! Component: 2550 - total flux cleaned = -0.004875 Jy ! Component: 2600 - total flux cleaned = -0.00487512 Jy ! Component: 2650 - total flux cleaned = -0.00487533 Jy ! Component: 2700 - total flux cleaned = -0.00487535 Jy ! Component: 2750 - total flux cleaned = -0.00482113 Jy ! Component: 2800 - total flux cleaned = -0.00482087 Jy ! Component: 2850 - total flux cleaned = -0.00474022 Jy ! Component: 2900 - total flux cleaned = -0.00479407 Jy ! Component: 2950 - total flux cleaned = -0.0048206 Jy ! Component: 3000 - total flux cleaned = -0.00476823 Jy ! Component: 3050 - total flux cleaned = -0.00479426 Jy ! Component: 3100 - total flux cleaned = -0.00476816 Jy ! Component: 3150 - total flux cleaned = -0.00464108 Jy ! Component: 3200 - total flux cleaned = -0.00459054 Jy ! Component: 3250 - total flux cleaned = -0.00449031 Jy ! Component: 3300 - total flux cleaned = -0.00446576 Jy ! Component: 3350 - total flux cleaned = -0.00441605 Jy ! Component: 3400 - total flux cleaned = -0.00424461 Jy ! Component: 3450 - total flux cleaned = -0.00426869 Jy ! Component: 3500 - total flux cleaned = -0.00409987 Jy ! Component: 3550 - total flux cleaned = -0.00402814 Jy ! Component: 3600 - total flux cleaned = -0.00390934 Jy ! Component: 3650 - total flux cleaned = -0.00383874 Jy ! Component: 3700 - total flux cleaned = -0.00374524 Jy ! Component: 3750 - total flux cleaned = -0.00369898 Jy ! Component: 3800 - total flux cleaned = -0.00365282 Jy ! Component: 3850 - total flux cleaned = -0.00362954 Jy ! Component: 3900 - total flux cleaned = -0.00358382 Jy ! Component: 3950 - total flux cleaned = -0.00349339 Jy ! Component: 4000 - total flux cleaned = -0.00344866 Jy ! Component: 4050 - total flux cleaned = -0.00344854 Jy ! Total flux subtracted in 4096 components = -0.00342643 Jy ! Clean residual min=-0.001457 max=0.001638 Jy/beam ! Clean residual mean=0.000004 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.528291 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 406 components and 0.528291 Jy ![Exited script file: muppet] wmap "J0429+2724_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.357 x 8.124 at 19.58 degrees (North through East) ! Clean map min=-0.0036285 max=0.37582 Jy/beam ! Writing clean map to FITS file: J0429+2724_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.375824 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000410386 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.327589 0.327589 0.655177 1.31035 2.62071 5.24142 10.4828 20.9657 41.9313 83.8627 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.375 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.357 x 8.124 at 19.58 degrees (North through East) ! Clean map min=-0.0036285 max=0.37582 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_03_23_pus_uvs.log closed on Mon May 13 09:48:16 2019