! Started logfile: J2036-2146_S_2017_03_23_pus_uvs.log on Mon May 13 10:08:30 2019 obs J2036-2146_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J2036-2146_S_2017_03_23_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.856349 visibilities/baseline/integration-bin. ! Found source: J2036-2146 ! ! 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 8632 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 J2036-2146_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 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.822205Jy sigma=0.005574 ! Fit after self-cal, rms=0.804511Jy sigma=0.005449 ! 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.47 mas, bmaj=6.842 mas, bpa=-7.243 degrees ! Estimated noise=1680.83 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.152236 Jy ! Component: 100 - total flux cleaned = 0.188397 Jy ! Total flux subtracted in 100 components = 0.188397 Jy ! Clean residual min=-0.008085 max=0.014447 Jy/beam ! Clean residual mean=-0.000043 rms=0.002334 Jy/beam ! Combined flux in latest and established models = 0.188397 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.188397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115897Jy sigma=0.000715 ! Fit after self-cal, rms=0.115866Jy sigma=0.000715 ! Inverting map ! Added new window around map position (-2, 6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0166295 Jy ! Component: 100 - total flux cleaned = 0.0267434 Jy ! Total flux subtracted in 100 components = 0.0267434 Jy ! Clean residual min=-0.006946 max=0.007442 Jy/beam ! Clean residual mean=-0.000032 rms=0.001814 Jy/beam ! Combined flux in latest and established models = 0.215141 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 36 components and 0.215141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112491Jy sigma=0.000692 ! Fit after self-cal, rms=0.112494Jy sigma=0.000692 ! 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.02 mas, bmaj=7.868 mas, bpa=-6.377 degrees ! Estimated noise=1228.56 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.00935783 Jy ! Component: 100 - total flux cleaned = 0.0147329 Jy ! Component: 150 - total flux cleaned = 0.0180578 Jy ! Component: 200 - total flux cleaned = 0.0201601 Jy ! Total flux subtracted in 200 components = 0.0201601 Jy ! Clean residual min=-0.006546 max=0.005940 Jy/beam ! Clean residual mean=-0.000050 rms=0.001597 Jy/beam ! Combined flux in latest and established models = 0.235301 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 67 components and 0.235301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111494Jy sigma=0.000687 ! Fit after self-cal, rms=0.111484Jy sigma=0.000687 ! 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.06 FD 0.99 HN 1.00 KP 1.08 ! LA 1.03 MK 0.95 NL 0.89 OV 1.04 ! PT 0.98 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.01 HN 1.05 KP 0.97 ! LA 0.96 MK 0.97 NL 1.06 OV 1.07 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.04 HN 1.02 KP 0.90 ! LA 0.76 MK 1.02 NL 1.16 OV 0.96 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.08 HN 0.97 KP 1.00* ! LA 0.74 MK 1.19 NL 1.00* OV 1.28 ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.111484Jy sigma=0.000687 ! Fit after self-cal, rms=0.107341Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=7.894 mas, bpa=-6.193 degrees ! Estimated noise=1228.91 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.000585156 Jy ! Component: 100 - total flux cleaned = -0.000923237 Jy ! Component: 150 - total flux cleaned = -0.0010296 Jy ! Component: 200 - total flux cleaned = -0.00112353 Jy ! Total flux subtracted in 200 components = -0.00112353 Jy ! Clean residual min=-0.003037 max=0.003355 Jy/beam ! Clean residual mean=-0.000011 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.234177 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 75 components and 0.234177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107315Jy sigma=0.000666 ! Fit after self-cal, rms=0.107334Jy sigma=0.000666 ! 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.107334Jy sigma=0.000666 ! Fit after self-cal, rms=0.108025Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.024 mas, bmaj=7.905 mas, bpa=-6.15 degrees ! Estimated noise=1228.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000271215 Jy ! Component: 100 - total flux cleaned = -0.00041082 Jy ! Component: 150 - total flux cleaned = -0.000498586 Jy ! Component: 200 - total flux cleaned = -0.000549861 Jy ! Total flux subtracted in 200 components = -0.000549861 Jy ! Clean residual min=-0.002883 max=0.003114 Jy/beam ! Clean residual mean=-0.000006 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.233627 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 81 components and 0.233627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108009Jy sigma=0.000664 ! Fit after self-cal, rms=0.108029Jy sigma=0.000664 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 = -2.92782e-05 Jy ! Component: 100 - total flux cleaned = -0.000125065 Jy ! Component: 150 - total flux cleaned = -0.00016706 Jy ! Component: 200 - total flux cleaned = -0.000205122 Jy ! Total flux subtracted in 200 components = -0.000205122 Jy ! Clean residual min=-0.002842 max=0.003158 Jy/beam ! Clean residual mean=-0.000006 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.233422 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 83 components and 0.233422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108020Jy sigma=0.000664 ! Fit after self-cal, rms=0.108016Jy sigma=0.000664 ! 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.108016Jy sigma=0.000664 ! Fit after self-cal, rms=0.108536Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.024 mas, bmaj=7.913 mas, bpa=-6.114 degrees ! Estimated noise=1228.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000249168 Jy ! Component: 100 - total flux cleaned = -0.000324284 Jy ! Component: 150 - total flux cleaned = -0.000366097 Jy ! Component: 200 - total flux cleaned = -0.000403185 Jy ! Total flux subtracted in 200 components = -0.000403185 Jy ! Clean residual min=-0.002887 max=0.003242 Jy/beam ! Clean residual mean=-0.000005 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.233019 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 92 components and 0.233019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108528Jy sigma=0.000664 ! Fit after self-cal, rms=0.108536Jy sigma=0.000664 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 (-62, -103). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00207351 Jy ! Component: 100 - total flux cleaned = 0.00261612 Jy ! Component: 150 - total flux cleaned = 0.00298117 Jy ! Component: 200 - total flux cleaned = 0.00297935 Jy ! Total flux subtracted in 200 components = 0.00297935 Jy ! Clean residual min=-0.002934 max=0.002623 Jy/beam ! Clean residual mean=-0.000005 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.235998 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 110 components and 0.235998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108433Jy sigma=0.000663 ! Fit after self-cal, rms=0.108428Jy sigma=0.000663 ! 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.108428Jy sigma=0.000663 ! Fit after self-cal, rms=0.108424Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.493 mas, bmaj=16.65 mas, bpa=-0.1323 degrees ! Estimated noise=1574.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000410168 Jy ! Component: 100 - total flux cleaned = -0.000380284 Jy ! Component: 150 - total flux cleaned = -0.00040551 Jy ! Component: 200 - total flux cleaned = -0.000451195 Jy ! Total flux subtracted in 200 components = -0.000451195 Jy ! Clean residual min=-0.003133 max=0.002815 Jy/beam ! Clean residual mean=-0.000011 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.235547 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 122 components and 0.235547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108420Jy sigma=0.000663 ! Fit after self-cal, rms=0.108414Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.61636e-05 Jy ! Component: 100 - total flux cleaned = -7.02907e-05 Jy ! Component: 150 - total flux cleaned = -0.000109239 Jy ! Component: 200 - total flux cleaned = -0.000165296 Jy ! Total flux subtracted in 200 components = -0.000165296 Jy ! Clean residual min=-0.003122 max=0.002821 Jy/beam ! Clean residual mean=-0.000011 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.235382 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 141 components and 0.235382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108416Jy sigma=0.000663 ! Fit after self-cal, rms=0.108411Jy sigma=0.000663 ! 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.023 mas, bmaj=7.917 mas, bpa=-6.082 degrees ! Estimated noise=1226.83 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.023 x 7.917 at -6.082 degrees (North through East) ! Clean map min=-0.0027235 max=0.19504 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.471 mas, bmaj=6.902 mas, bpa=-6.742 degrees ! Estimated noise=1694.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.153093 Jy ! Component: 100 - total flux cleaned = 0.190055 Jy ! Component: 150 - total flux cleaned = 0.20582 Jy ! Component: 200 - total flux cleaned = 0.215228 Jy ! Total flux subtracted in 200 components = 0.215228 Jy ! Clean residual min=-0.005291 max=0.004951 Jy/beam ! Clean residual mean=-0.000013 rms=0.001181 Jy/beam ! Combined flux in latest and established models = 0.215228 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.215228 Jy ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=7.917 mas, bpa=-6.082 degrees ! Estimated noise=1226.83 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.00773139 Jy ! Component: 100 - total flux cleaned = 0.0122153 Jy ! Component: 150 - total flux cleaned = 0.0151048 Jy ! Component: 200 - total flux cleaned = 0.0163254 Jy ! Total flux subtracted in 200 components = 0.0163254 Jy ! Clean residual min=-0.002986 max=0.002701 Jy/beam ! Clean residual mean=-0.000007 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.231553 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 63 components and 0.231553 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.493 mas, bmaj=16.65 mas, bpa=-0.1323 degrees ! Estimated noise=1574.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0018396 Jy ! Component: 100 - total flux cleaned = 0.00213697 Jy ! Component: 150 - total flux cleaned = 0.00243673 Jy ! Component: 200 - total flux cleaned = 0.00264794 Jy ! Total flux subtracted in 200 components = 0.00264794 Jy ! Clean residual min=-0.003185 max=0.003039 Jy/beam ! Clean residual mean=-0.000012 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 0.234201 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.000127404 Jy ! Component: 100 - total flux cleaned = 0.000148694 Jy ! Component: 150 - total flux cleaned = 0.000188707 Jy ! Component: 200 - total flux cleaned = 0.000242679 Jy ! Total flux subtracted in 200 components = 0.000242679 Jy ! Clean residual min=-0.003230 max=0.003006 Jy/beam ! Clean residual mean=-0.000011 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.234444 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 94 components and 0.234444 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=7.917 mas, bpa=-6.082 degrees ! Estimated noise=1226.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000288508 Jy ! Component: 100 - total flux cleaned = -0.000183491 Jy ! Component: 150 - total flux cleaned = -8.89402e-05 Jy ! Component: 200 - total flux cleaned = -4.59878e-05 Jy ! Total flux subtracted in 200 components = -4.59878e-05 Jy ! Clean residual min=-0.002878 max=0.002738 Jy/beam ! Clean residual mean=-0.000005 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.234398 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 109 components and 0.234398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108430Jy sigma=0.000663 ! Fit after self-cal, rms=0.108398Jy sigma=0.000663 wmodel J2036-2146_S_2017_03_23_pus_map.mod ! Writing 109 model components to file: J2036-2146_S_2017_03_23_pus_map.mod wobs J2036-2146_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J2036-2146_S_2017_03_23_pus_uvs.fits wwins J2036-2146_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J2036-2146_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.000607288 Jy ! Component: 100 - total flux cleaned = -0.000933536 Jy ! Component: 150 - total flux cleaned = -0.00102089 Jy ! Component: 200 - total flux cleaned = -0.00119234 Jy ! Component: 250 - total flux cleaned = -0.00139825 Jy ! Component: 300 - total flux cleaned = -0.00143831 Jy ! Component: 350 - total flux cleaned = -0.00143835 Jy ! Component: 400 - total flux cleaned = -0.00136328 Jy ! Component: 450 - total flux cleaned = -0.00147356 Jy ! Component: 500 - total flux cleaned = -0.00150873 Jy ! Component: 550 - total flux cleaned = -0.00157871 Jy ! Component: 600 - total flux cleaned = -0.00171644 Jy ! Component: 650 - total flux cleaned = -0.00181829 Jy ! Component: 700 - total flux cleaned = -0.00185148 Jy ! Component: 750 - total flux cleaned = -0.00191705 Jy ! Component: 800 - total flux cleaned = -0.00198133 Jy ! Component: 850 - total flux cleaned = -0.00220109 Jy ! Component: 900 - total flux cleaned = -0.00217002 Jy ! Component: 950 - total flux cleaned = -0.00232286 Jy ! Component: 1000 - total flux cleaned = -0.00235241 Jy ! Component: 1050 - total flux cleaned = -0.00241162 Jy ! Component: 1100 - total flux cleaned = -0.00244022 Jy ! Component: 1150 - total flux cleaned = -0.0025269 Jy ! Component: 1200 - total flux cleaned = -0.00247006 Jy ! Component: 1250 - total flux cleaned = -0.00258345 Jy ! Component: 1300 - total flux cleaned = -0.00261112 Jy ! Component: 1350 - total flux cleaned = -0.00272068 Jy ! Component: 1400 - total flux cleaned = -0.00269335 Jy ! Component: 1450 - total flux cleaned = -0.00269362 Jy ! Component: 1500 - total flux cleaned = -0.00272011 Jy ! Component: 1550 - total flux cleaned = -0.00272011 Jy ! Component: 1600 - total flux cleaned = -0.00274619 Jy ! Component: 1650 - total flux cleaned = -0.00279748 Jy ! Component: 1700 - total flux cleaned = -0.00282257 Jy ! Component: 1750 - total flux cleaned = -0.00277256 Jy ! Component: 1800 - total flux cleaned = -0.00279741 Jy ! Component: 1850 - total flux cleaned = -0.00279747 Jy ! Component: 1900 - total flux cleaned = -0.00279738 Jy ! Component: 1950 - total flux cleaned = -0.00284496 Jy ! Component: 2000 - total flux cleaned = -0.00270295 Jy ! Component: 2050 - total flux cleaned = -0.00272628 Jy ! Component: 2100 - total flux cleaned = -0.00267997 Jy ! Component: 2150 - total flux cleaned = -0.00261091 Jy ! Component: 2200 - total flux cleaned = -0.00254223 Jy ! Component: 2250 - total flux cleaned = -0.00249723 Jy ! Component: 2300 - total flux cleaned = -0.00240793 Jy ! Component: 2350 - total flux cleaned = -0.0023416 Jy ! Component: 2400 - total flux cleaned = -0.00231963 Jy ! Component: 2450 - total flux cleaned = -0.00223311 Jy ! Component: 2500 - total flux cleaned = -0.00214714 Jy ! Component: 2550 - total flux cleaned = -0.00201974 Jy ! Component: 2600 - total flux cleaned = -0.00199868 Jy ! Component: 2650 - total flux cleaned = -0.00193603 Jy ! Component: 2700 - total flux cleaned = -0.00187392 Jy ! Component: 2750 - total flux cleaned = -0.00185318 Jy ! Component: 2800 - total flux cleaned = -0.00175152 Jy ! Component: 2850 - total flux cleaned = -0.00183218 Jy ! Component: 2900 - total flux cleaned = -0.00167218 Jy ! Component: 2950 - total flux cleaned = -0.00173204 Jy ! Component: 3000 - total flux cleaned = -0.00163361 Jy ! Component: 3050 - total flux cleaned = -0.00167249 Jy ! Component: 3100 - total flux cleaned = -0.00161452 Jy ! Component: 3150 - total flux cleaned = -0.00165291 Jy ! Component: 3200 - total flux cleaned = -0.00159557 Jy ! Component: 3250 - total flux cleaned = -0.00161449 Jy ! Component: 3300 - total flux cleaned = -0.00161458 Jy ! Component: 3350 - total flux cleaned = -0.00159594 Jy ! Component: 3400 - total flux cleaned = -0.00166984 Jy ! Component: 3450 - total flux cleaned = -0.00159655 Jy ! Component: 3500 - total flux cleaned = -0.00159665 Jy ! Component: 3550 - total flux cleaned = -0.00163289 Jy ! Component: 3600 - total flux cleaned = -0.00159709 Jy ! Component: 3650 - total flux cleaned = -0.00163272 Jy ! Component: 3700 - total flux cleaned = -0.00163256 Jy ! Component: 3750 - total flux cleaned = -0.00161492 Jy ! Component: 3800 - total flux cleaned = -0.00166728 Jy ! Component: 3850 - total flux cleaned = -0.00166705 Jy ! Component: 3900 - total flux cleaned = -0.00164996 Jy ! Component: 3950 - total flux cleaned = -0.00164981 Jy ! Component: 4000 - total flux cleaned = -0.00171765 Jy ! Component: 4050 - total flux cleaned = -0.00175144 Jy ! Total flux subtracted in 4096 components = -0.00173465 Jy ! Clean residual min=-0.001013 max=0.001057 Jy/beam ! Clean residual mean=-0.000000 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.232663 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 391 components and 0.232663 Jy ![Exited script file: muppet] wmap "J2036-2146_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.023 x 7.917 at -6.082 degrees (North through East) ! Clean map min=-0.0025523 max=0.19518 Jy/beam ! Writing clean map to FITS file: J2036-2146_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.195182 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000305491 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.469548 0.469548 0.939096 1.87819 3.75638 7.51277 15.0255 30.0511 60.1022 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.195 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.023 x 7.917 at -6.082 degrees (North through East) ! Clean map min=-0.0025523 max=0.19518 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 J2036-2146_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:08:34 2019