! Started logfile: J0846-3424_S_2017_05_27_pus_uvs.log on Fri May 3 11:02:15 2019 obs J0846-3424_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0846-3424_S_2017_05_27_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.666082 visibilities/baseline/integration-bin. ! Found source: J0846-3424 ! ! 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 9112 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 J0846-3424_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 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 441 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.902795Jy sigma=0.004837 ! Fit after self-cal, rms=0.860991Jy sigma=0.004661 ! 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.518 mas, bmaj=8.817 mas, bpa=-0.2305 degrees ! Estimated noise=2384.35 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.109281 Jy ! Component: 100 - total flux cleaned = 0.148988 Jy ! Total flux subtracted in 100 components = 0.148988 Jy ! Clean residual min=-0.010022 max=0.018997 Jy/beam ! Clean residual mean=-0.000014 rms=0.003384 Jy/beam ! Combined flux in latest and established models = 0.148988 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 33 components and 0.148988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151990Jy sigma=0.000729 ! Fit after self-cal, rms=0.151714Jy sigma=0.000728 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0233823 Jy ! Component: 100 - total flux cleaned = 0.0383905 Jy ! Total flux subtracted in 100 components = 0.0383905 Jy ! Clean residual min=-0.007643 max=0.012498 Jy/beam ! Clean residual mean=0.000002 rms=0.002360 Jy/beam ! Combined flux in latest and established models = 0.187378 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 72 components and 0.187378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146702Jy sigma=0.000684 ! Fit after self-cal, rms=0.146580Jy sigma=0.000684 ! 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.215 mas, bmaj=10.15 mas, bpa=-1.31 degrees ! Estimated noise=1546.15 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 (-3, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0176986 Jy ! Component: 100 - total flux cleaned = 0.0274557 Jy ! Component: 150 - total flux cleaned = 0.033301 Jy ! Component: 200 - total flux cleaned = 0.0369061 Jy ! Total flux subtracted in 200 components = 0.0369061 Jy ! Clean residual min=-0.004421 max=0.007543 Jy/beam ! Clean residual mean=0.000031 rms=0.001335 Jy/beam ! Combined flux in latest and established models = 0.224285 Jy ! Performing phase self-cal ! Adding 91 model components to the UV plane model. ! The established model now contains 157 components and 0.224285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144813Jy sigma=0.000669 ! Fit after self-cal, rms=0.144704Jy sigma=0.000668 ! 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.94 HN 1.17 KP 0.98 ! LA 0.99 MK 1.01 NL 0.95 OV 0.98 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.27 KP 0.93 ! LA 0.98 MK 1.11 NL 1.10 OV 1.02 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.21 KP 1.00 ! LA 0.95 MK 0.97 NL 1.09 OV 0.90 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.99 KP 1.00* ! LA 1.00 MK 0.78 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.144704Jy sigma=0.000668 ! Fit after self-cal, rms=0.154386Jy sigma=0.000665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.214 mas, bmaj=10.09 mas, bpa=-1.062 degrees ! Estimated noise=1545.76 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.000851625 Jy ! Component: 100 - total flux cleaned = 0.000567762 Jy ! Component: 150 - total flux cleaned = 0.000337708 Jy ! Component: 200 - total flux cleaned = 0.000186889 Jy ! Total flux subtracted in 200 components = 0.000186889 Jy ! Clean residual min=-0.003624 max=0.005010 Jy/beam ! Clean residual mean=0.000024 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 0.224471 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 177 components and 0.224471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154291Jy sigma=0.000664 ! Fit after self-cal, rms=0.154512Jy sigma=0.000664 ! 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.154512Jy sigma=0.000664 ! Fit after self-cal, rms=0.159783Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.199 mas, bmaj=10.09 mas, bpa=-1.477 degrees ! Estimated noise=1528.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000173179 Jy ! Component: 100 - total flux cleaned = 0.000132713 Jy ! Component: 150 - total flux cleaned = 1.39581e-05 Jy ! Component: 200 - total flux cleaned = -8.88401e-05 Jy ! Total flux subtracted in 200 components = -8.88401e-05 Jy ! Clean residual min=-0.003352 max=0.004310 Jy/beam ! Clean residual mean=0.000008 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.224383 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 191 components and 0.224383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159754Jy sigma=0.000663 ! Fit after self-cal, rms=0.159808Jy sigma=0.000663 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 (45.5, 77.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00263962 Jy ! Component: 100 - total flux cleaned = 0.00248036 Jy ! Component: 150 - total flux cleaned = 0.00248018 Jy ! Component: 200 - total flux cleaned = 0.00254311 Jy ! Total flux subtracted in 200 components = 0.00254311 Jy ! Clean residual min=-0.003509 max=0.003310 Jy/beam ! Clean residual mean=-0.000000 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.226926 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 208 components and 0.226926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159686Jy sigma=0.000662 ! Fit after self-cal, rms=0.159670Jy sigma=0.000662 ! 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.159670Jy sigma=0.000662 ! Fit after self-cal, rms=0.158863Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=10.08 mas, bpa=-1.58 degrees ! Estimated noise=1521.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000381382 Jy ! Component: 100 - total flux cleaned = 0.000267596 Jy ! Component: 150 - total flux cleaned = 0.00021458 Jy ! Component: 200 - total flux cleaned = 0.000117168 Jy ! Total flux subtracted in 200 components = 0.000117168 Jy ! Clean residual min=-0.003426 max=0.003285 Jy/beam ! Clean residual mean=0.000001 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.227043 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 217 components and 0.227043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158814Jy sigma=0.000662 ! Fit after self-cal, rms=0.158806Jy sigma=0.000662 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.00014351 Jy ! Component: 100 - total flux cleaned = -0.000190696 Jy ! Component: 150 - total flux cleaned = -0.000279029 Jy ! Component: 200 - total flux cleaned = -0.000237819 Jy ! Total flux subtracted in 200 components = -0.000237819 Jy ! Clean residual min=-0.003395 max=0.003213 Jy/beam ! Clean residual mean=0.000002 rms=0.000771 Jy/beam ! Combined flux in latest and established models = 0.226805 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 227 components and 0.226805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158774Jy sigma=0.000662 ! Fit after self-cal, rms=0.158774Jy sigma=0.000662 ! 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.158774Jy sigma=0.000662 ! Fit after self-cal, rms=0.158051Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.233 mas, bmaj=24.67 mas, bpa=-2.243 degrees ! Estimated noise=1855.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.98515e-05 Jy ! Component: 100 - total flux cleaned = 4.83671e-05 Jy ! Component: 150 - total flux cleaned = 4.94474e-05 Jy ! Component: 200 - total flux cleaned = 5.04362e-05 Jy ! Total flux subtracted in 200 components = 5.04362e-05 Jy ! Clean residual min=-0.003090 max=0.002921 Jy/beam ! Clean residual mean=-0.000001 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.226856 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 238 components and 0.226856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158037Jy sigma=0.000662 ! Fit after self-cal, rms=0.158026Jy sigma=0.000662 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.85177e-05 Jy ! Component: 100 - total flux cleaned = -3.25258e-05 Jy ! Component: 150 - total flux cleaned = -5.88519e-05 Jy ! Component: 200 - total flux cleaned = -5.95665e-05 Jy ! Total flux subtracted in 200 components = -5.95665e-05 Jy ! Clean residual min=-0.003060 max=0.002875 Jy/beam ! Clean residual mean=-0.000001 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.226796 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 242 components and 0.226796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158015Jy sigma=0.000662 ! Fit after self-cal, rms=0.158015Jy sigma=0.000662 ! 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.189 mas, bmaj=10.08 mas, bpa=-1.604 degrees ! Estimated noise=1519.01 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.189 x 10.08 at -1.604 degrees (North through East) ! Clean map min=-0.0037613 max=0.13052 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.493 mas, bmaj=8.75 mas, bpa=-0.6404 degrees ! Estimated noise=2334.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.106959 Jy ! Component: 100 - total flux cleaned = 0.147553 Jy ! Component: 150 - total flux cleaned = 0.172103 Jy ! Component: 200 - total flux cleaned = 0.188811 Jy ! Total flux subtracted in 200 components = 0.188811 Jy ! Clean residual min=-0.006693 max=0.009083 Jy/beam ! Clean residual mean=-0.000010 rms=0.001951 Jy/beam ! Combined flux in latest and established models = 0.188811 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 48 model components to the UV plane model. ! The established model now contains 48 components and 0.188811 Jy ! Inverting map and beam ! Estimated beam: bmin=3.189 mas, bmaj=10.08 mas, bpa=-1.604 degrees ! Estimated noise=1519.01 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.0163757 Jy ! Component: 100 - total flux cleaned = 0.0246302 Jy ! Component: 150 - total flux cleaned = 0.0299336 Jy ! Component: 200 - total flux cleaned = 0.032418 Jy ! Total flux subtracted in 200 components = 0.032418 Jy ! Clean residual min=-0.003915 max=0.003455 Jy/beam ! Clean residual mean=-0.000014 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.221229 Jy ! Adding 91 model components to the UV plane model. ! The established model now contains 135 components and 0.221229 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.233 mas, bmaj=24.67 mas, bpa=-2.243 degrees ! Estimated noise=1855.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0038876 Jy ! Component: 100 - total flux cleaned = 0.00430538 Jy ! Component: 150 - total flux cleaned = 0.00447256 Jy ! Component: 200 - total flux cleaned = 0.00457519 Jy ! Total flux subtracted in 200 components = 0.00457519 Jy ! Clean residual min=-0.003036 max=0.002840 Jy/beam ! Clean residual mean=-0.000008 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.225804 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.00014463 Jy ! Component: 100 - total flux cleaned = 0.000278714 Jy ! Component: 150 - total flux cleaned = 0.000404065 Jy ! Component: 200 - total flux cleaned = 0.000480095 Jy ! Total flux subtracted in 200 components = 0.000480095 Jy ! Clean residual min=-0.003087 max=0.002792 Jy/beam ! Clean residual mean=-0.000005 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.226284 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 166 components and 0.226284 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.189 mas, bmaj=10.08 mas, bpa=-1.604 degrees ! Estimated noise=1519.01 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.25997e-05 Jy ! Component: 100 - total flux cleaned = -0.000243114 Jy ! Component: 150 - total flux cleaned = -0.000240536 Jy ! Component: 200 - total flux cleaned = -0.000132696 Jy ! Total flux subtracted in 200 components = -0.000132696 Jy ! Clean residual min=-0.003303 max=0.002939 Jy/beam ! Clean residual mean=0.000003 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.226151 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 181 components and 0.226151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158060Jy sigma=0.000662 ! Fit after self-cal, rms=0.158064Jy sigma=0.000662 wmodel J0846-3424_S_2017_05_27_pus_map.mod ! Writing 181 model components to file: J0846-3424_S_2017_05_27_pus_map.mod wobs J0846-3424_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0846-3424_S_2017_05_27_pus_uvs.fits wwins J0846-3424_S_2017_05_27_pus_map.win ! wwins: Wrote 3 windows to J0846-3424_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.000252031 Jy ! Component: 100 - total flux cleaned = 5.74071e-05 Jy ! Component: 150 - total flux cleaned = 0.000446686 Jy ! Component: 200 - total flux cleaned = 0.000818906 Jy ! Component: 250 - total flux cleaned = 0.000998066 Jy ! Component: 300 - total flux cleaned = 0.00112833 Jy ! Component: 350 - total flux cleaned = 0.0010433 Jy ! Component: 400 - total flux cleaned = 0.000799918 Jy ! Component: 450 - total flux cleaned = 0.000602816 Jy ! Component: 500 - total flux cleaned = 0.000333578 Jy ! Component: 550 - total flux cleaned = 0.00010798 Jy ! Component: 600 - total flux cleaned = -3.92951e-05 Jy ! Component: 650 - total flux cleaned = -0.000184094 Jy ! Component: 700 - total flux cleaned = -0.000220011 Jy ! Component: 750 - total flux cleaned = -0.000393319 Jy ! Component: 800 - total flux cleaned = -0.000461663 Jy ! Component: 850 - total flux cleaned = -0.000728414 Jy ! Component: 900 - total flux cleaned = -0.000728029 Jy ! Component: 950 - total flux cleaned = -0.000857553 Jy ! Component: 1000 - total flux cleaned = -0.000953249 Jy ! Component: 1050 - total flux cleaned = -0.000923186 Jy ! Component: 1100 - total flux cleaned = -0.00116963 Jy ! Component: 1150 - total flux cleaned = -0.00110864 Jy ! Component: 1200 - total flux cleaned = -0.00113889 Jy ! Component: 1250 - total flux cleaned = -0.00113922 Jy ! Component: 1300 - total flux cleaned = -0.00119718 Jy ! Component: 1350 - total flux cleaned = -0.00116823 Jy ! Component: 1400 - total flux cleaned = -0.00119691 Jy ! Component: 1450 - total flux cleaned = -0.0013092 Jy ! Component: 1500 - total flux cleaned = -0.00133682 Jy ! Component: 1550 - total flux cleaned = -0.00147344 Jy ! Component: 1600 - total flux cleaned = -0.00139237 Jy ! Component: 1650 - total flux cleaned = -0.0014997 Jy ! Component: 1700 - total flux cleaned = -0.00150003 Jy ! Component: 1750 - total flux cleaned = -0.00157851 Jy ! Component: 1800 - total flux cleaned = -0.00165652 Jy ! Component: 1850 - total flux cleaned = -0.00170767 Jy ! Component: 1900 - total flux cleaned = -0.00173294 Jy ! Component: 1950 - total flux cleaned = -0.00180834 Jy ! Component: 2000 - total flux cleaned = -0.00185831 Jy ! Component: 2050 - total flux cleaned = -0.00190757 Jy ! Component: 2100 - total flux cleaned = -0.00198079 Jy ! Component: 2150 - total flux cleaned = -0.00207757 Jy ! Component: 2200 - total flux cleaned = -0.0021252 Jy ! Component: 2250 - total flux cleaned = -0.00214928 Jy ! Component: 2300 - total flux cleaned = -0.00226683 Jy ! Component: 2350 - total flux cleaned = -0.00231329 Jy ! Component: 2400 - total flux cleaned = -0.00238292 Jy ! Component: 2450 - total flux cleaned = -0.00245179 Jy ! Component: 2500 - total flux cleaned = -0.00254262 Jy ! Component: 2550 - total flux cleaned = -0.00256509 Jy ! Component: 2600 - total flux cleaned = -0.00263234 Jy ! Component: 2650 - total flux cleaned = -0.00274346 Jy ! Component: 2700 - total flux cleaned = -0.00283158 Jy ! Component: 2750 - total flux cleaned = -0.00283148 Jy ! Component: 2800 - total flux cleaned = -0.00289696 Jy ! Component: 2850 - total flux cleaned = -0.00287523 Jy ! Component: 2900 - total flux cleaned = -0.00289687 Jy ! Component: 2950 - total flux cleaned = -0.00296082 Jy ! Component: 3000 - total flux cleaned = -0.0029605 Jy ! Component: 3050 - total flux cleaned = -0.00291823 Jy ! Component: 3100 - total flux cleaned = -0.00296003 Jy ! Component: 3150 - total flux cleaned = -0.00287664 Jy ! Component: 3200 - total flux cleaned = -0.00293885 Jy ! Component: 3250 - total flux cleaned = -0.00291828 Jy ! Component: 3300 - total flux cleaned = -0.00297949 Jy ! Component: 3350 - total flux cleaned = -0.00291836 Jy ! Component: 3400 - total flux cleaned = -0.00297895 Jy ! Component: 3450 - total flux cleaned = -0.00295875 Jy ! Component: 3500 - total flux cleaned = -0.00293869 Jy ! Component: 3550 - total flux cleaned = -0.00289898 Jy ! Component: 3600 - total flux cleaned = -0.0029385 Jy ! Component: 3650 - total flux cleaned = -0.00295819 Jy ! Component: 3700 - total flux cleaned = -0.00291903 Jy ! Component: 3750 - total flux cleaned = -0.0029384 Jy ! Component: 3800 - total flux cleaned = -0.00289985 Jy ! Component: 3850 - total flux cleaned = -0.002919 Jy ! Component: 3900 - total flux cleaned = -0.00293813 Jy ! Component: 3950 - total flux cleaned = -0.00295695 Jy ! Component: 4000 - total flux cleaned = -0.00293788 Jy ! Component: 4050 - total flux cleaned = -0.00291904 Jy ! Total flux subtracted in 4096 components = -0.00286296 Jy ! Clean residual min=-0.001191 max=0.001239 Jy/beam ! Clean residual mean=-0.000004 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.223288 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 457 components and 0.223288 Jy ![Exited script file: muppet] wmap "J0846-3424_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.189 x 10.08 at -1.604 degrees (North through East) ! Clean map min=-0.0033077 max=0.13236 Jy/beam ! Writing clean map to FITS file: J0846-3424_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.132359 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000337263 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.764428 0.764428 1.52886 3.05771 6.11542 12.2308 24.4617 48.9234 97.8468 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.132 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.189 x 10.08 at -1.604 degrees (North through East) ! Clean map min=-0.0033077 max=0.13236 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 J0846-3424_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:02:20 2019