! Started logfile: /image_prod/ug002_uva//J2219-2719_S_dfm.log on Thu Mar 5 05:37:43 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//J2219-2719_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2219-2719_S_uva.fits ! AN table 1: 50 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.992889 visibilities/baseline/integration-bin. ! Found source: J2219-2719 ! ! 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 6702 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 J2219-2719_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.027466Jy sigma=6.367752 ! Fit after self-cal, rms=0.841077Jy sigma=5.122334 ! 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.408 mas, bmaj=6.793 mas, bpa=-3.353 degrees ! Estimated noise=2.17042 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.12252 Jy ! Component: 100 - total flux cleaned = 0.167784 Jy ! Total flux subtracted in 100 components = 0.167784 Jy ! Clean residual min=-0.010368 max=0.024152 Jy/beam ! Clean residual mean=-0.000140 rms=0.003545 Jy/beam ! Combined flux in latest and established models = 0.167784 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.167784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103184Jy sigma=0.584848 ! Fit after self-cal, rms=0.102795Jy sigma=0.583139 ! Inverting map ! Added new window around map position (-3.5, 7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0258573 Jy ! Component: 100 - total flux cleaned = 0.0415311 Jy ! Total flux subtracted in 100 components = 0.0415311 Jy ! Clean residual min=-0.009219 max=0.015571 Jy/beam ! Clean residual mean=-0.000083 rms=0.002534 Jy/beam ! Combined flux in latest and established models = 0.209315 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.209315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096094Jy sigma=0.518731 ! Fit after self-cal, rms=0.095922Jy sigma=0.516588 ! 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.077 mas, bmaj=8.113 mas, bpa=-3.495 degrees ! Estimated noise=1.44398 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.0149192 Jy ! Component: 100 - total flux cleaned = 0.0227706 Jy ! Component: 150 - total flux cleaned = 0.0273387 Jy ! Component: 200 - total flux cleaned = 0.0288328 Jy ! Total flux subtracted in 200 components = 0.0288328 Jy ! Clean residual min=-0.010792 max=0.010382 Jy/beam ! Clean residual mean=-0.000047 rms=0.002561 Jy/beam ! Combined flux in latest and established models = 0.238148 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 30 components and 0.238148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093853Jy sigma=0.498877 ! Fit after self-cal, rms=0.093841Jy sigma=0.497790 ! 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.077 x 8.113 at -3.495 degrees (North through East) ! Clean map min=-0.010175 max=0.15529 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.97 HN 1.28 KP 0.99 ! LA 1.01 MK 1.02 NL 0.96 OV 0.87 ! PT 0.99 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.32 FD 0.96 HN 1.30 KP 1.08 ! LA 0.98 MK 1.04 NL 0.93 OV 0.86 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.97 HN 1.30 KP 1.06 ! LA 1.02 MK 1.07 NL 0.88 OV 0.85 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.093841Jy sigma=0.497790 ! Fit after self-cal, rms=0.103291Jy sigma=0.477738 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.108 mas, bmaj=8.096 mas, bpa=-2.697 degrees ! Estimated noise=1.46946 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.000393823 Jy ! Component: 100 - total flux cleaned = -0.00092533 Jy ! Component: 150 - total flux cleaned = -0.00122849 Jy ! Component: 200 - total flux cleaned = -0.00129631 Jy ! Total flux subtracted in 200 components = -0.00129631 Jy ! Clean residual min=-0.006264 max=0.007365 Jy/beam ! Clean residual mean=-0.000023 rms=0.002039 Jy/beam ! Combined flux in latest and established models = 0.236852 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 44 components and 0.236852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103059Jy sigma=0.477100 ! Fit after self-cal, rms=0.103270Jy sigma=0.476800 ! 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.103270Jy sigma=0.476800 ! Fit after self-cal, rms=0.124313Jy sigma=0.461410 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.104 mas, bmaj=8.098 mas, bpa=-2.961 degrees ! Estimated noise=1.50059 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000672703 Jy ! Component: 100 - total flux cleaned = 0.000695451 Jy ! Component: 150 - total flux cleaned = 0.000523673 Jy ! Component: 200 - total flux cleaned = 0.000367669 Jy ! Total flux subtracted in 200 components = 0.000367669 Jy ! Clean residual min=-0.004611 max=0.006001 Jy/beam ! Clean residual mean=-0.000018 rms=0.001403 Jy/beam ! Combined flux in latest and established models = 0.237219 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 60 components and 0.23722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.124114Jy sigma=0.460261 ! Fit after self-cal, rms=0.124308Jy sigma=0.460133 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.000473044 Jy ! Component: 100 - total flux cleaned = -0.000602796 Jy ! Component: 150 - total flux cleaned = -0.000780617 Jy ! Component: 200 - total flux cleaned = -0.00088791 Jy ! Total flux subtracted in 200 components = -0.00088791 Jy ! Clean residual min=-0.004652 max=0.005803 Jy/beam ! Clean residual mean=-0.000019 rms=0.001382 Jy/beam ! Combined flux in latest and established models = 0.236332 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 69 components and 0.236332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.124243Jy sigma=0.459650 ! Fit after self-cal, rms=0.124205Jy sigma=0.459624 ! 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.124205Jy sigma=0.459624 ! Fit after self-cal, rms=0.139398Jy sigma=0.454460 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.108 mas, bmaj=8.097 mas, bpa=-2.973 degrees ! Estimated noise=1.50237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00133825 Jy ! Component: 100 - total flux cleaned = -0.00157805 Jy ! Component: 150 - total flux cleaned = -0.00168262 Jy ! Component: 200 - total flux cleaned = -0.00182397 Jy ! Total flux subtracted in 200 components = -0.00182397 Jy ! Clean residual min=-0.004435 max=0.006396 Jy/beam ! Clean residual mean=-0.000026 rms=0.001161 Jy/beam ! Combined flux in latest and established models = 0.234508 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.234508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139312Jy sigma=0.454083 ! Fit after self-cal, rms=0.139308Jy sigma=0.453982 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 (23, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00608701 Jy ! Component: 100 - total flux cleaned = 0.00933965 Jy ! Component: 150 - total flux cleaned = 0.0105492 Jy ! Component: 200 - total flux cleaned = 0.0114214 Jy ! Total flux subtracted in 200 components = 0.0114214 Jy ! Clean residual min=-0.004019 max=0.003662 Jy/beam ! Clean residual mean=-0.000002 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.245929 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 102 components and 0.245929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139059Jy sigma=0.450547 ! Fit after self-cal, rms=0.139027Jy sigma=0.450240 ! 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.139027Jy sigma=0.450240 ! Fit after self-cal, rms=0.142750Jy sigma=0.449714 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.03 mas, bmaj=20.5 mas, bpa=0.8548 degrees ! Estimated noise=1.81884 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00274976 Jy ! Component: 100 - total flux cleaned = 0.0035752 Jy ! Component: 150 - total flux cleaned = 0.00429004 Jy ! Component: 200 - total flux cleaned = 0.00481899 Jy ! Total flux subtracted in 200 components = 0.00481899 Jy ! Clean residual min=-0.003296 max=0.003250 Jy/beam ! Clean residual mean=-0.000008 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.250748 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 115 components and 0.250748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.142698Jy sigma=0.449130 ! Fit after self-cal, rms=0.142656Jy sigma=0.448969 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 = 7.64407e-05 Jy ! Component: 100 - total flux cleaned = 0.000519811 Jy ! Component: 150 - total flux cleaned = 0.000869495 Jy ! Component: 200 - total flux cleaned = 0.00107507 Jy ! Total flux subtracted in 200 components = 0.00107507 Jy ! Clean residual min=-0.003176 max=0.003170 Jy/beam ! Clean residual mean=-0.000002 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.251823 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 122 components and 0.251823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.142646Jy sigma=0.448903 ! Fit after self-cal, rms=0.142615Jy sigma=0.448843 ! 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.109 mas, bmaj=8.092 mas, bpa=-2.923 degrees ! Estimated noise=1.49853 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.109 x 8.092 at -2.923 degrees (North through East) ! Clean map min=-0.0034393 max=0.16342 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.422 mas, bmaj=6.74 mas, bpa=-2.811 degrees ! Estimated noise=2.24693 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126184 Jy ! Component: 100 - total flux cleaned = 0.173135 Jy ! Component: 150 - total flux cleaned = 0.198241 Jy ! Component: 200 - total flux cleaned = 0.212569 Jy ! Total flux subtracted in 200 components = 0.212569 Jy ! Clean residual min=-0.006499 max=0.008925 Jy/beam ! Clean residual mean=-0.000059 rms=0.001597 Jy/beam ! Combined flux in latest and established models = 0.212569 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.212569 Jy ! Inverting map and beam ! Estimated beam: bmin=3.109 mas, bmaj=8.092 mas, bpa=-2.923 degrees ! Estimated noise=1.49853 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.0108736 Jy ! Component: 100 - total flux cleaned = 0.0180878 Jy ! Component: 150 - total flux cleaned = 0.0233939 Jy ! Component: 200 - total flux cleaned = 0.0273877 Jy ! Total flux subtracted in 200 components = 0.0273877 Jy ! Clean residual min=-0.004171 max=0.004015 Jy/beam ! Clean residual mean=-0.000027 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.239957 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 48 components and 0.239957 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.03 mas, bmaj=20.5 mas, bpa=0.8548 degrees ! Estimated noise=1.81884 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00499998 Jy ! Component: 100 - total flux cleaned = 0.00816072 Jy ! Component: 150 - total flux cleaned = 0.00922892 Jy ! Component: 200 - total flux cleaned = 0.00996544 Jy ! Total flux subtracted in 200 components = 0.00996544 Jy ! Clean residual min=-0.003264 max=0.003331 Jy/beam ! Clean residual mean=-0.000010 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.249922 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.000573303 Jy ! Component: 100 - total flux cleaned = 0.000985605 Jy ! Component: 150 - total flux cleaned = 0.00131737 Jy ! Component: 200 - total flux cleaned = 0.00146021 Jy ! Total flux subtracted in 200 components = 0.00146021 Jy ! Clean residual min=-0.003038 max=0.003143 Jy/beam ! Clean residual mean=-0.000004 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.251382 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 68 components and 0.251382 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.109 mas, bmaj=8.092 mas, bpa=-2.923 degrees ! Estimated noise=1.49853 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000875453 Jy ! Component: 100 - total flux cleaned = -0.000871606 Jy ! Component: 150 - total flux cleaned = -0.000928323 Jy ! Component: 200 - total flux cleaned = -0.00097931 Jy ! Total flux subtracted in 200 components = -0.00097931 Jy ! Clean residual min=-0.003894 max=0.003183 Jy/beam ! Clean residual mean=-0.000004 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.250403 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 83 components and 0.250403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.142578Jy sigma=0.448919 ! Fit after self-cal, rms=0.142507Jy sigma=0.448816 wmodel J2219-2719_S_map.mod ! Writing 83 model components to file: J2219-2719_S_map.mod wobs J2219-2719_S_uvs.fits ! Writing UV FITS file: J2219-2719_S_uvs.fits wwins J2219-2719_S_map.win ! wwins: Wrote 3 windows to J2219-2719_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.000562201 Jy ! Component: 100 - total flux cleaned = -0.000835832 Jy ! Component: 150 - total flux cleaned = -0.00104179 Jy ! Component: 200 - total flux cleaned = -0.000847745 Jy ! Component: 250 - total flux cleaned = -0.000710109 Jy ! Component: 300 - total flux cleaned = -0.000754906 Jy ! Component: 350 - total flux cleaned = -0.000668672 Jy ! Component: 400 - total flux cleaned = -0.000751456 Jy ! Component: 450 - total flux cleaned = -0.000710865 Jy ! Component: 500 - total flux cleaned = -0.000751081 Jy ! Component: 550 - total flux cleaned = -0.00082743 Jy ! Component: 600 - total flux cleaned = -0.000939682 Jy ! Component: 650 - total flux cleaned = -0.00101209 Jy ! Component: 700 - total flux cleaned = -0.00115393 Jy ! Component: 750 - total flux cleaned = -0.00125797 Jy ! Component: 800 - total flux cleaned = -0.00129239 Jy ! Component: 850 - total flux cleaned = -0.00132645 Jy ! Component: 900 - total flux cleaned = -0.00152344 Jy ! Component: 950 - total flux cleaned = -0.00158708 Jy ! Component: 1000 - total flux cleaned = -0.00177688 Jy ! Component: 1050 - total flux cleaned = -0.00180741 Jy ! Component: 1100 - total flux cleaned = -0.00183815 Jy ! Component: 1150 - total flux cleaned = -0.00192883 Jy ! Component: 1200 - total flux cleaned = -0.00195914 Jy ! Component: 1250 - total flux cleaned = -0.00213468 Jy ! Component: 1300 - total flux cleaned = -0.0021921 Jy ! Component: 1350 - total flux cleaned = -0.00222003 Jy ! Component: 1400 - total flux cleaned = -0.00222 Jy ! Component: 1450 - total flux cleaned = -0.00230342 Jy ! Component: 1500 - total flux cleaned = -0.0023582 Jy ! Component: 1550 - total flux cleaned = -0.00241198 Jy ! Component: 1600 - total flux cleaned = -0.00243899 Jy ! Component: 1650 - total flux cleaned = -0.00246543 Jy ! Component: 1700 - total flux cleaned = -0.0025432 Jy ! Component: 1750 - total flux cleaned = -0.00254321 Jy ! Component: 1800 - total flux cleaned = -0.00264485 Jy ! Component: 1850 - total flux cleaned = -0.00269513 Jy ! Component: 1900 - total flux cleaned = -0.00276922 Jy ! Component: 1950 - total flux cleaned = -0.0027691 Jy ! Component: 2000 - total flux cleaned = -0.00284189 Jy ! Component: 2050 - total flux cleaned = -0.00284178 Jy ! Component: 2100 - total flux cleaned = -0.00281804 Jy ! Component: 2150 - total flux cleaned = -0.00277123 Jy ! Component: 2200 - total flux cleaned = -0.00288739 Jy ! Component: 2250 - total flux cleaned = -0.00288729 Jy ! Component: 2300 - total flux cleaned = -0.00290976 Jy ! Component: 2350 - total flux cleaned = -0.00293234 Jy ! Component: 2400 - total flux cleaned = -0.00295465 Jy ! Component: 2450 - total flux cleaned = -0.0029988 Jy ! Component: 2500 - total flux cleaned = -0.00304267 Jy ! Component: 2550 - total flux cleaned = -0.00310744 Jy ! Component: 2600 - total flux cleaned = -0.0031292 Jy ! Component: 2650 - total flux cleaned = -0.00321389 Jy ! Component: 2700 - total flux cleaned = -0.00325608 Jy ! Component: 2750 - total flux cleaned = -0.00323507 Jy ! Component: 2800 - total flux cleaned = -0.00325564 Jy ! Component: 2850 - total flux cleaned = -0.00327633 Jy ! Component: 2900 - total flux cleaned = -0.00327657 Jy ! Component: 2950 - total flux cleaned = -0.00331684 Jy ! Component: 3000 - total flux cleaned = -0.0034166 Jy ! Component: 3050 - total flux cleaned = -0.0033768 Jy ! Component: 3100 - total flux cleaned = -0.00339621 Jy ! Component: 3150 - total flux cleaned = -0.0033572 Jy ! Component: 3200 - total flux cleaned = -0.00339586 Jy ! Component: 3250 - total flux cleaned = -0.00337672 Jy ! Component: 3300 - total flux cleaned = -0.00330059 Jy ! Component: 3350 - total flux cleaned = -0.00337623 Jy ! Component: 3400 - total flux cleaned = -0.00335754 Jy ! Component: 3450 - total flux cleaned = -0.00335742 Jy ! Component: 3500 - total flux cleaned = -0.00335724 Jy ! Component: 3550 - total flux cleaned = -0.00330223 Jy ! Component: 3600 - total flux cleaned = -0.00330226 Jy ! Component: 3650 - total flux cleaned = -0.00330235 Jy ! Component: 3700 - total flux cleaned = -0.00328422 Jy ! Component: 3750 - total flux cleaned = -0.00332011 Jy ! Component: 3800 - total flux cleaned = -0.00328474 Jy ! Component: 3850 - total flux cleaned = -0.00337263 Jy ! Component: 3900 - total flux cleaned = -0.00333751 Jy ! Component: 3950 - total flux cleaned = -0.00325081 Jy ! Component: 4000 - total flux cleaned = -0.00325097 Jy ! Component: 4050 - total flux cleaned = -0.0032338 Jy ! Total flux subtracted in 4096 components = -0.00319977 Jy ! Clean residual min=-0.001020 max=0.001128 Jy/beam ! Clean residual mean=0.000001 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.247203 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 386 components and 0.247203 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2219-2719_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.109 x 8.092 at -2.923 degrees (North through East) ! Clean map min=-0.0022883 max=0.16793 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2219-2719_S_map.fits wmodel /image_prod/ug002_uva//J2219-2719_S_map.mod ! Writing 386 model components to file: /image_prod/ug002_uva//J2219-2719_S_map.mod wobs /image_prod/ug002_uva//J2219-2719_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2219-2719_S_uvs.fits wwins /image_prod/ug002_uva//J2219-2719_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J2219-2719_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.167933 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000310243 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.554227 0.554227 1.10845 2.21691 4.43381 8.86762 17.7352 35.4705 70.941 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.167 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 541.294 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2219-2719_S_dfm.log closed on Thu Mar 5 05:37:47 2020