! Started logfile: J0805+1121_S_2017_05_27_pus_uvs.log on Fri May 3 11:01:36 2019 obs J0805+1121_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0805+1121_S_2017_05_27_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.821053 visibilities/baseline/integration-bin. ! Found source: J0805+1121 ! ! 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 1211 lines of history. ! ! Reading 16848 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 J0805+1121_S_2017_05_27_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 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 629 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.890752Jy sigma=0.007100 ! Fit after self-cal, rms=0.879089Jy sigma=0.007016 ! 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.888 mas, bmaj=6.977 mas, bpa=-3.849 degrees ! Estimated noise=1125.42 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.0935464 Jy ! Component: 100 - total flux cleaned = 0.120167 Jy ! Total flux subtracted in 100 components = 0.120167 Jy ! Clean residual min=-0.005010 max=0.011261 Jy/beam ! Clean residual mean=-0.000006 rms=0.001406 Jy/beam ! Combined flux in latest and established models = 0.120167 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.120167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124572Jy sigma=0.000850 ! Fit after self-cal, rms=0.124551Jy sigma=0.000849 ! Inverting map ! Added new window around map position (3, -3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0130944 Jy ! Component: 100 - total flux cleaned = 0.020875 Jy ! Total flux subtracted in 100 components = 0.020875 Jy ! Clean residual min=-0.004505 max=0.004248 Jy/beam ! Clean residual mean=-0.000003 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.141042 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 28 components and 0.141042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122649Jy sigma=0.000834 ! Fit after self-cal, rms=0.122622Jy sigma=0.000834 ! 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.588 mas, bmaj=7.961 mas, bpa=-3.59 degrees ! Estimated noise=789.589 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.00689311 Jy ! Component: 100 - total flux cleaned = 0.0099039 Jy ! Component: 150 - total flux cleaned = 0.0104642 Jy ! Component: 200 - total flux cleaned = 0.0105273 Jy ! Total flux subtracted in 200 components = 0.0105273 Jy ! Clean residual min=-0.004509 max=0.004826 Jy/beam ! Clean residual mean=0.000001 rms=0.001317 Jy/beam ! Combined flux in latest and established models = 0.151569 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 48 components and 0.151569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122141Jy sigma=0.000831 ! Fit after self-cal, rms=0.122142Jy sigma=0.000831 ! 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.85 FD 0.88 HN 1.05 KP 1.02 ! LA 0.93 MK 0.95 NL 0.96 OV 1.07 ! PT 0.95 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.83 FD 1.01 HN 1.05 KP 1.01 ! LA 0.98 MK 0.92 NL 1.05 OV 1.08 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.07 HN 1.05 KP 1.00 ! LA 1.01 MK 1.01 NL 1.00 OV 0.97 ! PT 1.02 SC 1.02 ! ! ! 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.09 HN 0.97 KP 1.00* ! LA 1.06 MK 1.03 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.122142Jy sigma=0.000831 ! Fit after self-cal, rms=0.113159Jy sigma=0.000826 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.594 mas, bmaj=7.929 mas, bpa=-3.877 degrees ! Estimated noise=787.97 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.00215186 Jy ! Component: 100 - total flux cleaned = 0.00234131 Jy ! Component: 150 - total flux cleaned = 0.00239829 Jy ! Component: 200 - total flux cleaned = 0.00244671 Jy ! Total flux subtracted in 200 components = 0.00244671 Jy ! Clean residual min=-0.004002 max=0.004848 Jy/beam ! Clean residual mean=-0.000003 rms=0.001241 Jy/beam ! Combined flux in latest and established models = 0.154016 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 63 components and 0.154016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113116Jy sigma=0.000826 ! Fit after self-cal, rms=0.113148Jy sigma=0.000826 ! 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.113148Jy sigma=0.000826 ! Fit after self-cal, rms=0.107798Jy sigma=0.000820 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.602 mas, bmaj=7.888 mas, bpa=-3.81 degrees ! Estimated noise=788.619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134608 Jy ! Component: 100 - total flux cleaned = 0.00157329 Jy ! Component: 150 - total flux cleaned = 0.00166461 Jy ! Component: 200 - total flux cleaned = 0.00176638 Jy ! Total flux subtracted in 200 components = 0.00176638 Jy ! Clean residual min=-0.003508 max=0.005303 Jy/beam ! Clean residual mean=-0.000007 rms=0.001181 Jy/beam ! Combined flux in latest and established models = 0.155782 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.155782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107757Jy sigma=0.000820 ! Fit after self-cal, rms=0.107897Jy sigma=0.000819 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 (122.5, -108). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00412477 Jy ! Component: 100 - total flux cleaned = 0.00434892 Jy ! Component: 150 - total flux cleaned = 0.00402448 Jy ! Component: 200 - total flux cleaned = 0.00382473 Jy ! Total flux subtracted in 200 components = 0.00382473 Jy ! Clean residual min=-0.003500 max=0.004342 Jy/beam ! Clean residual mean=-0.000009 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.159607 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 101 components and 0.159607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107715Jy sigma=0.000817 ! Fit after self-cal, rms=0.107717Jy sigma=0.000816 ! 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.107717Jy sigma=0.000816 ! Fit after self-cal, rms=0.108971Jy sigma=0.000816 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.613 mas, bmaj=7.856 mas, bpa=-3.793 degrees ! Estimated noise=789.036 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017402 Jy ! Component: 100 - total flux cleaned = 0.00194554 Jy ! Component: 150 - total flux cleaned = 0.00194348 Jy ! Component: 200 - total flux cleaned = 0.00194143 Jy ! Total flux subtracted in 200 components = 0.00194143 Jy ! Clean residual min=-0.003427 max=0.004376 Jy/beam ! Clean residual mean=-0.000005 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.161548 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 119 components and 0.161548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108916Jy sigma=0.000815 ! Fit after self-cal, rms=0.108991Jy sigma=0.000815 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.000272862 Jy ! Component: 100 - total flux cleaned = 0.000149433 Jy ! Component: 150 - total flux cleaned = 2.68547e-06 Jy ! Component: 200 - total flux cleaned = -9.6901e-05 Jy ! Total flux subtracted in 200 components = -9.6901e-05 Jy ! Clean residual min=-0.003458 max=0.004351 Jy/beam ! Clean residual mean=-0.000004 rms=0.001036 Jy/beam ! Combined flux in latest and established models = 0.161451 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 133 components and 0.161451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108976Jy sigma=0.000814 ! Fit after self-cal, rms=0.108977Jy sigma=0.000814 ! 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.108977Jy sigma=0.000814 ! Fit after self-cal, rms=0.109859Jy sigma=0.000814 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.069 mas, bmaj=11.4 mas, bpa=-7.007 degrees ! Estimated noise=935.661 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000884032 Jy ! Component: 100 - total flux cleaned = 0.000881352 Jy ! Component: 150 - total flux cleaned = 0.000801101 Jy ! Component: 200 - total flux cleaned = 0.00073348 Jy ! Total flux subtracted in 200 components = 0.00073348 Jy ! Clean residual min=-0.004250 max=0.006489 Jy/beam ! Clean residual mean=-0.000007 rms=0.001575 Jy/beam ! Combined flux in latest and established models = 0.162185 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 148 components and 0.162185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109881Jy sigma=0.000814 ! Fit after self-cal, rms=0.109929Jy sigma=0.000814 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.000198522 Jy ! Component: 100 - total flux cleaned = 0.000106152 Jy ! Component: 150 - total flux cleaned = 2.22584e-05 Jy ! Component: 200 - total flux cleaned = -5.45177e-05 Jy ! Total flux subtracted in 200 components = -5.45177e-05 Jy ! Clean residual min=-0.004123 max=0.006516 Jy/beam ! Clean residual mean=-0.000006 rms=0.001567 Jy/beam ! Combined flux in latest and established models = 0.16213 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 154 components and 0.16213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109942Jy sigma=0.000813 ! Fit after self-cal, rms=0.109943Jy sigma=0.000813 ! 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.621 mas, bmaj=7.839 mas, bpa=-3.772 degrees ! Estimated noise=790.546 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.621 x 7.839 at -3.772 degrees (North through East) ! Clean map min=-0.0033705 max=0.1218 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.899 mas, bmaj=6.907 mas, bpa=-3.934 degrees ! Estimated noise=1141.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0945125 Jy ! Component: 100 - total flux cleaned = 0.122569 Jy ! Component: 150 - total flux cleaned = 0.136494 Jy ! Component: 200 - total flux cleaned = 0.144792 Jy ! Total flux subtracted in 200 components = 0.144792 Jy ! Clean residual min=-0.003951 max=0.004629 Jy/beam ! Clean residual mean=-0.000002 rms=0.001027 Jy/beam ! Combined flux in latest and established models = 0.144792 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.144792 Jy ! Inverting map and beam ! Estimated beam: bmin=3.621 mas, bmaj=7.839 mas, bpa=-3.772 degrees ! Estimated noise=790.546 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.00725449 Jy ! Component: 100 - total flux cleaned = 0.0111946 Jy ! Component: 150 - total flux cleaned = 0.0133155 Jy ! Component: 200 - total flux cleaned = 0.0144929 Jy ! Total flux subtracted in 200 components = 0.0144929 Jy ! Clean residual min=-0.004170 max=0.004543 Jy/beam ! Clean residual mean=-0.000009 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.159285 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 61 components and 0.159285 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=8.069 mas, bmaj=11.4 mas, bpa=-7.007 degrees ! Estimated noise=935.661 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00180086 Jy ! Component: 100 - total flux cleaned = 0.00189941 Jy ! Component: 150 - total flux cleaned = 0.00190187 Jy ! Component: 200 - total flux cleaned = 0.00205231 Jy ! Total flux subtracted in 200 components = 0.00205231 Jy ! Clean residual min=-0.004302 max=0.006365 Jy/beam ! Clean residual mean=-0.000009 rms=0.001627 Jy/beam ! Combined flux in latest and established models = 0.161338 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 = 6.08522e-05 Jy ! Component: 100 - total flux cleaned = 0.000114521 Jy ! Component: 150 - total flux cleaned = 0.000161444 Jy ! Component: 200 - total flux cleaned = 0.000161461 Jy ! Total flux subtracted in 200 components = 0.000161461 Jy ! Clean residual min=-0.004260 max=0.006353 Jy/beam ! Clean residual mean=-0.000008 rms=0.001600 Jy/beam ! Combined flux in latest and established models = 0.161499 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 107 components and 0.161499 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.621 mas, bmaj=7.839 mas, bpa=-3.772 degrees ! Estimated noise=790.546 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.53665e-05 Jy ! Component: 100 - total flux cleaned = -1.23629e-05 Jy ! Component: 150 - total flux cleaned = -9.45515e-05 Jy ! Component: 200 - total flux cleaned = -0.000168717 Jy ! Total flux subtracted in 200 components = -0.000168717 Jy ! Clean residual min=-0.003481 max=0.004506 Jy/beam ! Clean residual mean=-0.000003 rms=0.001023 Jy/beam ! Combined flux in latest and established models = 0.16133 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 125 components and 0.16133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109918Jy sigma=0.000814 ! Fit after self-cal, rms=0.109896Jy sigma=0.000814 wmodel J0805+1121_S_2017_05_27_pus_map.mod ! Writing 125 model components to file: J0805+1121_S_2017_05_27_pus_map.mod wobs J0805+1121_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0805+1121_S_2017_05_27_pus_uvs.fits wwins J0805+1121_S_2017_05_27_pus_map.win ! wwins: Wrote 3 windows to J0805+1121_S_2017_05_27_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.00203636 Jy ! Component: 100 - total flux cleaned = 0.00386287 Jy ! Component: 150 - total flux cleaned = 0.0055236 Jy ! Component: 200 - total flux cleaned = 0.00681683 Jy ! Component: 250 - total flux cleaned = 0.00796787 Jy ! Component: 300 - total flux cleaned = 0.00904955 Jy ! Component: 350 - total flux cleaned = 0.00972059 Jy ! Component: 400 - total flux cleaned = 0.0102669 Jy ! Component: 450 - total flux cleaned = 0.0108383 Jy ! Component: 500 - total flux cleaned = 0.0112064 Jy ! Component: 550 - total flux cleaned = 0.011565 Jy ! Component: 600 - total flux cleaned = 0.0117832 Jy ! Component: 650 - total flux cleaned = 0.0120808 Jy ! Component: 700 - total flux cleaned = 0.0122469 Jy ! Component: 750 - total flux cleaned = 0.0124494 Jy ! Component: 800 - total flux cleaned = 0.0125676 Jy ! Component: 850 - total flux cleaned = 0.0127217 Jy ! Component: 900 - total flux cleaned = 0.0127969 Jy ! Component: 950 - total flux cleaned = 0.0129085 Jy ! Component: 1000 - total flux cleaned = 0.0128723 Jy ! Component: 1050 - total flux cleaned = 0.0129441 Jy ! Component: 1100 - total flux cleaned = 0.0128747 Jy ! Component: 1150 - total flux cleaned = 0.0129093 Jy ! Component: 1200 - total flux cleaned = 0.0127741 Jy ! Component: 1250 - total flux cleaned = 0.012741 Jy ! Component: 1300 - total flux cleaned = 0.0125772 Jy ! Component: 1350 - total flux cleaned = 0.0125125 Jy ! Component: 1400 - total flux cleaned = 0.0123858 Jy ! Component: 1450 - total flux cleaned = 0.0123228 Jy ! Component: 1500 - total flux cleaned = 0.0121995 Jy ! Component: 1550 - total flux cleaned = 0.0120775 Jy ! Component: 1600 - total flux cleaned = 0.0121079 Jy ! Component: 1650 - total flux cleaned = 0.0119894 Jy ! Component: 1700 - total flux cleaned = 0.0120192 Jy ! Component: 1750 - total flux cleaned = 0.0120488 Jy ! Component: 1800 - total flux cleaned = 0.0121064 Jy ! Component: 1850 - total flux cleaned = 0.0121915 Jy ! Component: 1900 - total flux cleaned = 0.0121068 Jy ! Component: 1950 - total flux cleaned = 0.0120512 Jy ! Component: 2000 - total flux cleaned = 0.0120791 Jy ! Component: 2050 - total flux cleaned = 0.0119701 Jy ! Component: 2100 - total flux cleaned = 0.0120241 Jy ! Component: 2150 - total flux cleaned = 0.0120505 Jy ! Component: 2200 - total flux cleaned = 0.0120238 Jy ! Component: 2250 - total flux cleaned = 0.0119975 Jy ! Component: 2300 - total flux cleaned = 0.0118936 Jy ! Component: 2350 - total flux cleaned = 0.0119194 Jy ! Component: 2400 - total flux cleaned = 0.0118684 Jy ! Component: 2450 - total flux cleaned = 0.0118428 Jy ! Component: 2500 - total flux cleaned = 0.0117672 Jy ! Component: 2550 - total flux cleaned = 0.0118419 Jy ! Component: 2600 - total flux cleaned = 0.0117921 Jy ! Component: 2650 - total flux cleaned = 0.0118164 Jy ! Component: 2700 - total flux cleaned = 0.0118162 Jy ! Component: 2750 - total flux cleaned = 0.0117198 Jy ! Component: 2800 - total flux cleaned = 0.011768 Jy ! Component: 2850 - total flux cleaned = 0.0118159 Jy ! Component: 2900 - total flux cleaned = 0.0118868 Jy ! Component: 2950 - total flux cleaned = 0.0118397 Jy ! Component: 3000 - total flux cleaned = 0.0119093 Jy ! Component: 3050 - total flux cleaned = 0.0119323 Jy ! Component: 3100 - total flux cleaned = 0.0119322 Jy ! Component: 3150 - total flux cleaned = 0.0120237 Jy ! Component: 3200 - total flux cleaned = 0.0121146 Jy ! Component: 3250 - total flux cleaned = 0.0121147 Jy ! Component: 3300 - total flux cleaned = 0.0121819 Jy ! Component: 3350 - total flux cleaned = 0.0122935 Jy ! Component: 3400 - total flux cleaned = 0.0123155 Jy ! Component: 3450 - total flux cleaned = 0.0124039 Jy ! Component: 3500 - total flux cleaned = 0.0124259 Jy ! Component: 3550 - total flux cleaned = 0.0125129 Jy ! Component: 3600 - total flux cleaned = 0.0125996 Jy ! Component: 3650 - total flux cleaned = 0.0126427 Jy ! Component: 3700 - total flux cleaned = 0.0127498 Jy ! Component: 3750 - total flux cleaned = 0.0128562 Jy ! Component: 3800 - total flux cleaned = 0.0129198 Jy ! Component: 3850 - total flux cleaned = 0.0128777 Jy ! Component: 3900 - total flux cleaned = 0.0130245 Jy ! Component: 3950 - total flux cleaned = 0.013087 Jy ! Component: 4000 - total flux cleaned = 0.0131285 Jy ! Component: 4050 - total flux cleaned = 0.0131286 Jy ! Total flux subtracted in 4096 components = 0.0132519 Jy ! Clean residual min=-0.001323 max=0.001303 Jy/beam ! Clean residual mean=0.000007 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.174582 Jy keep ! Adding 340 model components to the UV plane model. ! The established model now contains 465 components and 0.174582 Jy ![Exited script file: muppet] wmap "J0805+1121_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.621 x 7.839 at -3.772 degrees (North through East) ! Clean map min=-0.0034892 max=0.1221 Jy/beam ! Writing clean map to FITS file: J0805+1121_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.122103 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000398961 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.980225 0.980225 1.96045 3.9209 7.8418 15.6836 31.3672 62.7344 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.122 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.621 x 7.839 at -3.772 degrees (North through East) ! Clean map min=-0.0034892 max=0.1221 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 J0805+1121_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:01:42 2019