! Started logfile: /image_prod/ug002_uva//J1244-2633_S_dfm.log on Thu Mar 5 00:48:27 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//J1244-2633_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1244-2633_S_uva.fits ! AN table 1: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.994444 visibilities/baseline/integration-bin. ! Found source: J1244-2633 ! ! 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 40 lines of history. ! ! Reading 4296 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 J1244-2633_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.015381Jy sigma=6.686533 ! Fit after self-cal, rms=0.883772Jy sigma=5.790067 ! 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.957 mas, bmaj=12.64 mas, bpa=-21.15 degrees ! Estimated noise=2.37264 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.0940788 Jy ! Component: 100 - total flux cleaned = 0.115873 Jy ! Total flux subtracted in 100 components = 0.115873 Jy ! Clean residual min=-0.006275 max=0.008416 Jy/beam ! Clean residual mean=0.000003 rms=0.001729 Jy/beam ! Combined flux in latest and established models = 0.115873 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.115873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091243Jy sigma=0.482293 ! Fit after self-cal, rms=0.090835Jy sigma=0.480872 ! 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.556 mas, bmaj=14.4 mas, bpa=-19.93 degrees ! Estimated noise=1.71487 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.00924236 Jy ! Component: 100 - total flux cleaned = 0.0133846 Jy ! Component: 150 - total flux cleaned = 0.0138757 Jy ! Component: 200 - total flux cleaned = 0.0138774 Jy ! Total flux subtracted in 200 components = 0.0138774 Jy ! Clean residual min=-0.004839 max=0.004405 Jy/beam ! Clean residual mean=0.000027 rms=0.001227 Jy/beam ! Combined flux in latest and established models = 0.12975 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 26 components and 0.12975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089779Jy sigma=0.473971 ! Fit after self-cal, rms=0.089837Jy sigma=0.473896 ! 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.556 x 14.4 at -19.93 degrees (North through East) ! Clean map min=-0.0047712 max=0.12047 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 1.09 KP 1.00 ! LA 1.00 MK 0.96 NL 0.89 OV 1.01 ! PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 0.96 HN 1.11 KP 0.99 ! LA 1.06 MK 0.98 NL 0.98 OV 0.94 ! PT 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.94 HN 1.13 KP 1.01 ! LA 1.06 MK 0.98 NL 0.89 OV 1.00 ! PT 1.07 ! ! ! Fit before self-cal, rms=0.089837Jy sigma=0.473896 ! Fit after self-cal, rms=0.092063Jy sigma=0.470197 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.551 mas, bmaj=14.52 mas, bpa=-20.29 degrees ! Estimated noise=1.72035 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.00043243 Jy ! Component: 100 - total flux cleaned = -0.000528839 Jy ! Component: 150 - total flux cleaned = -0.000611342 Jy ! Component: 200 - total flux cleaned = -0.0006115 Jy ! Total flux subtracted in 200 components = -0.0006115 Jy ! Clean residual min=-0.004414 max=0.003915 Jy/beam ! Clean residual mean=0.000011 rms=0.001091 Jy/beam ! Combined flux in latest and established models = 0.129139 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 38 components and 0.129139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091962Jy sigma=0.470018 ! Fit after self-cal, rms=0.092029Jy sigma=0.469916 ! 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.092029Jy sigma=0.469916 ! Fit after self-cal, rms=0.091462Jy sigma=0.464742 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.546 mas, bmaj=14.66 mas, bpa=-20.54 degrees ! Estimated noise=1.72812 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000162944 Jy ! Component: 100 - total flux cleaned = -0.000204793 Jy ! Component: 150 - total flux cleaned = -0.000278391 Jy ! Component: 200 - total flux cleaned = -0.000312332 Jy ! Total flux subtracted in 200 components = -0.000312332 Jy ! Clean residual min=-0.003509 max=0.003395 Jy/beam ! Clean residual mean=0.000013 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.128826 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 56 components and 0.128826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091400Jy sigma=0.464562 ! Fit after self-cal, rms=0.091435Jy sigma=0.464497 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.000182303 Jy ! Component: 100 - total flux cleaned = -0.000209064 Jy ! Component: 150 - total flux cleaned = -0.000261019 Jy ! Component: 200 - total flux cleaned = -0.000308875 Jy ! Total flux subtracted in 200 components = -0.000308875 Jy ! Clean residual min=-0.003417 max=0.003400 Jy/beam ! Clean residual mean=0.000013 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.128517 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 63 components and 0.128517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091407Jy sigma=0.464422 ! Fit after self-cal, rms=0.091394Jy sigma=0.464416 ! 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.091394Jy sigma=0.464416 ! Fit after self-cal, rms=0.092581Jy sigma=0.464118 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.548 mas, bmaj=14.69 mas, bpa=-20.66 degrees ! Estimated noise=1.72925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000289978 Jy ! Component: 100 - total flux cleaned = -0.000356447 Jy ! Component: 150 - total flux cleaned = -0.000445921 Jy ! Component: 200 - total flux cleaned = -0.000526045 Jy ! Total flux subtracted in 200 components = -0.000526045 Jy ! Clean residual min=-0.003404 max=0.003337 Jy/beam ! Clean residual mean=0.000012 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.127991 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 69 components and 0.127991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092543Jy sigma=0.464031 ! Fit after self-cal, rms=0.092538Jy sigma=0.464024 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.34816e-05 Jy ! Component: 100 - total flux cleaned = -0.000121008 Jy ! Component: 150 - total flux cleaned = -0.000183958 Jy ! Component: 200 - total flux cleaned = -0.000223634 Jy ! Total flux subtracted in 200 components = -0.000223634 Jy ! Clean residual min=-0.003335 max=0.003352 Jy/beam ! Clean residual mean=0.000011 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.127768 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 76 components and 0.127768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092515Jy sigma=0.463988 ! Fit after self-cal, rms=0.092505Jy sigma=0.463985 ! 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.092505Jy sigma=0.463985 ! Fit after self-cal, rms=0.093414Jy sigma=0.463954 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.291 mas, bmaj=23.79 mas, bpa=-8.855 degrees ! Estimated noise=2.00241 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000124174 Jy ! Component: 100 - total flux cleaned = -0.000124653 Jy ! Component: 150 - total flux cleaned = -0.000154904 Jy ! Component: 200 - total flux cleaned = -0.000168812 Jy ! Total flux subtracted in 200 components = -0.000168812 Jy ! Clean residual min=-0.003554 max=0.003808 Jy/beam ! Clean residual mean=0.000019 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.127599 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 92 components and 0.127599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093410Jy sigma=0.463921 ! Fit after self-cal, rms=0.093416Jy sigma=0.463916 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.5406e-05 Jy ! Component: 100 - total flux cleaned = -6.28297e-05 Jy ! Component: 150 - total flux cleaned = -8.50169e-05 Jy ! Component: 200 - total flux cleaned = -0.000105805 Jy ! Total flux subtracted in 200 components = -0.000105805 Jy ! Clean residual min=-0.003553 max=0.003799 Jy/beam ! Clean residual mean=0.000019 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.127493 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 95 components and 0.127493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093413Jy sigma=0.463899 ! Fit after self-cal, rms=0.093411Jy sigma=0.463895 ! 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.547 mas, bmaj=14.72 mas, bpa=-20.74 degrees ! Estimated noise=1.73017 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.547 x 14.72 at -20.74 degrees (North through East) ! Clean map min=-0.0032114 max=0.12222 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.95 mas, bmaj=12.83 mas, bpa=-21.95 degrees ! Estimated noise=2.38896 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0947042 Jy ! Component: 100 - total flux cleaned = 0.115577 Jy ! Component: 150 - total flux cleaned = 0.122364 Jy ! Component: 200 - total flux cleaned = 0.125642 Jy ! Total flux subtracted in 200 components = 0.125642 Jy ! Clean residual min=-0.004675 max=0.004361 Jy/beam ! Clean residual mean=0.000006 rms=0.001074 Jy/beam ! Combined flux in latest and established models = 0.125642 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.125642 Jy ! Inverting map and beam ! Estimated beam: bmin=3.547 mas, bmaj=14.72 mas, bpa=-20.74 degrees ! Estimated noise=1.73017 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.00158314 Jy ! Component: 100 - total flux cleaned = 0.00193055 Jy ! Component: 150 - total flux cleaned = 0.00198613 Jy ! Component: 200 - total flux cleaned = 0.00208148 Jy ! Total flux subtracted in 200 components = 0.00208148 Jy ! Clean residual min=-0.003583 max=0.003259 Jy/beam ! Clean residual mean=0.000011 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.127724 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 47 components and 0.127724 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.291 mas, bmaj=23.79 mas, bpa=-8.855 degrees ! Estimated noise=2.00241 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000189975 Jy ! Component: 100 - total flux cleaned = 0.000298174 Jy ! Component: 150 - total flux cleaned = 0.00038503 Jy ! Component: 200 - total flux cleaned = 0.000404253 Jy ! Total flux subtracted in 200 components = 0.000404253 Jy ! Clean residual min=-0.003567 max=0.003816 Jy/beam ! Clean residual mean=0.000021 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.128128 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 = -1.75464e-05 Jy ! Component: 100 - total flux cleaned = -3.40273e-05 Jy ! Component: 150 - total flux cleaned = -5.02792e-05 Jy ! Component: 200 - total flux cleaned = -6.56274e-05 Jy ! Total flux subtracted in 200 components = -6.56274e-05 Jy ! Clean residual min=-0.003543 max=0.003825 Jy/beam ! Clean residual mean=0.000021 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 0.128062 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 62 components and 0.128062 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.547 mas, bmaj=14.72 mas, bpa=-20.74 degrees ! Estimated noise=1.73017 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000208571 Jy ! Component: 100 - total flux cleaned = -0.000173696 Jy ! Component: 150 - total flux cleaned = -0.000204493 Jy ! Component: 200 - total flux cleaned = -0.000232618 Jy ! Total flux subtracted in 200 components = -0.000232618 Jy ! Clean residual min=-0.003380 max=0.003316 Jy/beam ! Clean residual mean=0.000012 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.12783 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.12783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093410Jy sigma=0.464073 ! Fit after self-cal, rms=0.093372Jy sigma=0.464052 wmodel J1244-2633_S_map.mod ! Writing 69 model components to file: J1244-2633_S_map.mod wobs J1244-2633_S_uvs.fits ! Writing UV FITS file: J1244-2633_S_uvs.fits wwins J1244-2633_S_map.win ! wwins: Wrote 1 windows to J1244-2633_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 = 5.13084e-06 Jy ! Component: 100 - total flux cleaned = -4.72739e-05 Jy ! Component: 150 - total flux cleaned = -9.58593e-05 Jy ! Component: 200 - total flux cleaned = -0.000188276 Jy ! Component: 250 - total flux cleaned = -0.000411308 Jy ! Component: 300 - total flux cleaned = -0.000623609 Jy ! Component: 350 - total flux cleaned = -0.000827436 Jy ! Component: 400 - total flux cleaned = -0.000984532 Jy ! Component: 450 - total flux cleaned = -0.00106087 Jy ! Component: 500 - total flux cleaned = -0.00109805 Jy ! Component: 550 - total flux cleaned = -0.00116983 Jy ! Component: 600 - total flux cleaned = -0.00134424 Jy ! Component: 650 - total flux cleaned = -0.00148028 Jy ! Component: 700 - total flux cleaned = -0.00164616 Jy ! Component: 750 - total flux cleaned = -0.00171095 Jy ! Component: 800 - total flux cleaned = -0.00180516 Jy ! Component: 850 - total flux cleaned = -0.00180543 Jy ! Component: 900 - total flux cleaned = -0.00183585 Jy ! Component: 950 - total flux cleaned = -0.00195526 Jy ! Component: 1000 - total flux cleaned = -0.00192587 Jy ! Component: 1050 - total flux cleaned = -0.00186849 Jy ! Component: 1100 - total flux cleaned = -0.00195302 Jy ! Component: 1150 - total flux cleaned = -0.0020636 Jy ! Component: 1200 - total flux cleaned = -0.0020091 Jy ! Component: 1250 - total flux cleaned = -0.00211705 Jy ! Component: 1300 - total flux cleaned = -0.00217012 Jy ! Component: 1350 - total flux cleaned = -0.00224789 Jy ! Component: 1400 - total flux cleaned = -0.00232417 Jy ! Component: 1450 - total flux cleaned = -0.0024248 Jy ! Component: 1500 - total flux cleaned = -0.00252354 Jy ! Component: 1550 - total flux cleaned = -0.00244964 Jy ! Component: 1600 - total flux cleaned = -0.00254618 Jy ! Component: 1650 - total flux cleaned = -0.00261788 Jy ! Component: 1700 - total flux cleaned = -0.00266498 Jy ! Component: 1750 - total flux cleaned = -0.00268858 Jy ! Component: 1800 - total flux cleaned = -0.00280385 Jy ! Component: 1850 - total flux cleaned = -0.00289507 Jy ! Component: 1900 - total flux cleaned = -0.00296239 Jy ! Component: 1950 - total flux cleaned = -0.00307366 Jy ! Component: 2000 - total flux cleaned = -0.00311757 Jy ! Component: 2050 - total flux cleaned = -0.00316105 Jy ! Component: 2100 - total flux cleaned = -0.00326853 Jy ! Component: 2150 - total flux cleaned = -0.00335379 Jy ! Component: 2200 - total flux cleaned = -0.00345902 Jy ! Component: 2250 - total flux cleaned = -0.00352126 Jy ! Component: 2300 - total flux cleaned = -0.0035832 Jy ! Component: 2350 - total flux cleaned = -0.00368499 Jy ! Component: 2400 - total flux cleaned = -0.00372545 Jy ! Component: 2450 - total flux cleaned = -0.00380523 Jy ! Component: 2500 - total flux cleaned = -0.00382483 Jy ! Component: 2550 - total flux cleaned = -0.00392263 Jy ! Component: 2600 - total flux cleaned = -0.00392279 Jy ! Component: 2650 - total flux cleaned = -0.00396148 Jy ! Component: 2700 - total flux cleaned = -0.00401852 Jy ! Component: 2750 - total flux cleaned = -0.00405617 Jy ! Component: 2800 - total flux cleaned = -0.00416795 Jy ! Component: 2850 - total flux cleaned = -0.00414939 Jy ! Component: 2900 - total flux cleaned = -0.00424075 Jy ! Component: 2950 - total flux cleaned = -0.00425877 Jy ! Component: 3000 - total flux cleaned = -0.0043305 Jy ! Component: 3050 - total flux cleaned = -0.00433055 Jy ! Component: 3100 - total flux cleaned = -0.00436566 Jy ! Component: 3150 - total flux cleaned = -0.00447087 Jy ! Component: 3200 - total flux cleaned = -0.00452275 Jy ! Component: 3250 - total flux cleaned = -0.00460885 Jy ! Component: 3300 - total flux cleaned = -0.00471143 Jy ! Component: 3350 - total flux cleaned = -0.00472813 Jy ! Component: 3400 - total flux cleaned = -0.00477854 Jy ! Component: 3450 - total flux cleaned = -0.00487837 Jy ! Component: 3500 - total flux cleaned = -0.00496076 Jy ! Component: 3550 - total flux cleaned = -0.00497705 Jy ! Component: 3600 - total flux cleaned = -0.00504215 Jy ! Component: 3650 - total flux cleaned = -0.00509043 Jy ! Component: 3700 - total flux cleaned = -0.00515435 Jy ! Component: 3750 - total flux cleaned = -0.00521783 Jy ! Component: 3800 - total flux cleaned = -0.00529662 Jy ! Component: 3850 - total flux cleaned = -0.00535904 Jy ! Component: 3900 - total flux cleaned = -0.00542122 Jy ! Component: 3950 - total flux cleaned = -0.00551367 Jy ! Component: 4000 - total flux cleaned = -0.00559023 Jy ! Component: 4050 - total flux cleaned = -0.00566631 Jy ! Total flux subtracted in 4096 components = -0.00572655 Jy ! Clean residual min=-0.000925 max=0.000882 Jy/beam ! Clean residual mean=-0.000003 rms=0.000279 Jy/beam ! Combined flux in latest and established models = 0.122103 Jy keep ! Adding 238 model components to the UV plane model. ! The established model now contains 307 components and 0.122103 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1244-2633_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.547 x 14.72 at -20.74 degrees (North through East) ! Clean map min=-0.0034255 max=0.12238 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1244-2633_S_map.fits wmodel /image_prod/ug002_uva//J1244-2633_S_map.mod ! Writing 307 model components to file: /image_prod/ug002_uva//J1244-2633_S_map.mod wobs /image_prod/ug002_uva//J1244-2633_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1244-2633_S_uvs.fits wwins /image_prod/ug002_uva//J1244-2633_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1244-2633_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.122381 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000273511 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.670473 0.670473 1.34095 2.68189 5.36378 10.7276 21.4551 42.9102 85.8205 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.122 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 447.445 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1244-2633_S_dfm.log closed on Thu Mar 5 00:48:30 2020