! Started logfile: /image_prod/ug002_uva//J0612-4337_S_dfm.log on Wed Mar 4 21:12:46 2020 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /image_prod/ug002_uva//J0612-4337_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0612-4337_S_uva.fits ! AN table 1: 38 integrations on 21 of 21 possible baselines. ! AN table 2: 38 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.989348 visibilities/baseline/integration-bin. ! Found source: J0612-4337 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 4737 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 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 ![@/opt64/bin/pima_mupet_01.dfm J0612-4337_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! 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 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.036959Jy sigma=5.445091 ! Fit after self-cal, rms=0.793188Jy sigma=4.085262 ! 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.425 mas, bmaj=8.938 mas, bpa=8.061 degrees ! Estimated noise=3.25103 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.158163 Jy ! Component: 100 - total flux cleaned = 0.203339 Jy ! Total flux subtracted in 100 components = 0.203339 Jy ! Clean residual min=-0.015604 max=0.026383 Jy/beam ! Clean residual mean=-0.000186 rms=0.004276 Jy/beam ! Combined flux in latest and established models = 0.203339 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.203339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107451Jy sigma=0.518514 ! Fit after self-cal, rms=0.107388Jy sigma=0.518019 ! Inverting map ! Added new window around map position (3, 13.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0257813 Jy ! Component: 100 - total flux cleaned = 0.0389444 Jy ! Total flux subtracted in 100 components = 0.0389444 Jy ! Clean residual min=-0.009745 max=0.010453 Jy/beam ! Clean residual mean=-0.000030 rms=0.002677 Jy/beam ! Combined flux in latest and established models = 0.242284 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 42 components and 0.242284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101219Jy sigma=0.472552 ! Fit after self-cal, rms=0.101109Jy sigma=0.470853 ! 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.325 mas, bmaj=10.95 mas, bpa=6.58 degrees ! Estimated noise=2.00597 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.0101397 Jy ! Component: 100 - total flux cleaned = 0.0148864 Jy ! Component: 150 - total flux cleaned = 0.0173046 Jy ! Component: 200 - total flux cleaned = 0.0175684 Jy ! Total flux subtracted in 200 components = 0.0175684 Jy ! Clean residual min=-0.007562 max=0.006405 Jy/beam ! Clean residual mean=0.000075 rms=0.001819 Jy/beam ! Combined flux in latest and established models = 0.259852 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 64 components and 0.259852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100285Jy sigma=0.464929 ! Fit after self-cal, rms=0.100332Jy sigma=0.464641 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.325 x 10.95 at 6.58 degrees (North through East) ! Clean map min=-0.0076136 max=0.19377 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.95 LA 1.03 NL 1.34 ! OV 0.97 PT 0.96 SC 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.92 KP 0.98 LA 1.05 MK 0.98 ! OV 0.99 PT 0.98 SC 1.10 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 0.99 LA 1.01 NL 1.24 ! OV 1.01 PT 0.98 SC 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.94 KP 0.99 LA 1.04 MK 1.05 ! OV 1.01 PT 1.02 SC 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 0.97 LA 0.98 NL 1.06 ! OV 0.96 PT 0.98 SC 1.09 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.91 KP 1.00 LA 1.04 MK 0.98 ! OV 0.99 PT 1.02 SC 1.04 ! ! ! Fit before self-cal, rms=0.100332Jy sigma=0.464641 ! Fit after self-cal, rms=0.103658Jy sigma=0.457981 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.323 mas, bmaj=10.94 mas, bpa=6.563 degrees ! Estimated noise=2.01688 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.00160099 Jy ! Component: 100 - total flux cleaned = -0.00153046 Jy ! Component: 150 - total flux cleaned = -0.00147257 Jy ! Component: 200 - total flux cleaned = -0.00147416 Jy ! Total flux subtracted in 200 components = -0.00147416 Jy ! Clean residual min=-0.005436 max=0.004043 Jy/beam ! Clean residual mean=0.000001 rms=0.001095 Jy/beam ! Combined flux in latest and established models = 0.258378 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 81 components and 0.258378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103558Jy sigma=0.457530 ! Fit after self-cal, rms=0.103623Jy sigma=0.457388 ! 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. ! ! Fit before self-cal, rms=0.103623Jy sigma=0.457388 ! Fit after self-cal, rms=0.104734Jy sigma=0.457338 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.331 mas, bmaj=10.97 mas, bpa=6.567 degrees ! Estimated noise=2.02238 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00116303 Jy ! Component: 100 - total flux cleaned = -0.00116277 Jy ! Component: 150 - total flux cleaned = -0.00115708 Jy ! Component: 200 - total flux cleaned = -0.0011934 Jy ! Total flux subtracted in 200 components = -0.0011934 Jy ! Clean residual min=-0.005319 max=0.003951 Jy/beam ! Clean residual mean=-0.000002 rms=0.001044 Jy/beam ! Combined flux in latest and established models = 0.257185 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.257185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104678Jy sigma=0.457079 ! Fit after self-cal, rms=0.104669Jy sigma=0.457036 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.00037676 Jy ! Component: 100 - total flux cleaned = -0.000413989 Jy ! Component: 150 - total flux cleaned = -0.000448626 Jy ! Component: 200 - total flux cleaned = -0.000480647 Jy ! Total flux subtracted in 200 components = -0.000480647 Jy ! Clean residual min=-0.005253 max=0.003905 Jy/beam ! Clean residual mean=-0.000005 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 0.256704 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 89 components and 0.256704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104643Jy sigma=0.456909 ! Fit after self-cal, rms=0.104633Jy sigma=0.456896 ! 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. ! ! Fit before self-cal, rms=0.104633Jy sigma=0.456896 ! Fit after self-cal, rms=0.105643Jy sigma=0.456850 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.336 mas, bmaj=10.99 mas, bpa=6.56 degrees ! Estimated noise=2.02524 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000812029 Jy ! Component: 100 - total flux cleaned = -0.00081207 Jy ! Component: 150 - total flux cleaned = -0.000844202 Jy ! Component: 200 - total flux cleaned = -0.000874434 Jy ! Total flux subtracted in 200 components = -0.000874434 Jy ! Clean residual min=-0.005132 max=0.003866 Jy/beam ! Clean residual mean=-0.000005 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.25583 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 97 components and 0.25583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105613Jy sigma=0.456712 ! Fit after self-cal, rms=0.105613Jy sigma=0.456693 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.000250354 Jy ! Component: 100 - total flux cleaned = -0.000280997 Jy ! Component: 150 - total flux cleaned = -0.000280149 Jy ! Component: 200 - total flux cleaned = -0.000307959 Jy ! Total flux subtracted in 200 components = -0.000307959 Jy ! Clean residual min=-0.005073 max=0.003837 Jy/beam ! Clean residual mean=-0.000007 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.255522 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 103 components and 0.255522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105596Jy sigma=0.456613 ! Fit after self-cal, rms=0.105588Jy sigma=0.456607 ! 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. ! ! Fit before self-cal, rms=0.105588Jy sigma=0.456607 ! Fit after self-cal, rms=0.106253Jy sigma=0.456577 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.1 mas, bmaj=35.62 mas, bpa=1.461 degrees ! Estimated noise=2.37347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00114034 Jy ! Component: 100 - total flux cleaned = -0.00113977 Jy ! Component: 150 - total flux cleaned = -0.00114053 Jy ! Component: 200 - total flux cleaned = -0.00115615 Jy ! Total flux subtracted in 200 components = -0.00115615 Jy ! Clean residual min=-0.004985 max=0.002907 Jy/beam ! Clean residual mean=-0.000017 rms=0.001149 Jy/beam ! Combined flux in latest and established models = 0.254365 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 109 components and 0.254366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106247Jy sigma=0.456539 ! Fit after self-cal, rms=0.106240Jy sigma=0.456483 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.000388947 Jy ! Component: 100 - total flux cleaned = -0.000392789 Jy ! Component: 150 - total flux cleaned = -0.000395213 Jy ! Component: 200 - total flux cleaned = -0.000396923 Jy ! Total flux subtracted in 200 components = -0.000396923 Jy ! Clean residual min=-0.004864 max=0.002838 Jy/beam ! Clean residual mean=-0.000021 rms=0.001128 Jy/beam ! Combined flux in latest and established models = 0.253969 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 110 components and 0.253969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106242Jy sigma=0.456469 ! Fit after self-cal, rms=0.106236Jy sigma=0.456455 ! 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.338 mas, bmaj=10.99 mas, bpa=6.56 degrees ! Estimated noise=2.02576 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.338 x 10.99 at 6.56 degrees (North through East) ! Clean map min=-0.0046527 max=0.19913 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.433 mas, bmaj=8.932 mas, bpa=7.977 degrees ! Estimated noise=3.28192 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.159165 Jy ! Component: 100 - total flux cleaned = 0.20561 Jy ! Component: 150 - total flux cleaned = 0.22895 Jy ! Component: 200 - total flux cleaned = 0.241594 Jy ! Total flux subtracted in 200 components = 0.241594 Jy ! Clean residual min=-0.008506 max=0.007652 Jy/beam ! Clean residual mean=-0.000061 rms=0.002199 Jy/beam ! Combined flux in latest and established models = 0.241594 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.241594 Jy ! Inverting map and beam ! Estimated beam: bmin=3.338 mas, bmaj=10.99 mas, bpa=6.56 degrees ! Estimated noise=2.02576 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.00882037 Jy ! Component: 100 - total flux cleaned = 0.0119744 Jy ! Component: 150 - total flux cleaned = 0.0122565 Jy ! Component: 200 - total flux cleaned = 0.0123121 Jy ! Total flux subtracted in 200 components = 0.0123121 Jy ! Clean residual min=-0.004791 max=0.003996 Jy/beam ! Clean residual mean=-0.000012 rms=0.001005 Jy/beam ! Combined flux in latest and established models = 0.253906 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 53 components and 0.253906 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=10.1 mas, bmaj=35.62 mas, bpa=1.461 degrees ! Estimated noise=2.37347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000232702 Jy ! Component: 100 - total flux cleaned = -0.000233436 Jy ! Component: 150 - total flux cleaned = -0.000231818 Jy ! Component: 200 - total flux cleaned = -0.000231237 Jy ! Total flux subtracted in 200 components = -0.000231237 Jy ! Clean residual min=-0.004891 max=0.002825 Jy/beam ! Clean residual mean=-0.000024 rms=0.001164 Jy/beam ! Combined flux in latest and established models = 0.253675 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 = -3.11834e-07 Jy ! Component: 100 - total flux cleaned = -7.86486e-07 Jy ! Component: 150 - total flux cleaned = -1.61086e-05 Jy ! Component: 200 - total flux cleaned = -1.67223e-05 Jy ! Total flux subtracted in 200 components = -1.67223e-05 Jy ! Clean residual min=-0.004825 max=0.002756 Jy/beam ! Clean residual mean=-0.000025 rms=0.001152 Jy/beam ! Combined flux in latest and established models = 0.253658 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 61 components and 0.253658 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.338 mas, bmaj=10.99 mas, bpa=6.56 degrees ! Estimated noise=2.02576 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.12144e-05 Jy ! Component: 100 - total flux cleaned = -6.5429e-05 Jy ! Component: 150 - total flux cleaned = -6.67789e-05 Jy ! Component: 200 - total flux cleaned = -6.457e-05 Jy ! Total flux subtracted in 200 components = -6.457e-05 Jy ! Clean residual min=-0.004618 max=0.003731 Jy/beam ! Clean residual mean=-0.000014 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.253593 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 75 components and 0.253593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106275Jy sigma=0.456596 ! Fit after self-cal, rms=0.106233Jy sigma=0.456573 wmodel J0612-4337_S_map.mod ! Writing 75 model components to file: J0612-4337_S_map.mod wobs J0612-4337_S_uvs.fits ! Writing UV FITS file: J0612-4337_S_uvs.fits wwins J0612-4337_S_map.win ! wwins: Wrote 2 windows to J0612-4337_S_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.00149436 Jy ! Component: 100 - total flux cleaned = -0.00219426 Jy ! Component: 150 - total flux cleaned = -0.00303909 Jy ! Component: 200 - total flux cleaned = -0.0036541 Jy ! Component: 250 - total flux cleaned = -0.00370363 Jy ! Component: 300 - total flux cleaned = -0.00370559 Jy ! Component: 350 - total flux cleaned = -0.00379133 Jy ! Component: 400 - total flux cleaned = -0.003832 Jy ! Component: 450 - total flux cleaned = -0.00387083 Jy ! Component: 500 - total flux cleaned = -0.00390755 Jy ! Component: 550 - total flux cleaned = -0.00394525 Jy ! Component: 600 - total flux cleaned = -0.00401658 Jy ! Component: 650 - total flux cleaned = -0.00411923 Jy ! Component: 700 - total flux cleaned = -0.00415254 Jy ! Component: 750 - total flux cleaned = -0.00421705 Jy ! Component: 800 - total flux cleaned = -0.00431129 Jy ! Component: 850 - total flux cleaned = -0.00428186 Jy ! Component: 900 - total flux cleaned = -0.00428275 Jy ! Component: 950 - total flux cleaned = -0.00437108 Jy ! Component: 1000 - total flux cleaned = -0.00437058 Jy ! Component: 1050 - total flux cleaned = -0.0043422 Jy ! Component: 1100 - total flux cleaned = -0.00428684 Jy ! Component: 1150 - total flux cleaned = -0.00423259 Jy ! Component: 1200 - total flux cleaned = -0.00420585 Jy ! Component: 1250 - total flux cleaned = -0.00423129 Jy ! Component: 1300 - total flux cleaned = -0.00420512 Jy ! Component: 1350 - total flux cleaned = -0.00425519 Jy ! Component: 1400 - total flux cleaned = -0.00432972 Jy ! Component: 1450 - total flux cleaned = -0.0044029 Jy ! Component: 1500 - total flux cleaned = -0.00433108 Jy ! Component: 1550 - total flux cleaned = -0.00442603 Jy ! Component: 1600 - total flux cleaned = -0.00447291 Jy ! Component: 1650 - total flux cleaned = -0.00456561 Jy ! Component: 1700 - total flux cleaned = -0.00458835 Jy ! Component: 1750 - total flux cleaned = -0.00465653 Jy ! Component: 1800 - total flux cleaned = -0.00467897 Jy ! Component: 1850 - total flux cleaned = -0.00472349 Jy ! Component: 1900 - total flux cleaned = -0.00476776 Jy ! Component: 1950 - total flux cleaned = -0.00481162 Jy ! Component: 2000 - total flux cleaned = -0.00483336 Jy ! Component: 2050 - total flux cleaned = -0.00483363 Jy ! Component: 2100 - total flux cleaned = -0.00481259 Jy ! Component: 2150 - total flux cleaned = -0.0048339 Jy ! Component: 2200 - total flux cleaned = -0.00487573 Jy ! Component: 2250 - total flux cleaned = -0.00483422 Jy ! Component: 2300 - total flux cleaned = -0.00481347 Jy ! Component: 2350 - total flux cleaned = -0.00481337 Jy ! Component: 2400 - total flux cleaned = -0.00475236 Jy ! Component: 2450 - total flux cleaned = -0.00477259 Jy ! Component: 2500 - total flux cleaned = -0.00473236 Jy ! Component: 2550 - total flux cleaned = -0.0047125 Jy ! Component: 2600 - total flux cleaned = -0.00479207 Jy ! Component: 2650 - total flux cleaned = -0.00483175 Jy ! Component: 2700 - total flux cleaned = -0.00485157 Jy ! Component: 2750 - total flux cleaned = -0.00487119 Jy ! Component: 2800 - total flux cleaned = -0.0048907 Jy ! Component: 2850 - total flux cleaned = -0.00491021 Jy ! Component: 2900 - total flux cleaned = -0.00489083 Jy ! Component: 2950 - total flux cleaned = -0.00492974 Jy ! Component: 3000 - total flux cleaned = -0.00498791 Jy ! Component: 3050 - total flux cleaned = -0.0050072 Jy ! Component: 3100 - total flux cleaned = -0.00504578 Jy ! Component: 3150 - total flux cleaned = -0.00506502 Jy ! Component: 3200 - total flux cleaned = -0.00512261 Jy ! Component: 3250 - total flux cleaned = -0.00518013 Jy ! Component: 3300 - total flux cleaned = -0.00514187 Jy ! Component: 3350 - total flux cleaned = -0.00514183 Jy ! Component: 3400 - total flux cleaned = -0.00512275 Jy ! Component: 3450 - total flux cleaned = -0.00516103 Jy ! Component: 3500 - total flux cleaned = -0.00519924 Jy ! Component: 3550 - total flux cleaned = -0.00514195 Jy ! Component: 3600 - total flux cleaned = -0.00510376 Jy ! Component: 3650 - total flux cleaned = -0.00514186 Jy ! Component: 3700 - total flux cleaned = -0.00512283 Jy ! Component: 3750 - total flux cleaned = -0.00512293 Jy ! Component: 3800 - total flux cleaned = -0.0051229 Jy ! Component: 3850 - total flux cleaned = -0.00510379 Jy ! Component: 3900 - total flux cleaned = -0.00514192 Jy ! Component: 3950 - total flux cleaned = -0.00516101 Jy ! Component: 4000 - total flux cleaned = -0.00519936 Jy ! Component: 4050 - total flux cleaned = -0.00516104 Jy ! Total flux subtracted in 4096 components = -0.00521864 Jy ! Clean residual min=-0.001157 max=0.001076 Jy/beam ! Clean residual mean=0.000002 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.248375 Jy keep ! Adding 236 model components to the UV plane model. ! The established model now contains 311 components and 0.248375 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0612-4337_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.338 x 10.99 at 6.56 degrees (North through East) ! Clean map min=-0.0025896 max=0.20475 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0612-4337_S_map.fits wmodel /image_prod/ug002_uva//J0612-4337_S_map.mod ! Writing 311 model components to file: /image_prod/ug002_uva//J0612-4337_S_map.mod wobs /image_prod/ug002_uva//J0612-4337_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0612-4337_S_uvs.fits wwins /image_prod/ug002_uva//J0612-4337_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0612-4337_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.204754 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000386017 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.565583 0.565583 1.13117 2.26233 4.52467 9.04933 18.0987 36.1973 72.3947 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.204 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 530.425 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0612-4337_S_dfm.log closed on Wed Mar 4 21:12:50 2020