! Started logfile: /image_prod/ug002_uva//J1323-3849_S_dfm.log on Thu Mar 5 01:12:06 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//J1323-3849_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1323-3849_S_uva.fits ! AN table 1: 30 integrations on 15 of 15 possible baselines. ! AN table 2: 30 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.996296 visibilities/baseline/integration-bin. ! Found source: J1323-3849 ! ! 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 3228 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 J1323-3849_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.046286Jy sigma=5.874618 ! Fit after self-cal, rms=0.775076Jy sigma=4.280172 ! 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=3.341 mas, bmaj=33.96 mas, bpa=-13.79 degrees ! Estimated noise=3.48118 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.181629 Jy ! Component: 100 - total flux cleaned = 0.233057 Jy ! Total flux subtracted in 100 components = 0.233057 Jy ! Clean residual min=-0.013372 max=0.022464 Jy/beam ! Clean residual mean=-0.000328 rms=0.004801 Jy/beam ! Combined flux in latest and established models = 0.233057 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.233057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.102755Jy sigma=0.529021 ! Fit after self-cal, rms=0.102684Jy sigma=0.528388 ! 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=4.155 mas, bmaj=36.78 mas, bpa=-12.64 degrees ! Estimated noise=2.26865 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.0284804 Jy ! Component: 100 - total flux cleaned = 0.0424841 Jy ! Component: 150 - total flux cleaned = 0.050347 Jy ! Component: 200 - total flux cleaned = 0.0556561 Jy ! Total flux subtracted in 200 components = 0.0556561 Jy ! Clean residual min=-0.008749 max=0.011296 Jy/beam ! Clean residual mean=-0.000167 rms=0.002679 Jy/beam ! Combined flux in latest and established models = 0.288713 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 92 components and 0.288713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.095863Jy sigma=0.476160 ! Fit after self-cal, rms=0.095847Jy sigma=0.475910 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.155 x 36.78 at -12.64 degrees (North through East) ! Clean map min=-0.0086778 max=0.225 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! KP 1.01 LA 1.00 MK 0.97 NL 1.03 ! OV 0.95 PT 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.95 HN 1.21 KP 1.01 LA 0.97 ! NL 1.03 OV 1.02 PT 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! KP 1.05 LA 0.97 MK 1.04 NL 1.01 ! OV 0.90 PT 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.96 HN 1.12 KP 1.01 LA 0.96 ! NL 1.00 OV 1.00 PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! KP 1.01 LA 1.04 MK 1.05 NL 0.99 ! OV 0.92 PT 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.02 HN 1.06 KP 1.00 LA 0.97 ! NL 0.98 OV 0.99 PT 1.02 ! ! ! Fit before self-cal, rms=0.095847Jy sigma=0.475910 ! Fit after self-cal, rms=0.098371Jy sigma=0.470951 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.214 mas, bmaj=36.56 mas, bpa=-12.75 degrees ! Estimated noise=2.26198 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.000813756 Jy ! Component: 100 - total flux cleaned = 0.00101328 Jy ! Component: 150 - total flux cleaned = 0.00110019 Jy ! Component: 200 - total flux cleaned = 0.00133533 Jy ! Total flux subtracted in 200 components = 0.00133533 Jy ! Clean residual min=-0.008146 max=0.011431 Jy/beam ! Clean residual mean=-0.000134 rms=0.002336 Jy/beam ! Combined flux in latest and established models = 0.290049 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 115 components and 0.290049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098190Jy sigma=0.469920 ! Fit after self-cal, rms=0.098240Jy sigma=0.469804 ! 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.098240Jy sigma=0.469804 ! Fit after self-cal, rms=0.098513Jy sigma=0.469764 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.221 mas, bmaj=36.53 mas, bpa=-12.76 degrees ! Estimated noise=2.2614 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.05076e-05 Jy ! Component: 100 - total flux cleaned = 4.36577e-05 Jy ! Component: 150 - total flux cleaned = 0.000237781 Jy ! Component: 200 - total flux cleaned = 0.000299186 Jy ! Total flux subtracted in 200 components = 0.000299186 Jy ! Clean residual min=-0.007715 max=0.011081 Jy/beam ! Clean residual mean=-0.000138 rms=0.002285 Jy/beam ! Combined flux in latest and established models = 0.290348 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 142 components and 0.290348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098412Jy sigma=0.469223 ! Fit after self-cal, rms=0.098410Jy sigma=0.469180 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 (37, -13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00977678 Jy ! Component: 100 - total flux cleaned = 0.0153628 Jy ! Component: 150 - total flux cleaned = 0.0195231 Jy ! Component: 200 - total flux cleaned = 0.0223372 Jy ! Total flux subtracted in 200 components = 0.0223372 Jy ! Clean residual min=-0.005053 max=0.005203 Jy/beam ! Clean residual mean=-0.000066 rms=0.001448 Jy/beam ! Combined flux in latest and established models = 0.312685 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 218 components and 0.312685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097393Jy sigma=0.461242 ! Fit after self-cal, rms=0.097304Jy sigma=0.460924 ! 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.097304Jy sigma=0.460924 ! Fit after self-cal, rms=0.096852Jy sigma=0.460424 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.227 mas, bmaj=36.66 mas, bpa=-12.77 degrees ! Estimated noise=2.24238 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00386173 Jy ! Component: 100 - total flux cleaned = 0.00663948 Jy ! Component: 150 - total flux cleaned = 0.00777391 Jy ! Component: 200 - total flux cleaned = 0.00867896 Jy ! Total flux subtracted in 200 components = 0.00867896 Jy ! Clean residual min=-0.004130 max=0.004299 Jy/beam ! Clean residual mean=-0.000012 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 0.321364 Jy selfcal ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 281 components and 0.321364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096642Jy sigma=0.458772 ! Fit after self-cal, rms=0.096621Jy sigma=0.458683 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.00155436 Jy ! Component: 100 - total flux cleaned = 0.00242094 Jy ! Component: 150 - total flux cleaned = 0.00300624 Jy ! Component: 200 - total flux cleaned = 0.00372331 Jy ! Total flux subtracted in 200 components = 0.00372331 Jy ! Clean residual min=-0.004031 max=0.003794 Jy/beam ! Clean residual mean=0.000004 rms=0.001124 Jy/beam ! Combined flux in latest and established models = 0.325087 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 318 components and 0.325087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096533Jy sigma=0.458094 ! Fit after self-cal, rms=0.096523Jy sigma=0.458069 ! 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.096523Jy sigma=0.458069 ! Fit after self-cal, rms=0.096188Jy sigma=0.457918 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.929 mas, bmaj=49.18 mas, bpa=-7.515 degrees ! Estimated noise=2.41797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00249826 Jy ! Component: 100 - total flux cleaned = 0.00380558 Jy ! Component: 150 - total flux cleaned = 0.00426644 Jy ! Component: 200 - total flux cleaned = 0.00462737 Jy ! Total flux subtracted in 200 components = 0.00462737 Jy ! Clean residual min=-0.004384 max=0.003986 Jy/beam ! Clean residual mean=0.000031 rms=0.001265 Jy/beam ! Combined flux in latest and established models = 0.329715 Jy selfcal ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 352 components and 0.329715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096159Jy sigma=0.457422 ! Fit after self-cal, rms=0.096150Jy sigma=0.457395 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.000667281 Jy ! Component: 100 - total flux cleaned = 0.000802225 Jy ! Component: 150 - total flux cleaned = 0.000843995 Jy ! Component: 200 - total flux cleaned = 0.000883364 Jy ! Total flux subtracted in 200 components = 0.000883364 Jy ! Clean residual min=-0.004124 max=0.003620 Jy/beam ! Clean residual mean=0.000037 rms=0.001226 Jy/beam ! Combined flux in latest and established models = 0.330598 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 378 components and 0.330598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096122Jy sigma=0.457217 ! Fit after self-cal, rms=0.096120Jy sigma=0.457206 ! 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=4.226 mas, bmaj=36.71 mas, bpa=-12.77 degrees ! Estimated noise=2.23722 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.226 x 36.71 at -12.77 degrees (North through East) ! Clean map min=-0.0038155 max=0.22363 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=3.381 mas, bmaj=34 mas, bpa=-13.95 degrees ! Estimated noise=3.4603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.180261 Jy ! Component: 100 - total flux cleaned = 0.228388 Jy ! Component: 150 - total flux cleaned = 0.250957 Jy ! Component: 200 - total flux cleaned = 0.264647 Jy ! Total flux subtracted in 200 components = 0.264647 Jy ! Clean residual min=-0.008646 max=0.008863 Jy/beam ! Clean residual mean=-0.000180 rms=0.002633 Jy/beam ! Combined flux in latest and established models = 0.264647 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 55 model components to the UV plane model. ! The established model now contains 55 components and 0.264647 Jy ! Inverting map and beam ! Estimated beam: bmin=4.226 mas, bmaj=36.71 mas, bpa=-12.77 degrees ! Estimated noise=2.23722 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.0113119 Jy ! Component: 100 - total flux cleaned = 0.0196658 Jy ! Component: 150 - total flux cleaned = 0.0262784 Jy ! Component: 200 - total flux cleaned = 0.0316876 Jy ! Total flux subtracted in 200 components = 0.0316876 Jy ! Clean residual min=-0.006104 max=0.006989 Jy/beam ! Clean residual mean=-0.000128 rms=0.001767 Jy/beam ! Combined flux in latest and established models = 0.296334 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 142 components and 0.296334 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.929 mas, bmaj=49.18 mas, bpa=-7.515 degrees ! Estimated noise=2.41797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00627193 Jy ! Component: 100 - total flux cleaned = 0.0111449 Jy ! Component: 150 - total flux cleaned = 0.0152372 Jy ! Component: 200 - total flux cleaned = 0.0187628 Jy ! Total flux subtracted in 200 components = 0.0187628 Jy ! Clean residual min=-0.005710 max=0.006220 Jy/beam ! Clean residual mean=-0.000069 rms=0.001649 Jy/beam ! Combined flux in latest and established models = 0.315097 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.003045 Jy ! Component: 100 - total flux cleaned = 0.00567954 Jy ! Component: 150 - total flux cleaned = 0.00753145 Jy ! Component: 200 - total flux cleaned = 0.0086989 Jy ! Total flux subtracted in 200 components = 0.0086989 Jy ! Clean residual min=-0.005178 max=0.005081 Jy/beam ! Clean residual mean=-0.000018 rms=0.001428 Jy/beam ! Combined flux in latest and established models = 0.323796 Jy ! Adding 122 model components to the UV plane model. ! The established model now contains 252 components and 0.323796 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.226 mas, bmaj=36.71 mas, bpa=-12.77 degrees ! Estimated noise=2.23722 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00114067 Jy ! Component: 100 - total flux cleaned = 0.00212842 Jy ! Component: 150 - total flux cleaned = 0.0026958 Jy ! Component: 200 - total flux cleaned = 0.00321819 Jy ! Total flux subtracted in 200 components = 0.00321819 Jy ! Clean residual min=-0.003843 max=0.004147 Jy/beam ! Clean residual mean=0.000004 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.327014 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 277 components and 0.327014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096213Jy sigma=0.457889 ! Fit after self-cal, rms=0.096219Jy sigma=0.457830 wmodel J1323-3849_S_map.mod ! Writing 277 model components to file: J1323-3849_S_map.mod wobs J1323-3849_S_uvs.fits ! Writing UV FITS file: J1323-3849_S_uvs.fits wwins J1323-3849_S_map.win ! wwins: Wrote 2 windows to J1323-3849_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.000160248 Jy ! Component: 100 - total flux cleaned = -0.00100979 Jy ! Component: 150 - total flux cleaned = -0.00122979 Jy ! Component: 200 - total flux cleaned = -0.00133045 Jy ! Component: 250 - total flux cleaned = -0.00137698 Jy ! Component: 300 - total flux cleaned = -0.00116211 Jy ! Component: 350 - total flux cleaned = -0.00100142 Jy ! Component: 400 - total flux cleaned = -0.000887879 Jy ! Component: 450 - total flux cleaned = -0.000815229 Jy ! Component: 500 - total flux cleaned = -0.000848662 Jy ! Component: 550 - total flux cleaned = -0.000879599 Jy ! Component: 600 - total flux cleaned = -0.00100587 Jy ! Component: 650 - total flux cleaned = -0.0011584 Jy ! Component: 700 - total flux cleaned = -0.00133493 Jy ! Component: 750 - total flux cleaned = -0.00170474 Jy ! Component: 800 - total flux cleaned = -0.00200766 Jy ! Component: 850 - total flux cleaned = -0.00222276 Jy ! Component: 900 - total flux cleaned = -0.00248458 Jy ! Component: 950 - total flux cleaned = -0.00266348 Jy ! Component: 1000 - total flux cleaned = -0.00288878 Jy ! Component: 1050 - total flux cleaned = -0.00308402 Jy ! Component: 1100 - total flux cleaned = -0.00327449 Jy ! Component: 1150 - total flux cleaned = -0.00341431 Jy ! Component: 1200 - total flux cleaned = -0.00352834 Jy ! Component: 1250 - total flux cleaned = -0.00368548 Jy ! Component: 1300 - total flux cleaned = -0.00381818 Jy ! Component: 1350 - total flux cleaned = -0.00401512 Jy ! Component: 1400 - total flux cleaned = -0.00420975 Jy ! Component: 1450 - total flux cleaned = -0.0043595 Jy ! Component: 1500 - total flux cleaned = -0.00457104 Jy ! Component: 1550 - total flux cleaned = -0.00469657 Jy ! Component: 1600 - total flux cleaned = -0.00486257 Jy ! Component: 1650 - total flux cleaned = -0.00504725 Jy ! Component: 1700 - total flux cleaned = -0.00518941 Jy ! Component: 1750 - total flux cleaned = -0.00537049 Jy ! Component: 1800 - total flux cleaned = -0.00552998 Jy ! Component: 1850 - total flux cleaned = -0.00570815 Jy ! Component: 1900 - total flux cleaned = -0.00586502 Jy ! Component: 1950 - total flux cleaned = -0.0059817 Jy ! Component: 2000 - total flux cleaned = -0.00611736 Jy ! Component: 2050 - total flux cleaned = -0.00625193 Jy ! Component: 2100 - total flux cleaned = -0.00632841 Jy ! Component: 2150 - total flux cleaned = -0.00644267 Jy ! Component: 2200 - total flux cleaned = -0.00646161 Jy ! Component: 2250 - total flux cleaned = -0.00651838 Jy ! Component: 2300 - total flux cleaned = -0.0064618 Jy ! Component: 2350 - total flux cleaned = -0.00646192 Jy ! Component: 2400 - total flux cleaned = -0.00642433 Jy ! Component: 2450 - total flux cleaned = -0.00640554 Jy ! Component: 2500 - total flux cleaned = -0.0063115 Jy ! Component: 2550 - total flux cleaned = -0.00621761 Jy ! Component: 2600 - total flux cleaned = -0.00614253 Jy ! Component: 2650 - total flux cleaned = -0.00606705 Jy ! Component: 2700 - total flux cleaned = -0.00602932 Jy ! Component: 2750 - total flux cleaned = -0.00599158 Jy ! Component: 2800 - total flux cleaned = -0.0059725 Jy ! Component: 2850 - total flux cleaned = -0.0059726 Jy ! Component: 2900 - total flux cleaned = -0.00595346 Jy ! Component: 2950 - total flux cleaned = -0.00595332 Jy ! Component: 3000 - total flux cleaned = -0.00597263 Jy ! Component: 3050 - total flux cleaned = -0.00591471 Jy ! Component: 3100 - total flux cleaned = -0.00585652 Jy ! Component: 3150 - total flux cleaned = -0.0058173 Jy ! Component: 3200 - total flux cleaned = -0.00573854 Jy ! Component: 3250 - total flux cleaned = -0.00565908 Jy ! Component: 3300 - total flux cleaned = -0.00559904 Jy ! Component: 3350 - total flux cleaned = -0.00553877 Jy ! Component: 3400 - total flux cleaned = -0.0054578 Jy ! Component: 3450 - total flux cleaned = -0.00537593 Jy ! Component: 3500 - total flux cleaned = -0.00533486 Jy ! Component: 3550 - total flux cleaned = -0.00527246 Jy ! Component: 3600 - total flux cleaned = -0.00523021 Jy ! Component: 3650 - total flux cleaned = -0.00516626 Jy ! Component: 3700 - total flux cleaned = -0.00510205 Jy ! Component: 3750 - total flux cleaned = -0.00505859 Jy ! Component: 3800 - total flux cleaned = -0.00503663 Jy ! Component: 3850 - total flux cleaned = -0.00494789 Jy ! Component: 3900 - total flux cleaned = -0.00490304 Jy ! Component: 3950 - total flux cleaned = -0.00483472 Jy ! Component: 4000 - total flux cleaned = -0.00478889 Jy ! Component: 4050 - total flux cleaned = -0.00476582 Jy ! Total flux subtracted in 4096 components = -0.00467186 Jy ! Clean residual min=-0.001304 max=0.001252 Jy/beam ! Clean residual mean=-0.000019 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.322342 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 569 components and 0.322343 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1323-3849_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.226 x 36.71 at -12.77 degrees (North through East) ! Clean map min=-0.0026424 max=0.22509 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1323-3849_S_map.fits wmodel /image_prod/ug002_uva//J1323-3849_S_map.mod ! Writing 569 model components to file: /image_prod/ug002_uva//J1323-3849_S_map.mod wobs /image_prod/ug002_uva//J1323-3849_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1323-3849_S_uvs.fits wwins /image_prod/ug002_uva//J1323-3849_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1323-3849_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.225088 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000438198 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.584036 0.584036 1.16807 2.33614 4.67229 9.34457 18.6891 37.3783 74.7566 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.225 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 513.667 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1323-3849_S_dfm.log closed on Thu Mar 5 01:12:10 2020