! Started logfile: /image_prod/ug002_uva//J1121-0013_S_dfm.log on Thu Mar 5 00:00:17 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//J1121-0013_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1121-0013_S_uva.fits ! AN table 1: 45 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.996296 visibilities/baseline/integration-bin. ! Found source: J1121-0013 ! ! 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 4842 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 J1121-0013_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.006400Jy sigma=8.249614 ! Fit after self-cal, rms=0.943667Jy sigma=7.716706 ! 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.711 mas, bmaj=7.306 mas, bpa=-3.204 degrees ! Estimated noise=1.72246 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.0461015 Jy ! Component: 100 - total flux cleaned = 0.0562981 Jy ! Total flux subtracted in 100 components = 0.0562981 Jy ! Clean residual min=-0.003690 max=0.005225 Jy/beam ! Clean residual mean=0.000004 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.0562981 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0562981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069351Jy sigma=0.479177 ! Fit after self-cal, rms=0.068144Jy sigma=0.470582 ! 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.172 mas, bmaj=8.186 mas, bpa=-2.73 degrees ! Estimated noise=1.28583 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 (2.5, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00525088 Jy ! Component: 100 - total flux cleaned = 0.00608433 Jy ! Component: 150 - total flux cleaned = 0.0064359 Jy ! Component: 200 - total flux cleaned = 0.006742 Jy ! Total flux subtracted in 200 components = 0.006742 Jy ! Clean residual min=-0.003193 max=0.004314 Jy/beam ! Clean residual mean=0.000007 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.0630401 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 24 components and 0.0630401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067651Jy sigma=0.466599 ! Fit after self-cal, rms=0.067604Jy sigma=0.466323 ! 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.172 x 8.186 at -2.73 degrees (North through East) ! Clean map min=-0.0030259 max=0.059872 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.99 HN 0.91 KP 1.00 ! LA 1.06 MK 1.01 OV 0.84 PT 1.08 ! SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.28 FD 1.02 HN 0.97 KP 0.96 ! LA 1.06 MK 1.01 OV 0.97 PT 0.97 ! SC 0.83 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 1.04 HN 0.97 KP 1.04 ! LA 1.01 MK 0.95 OV 0.94 PT 0.98 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.067604Jy sigma=0.466323 ! Fit after self-cal, rms=0.066476Jy sigma=0.463803 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.114 mas, bmaj=8.132 mas, bpa=-2.201 degrees ! Estimated noise=1.26208 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.00201909 Jy ! Component: 100 - total flux cleaned = 0.00237345 Jy ! Component: 150 - total flux cleaned = 0.00255011 Jy ! Component: 200 - total flux cleaned = 0.00267084 Jy ! Total flux subtracted in 200 components = 0.00267084 Jy ! Clean residual min=-0.002529 max=0.003041 Jy/beam ! Clean residual mean=0.000009 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.0657109 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 40 components and 0.0657109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066395Jy sigma=0.463017 ! Fit after self-cal, rms=0.066412Jy sigma=0.462818 ! 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.066412Jy sigma=0.462818 ! Fit after self-cal, rms=0.066503Jy sigma=0.460147 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.094 mas, bmaj=8.094 mas, bpa=-1.949 degrees ! Estimated noise=1.26248 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00097982 Jy ! Component: 100 - total flux cleaned = 0.00124739 Jy ! Component: 150 - total flux cleaned = 0.00134597 Jy ! Component: 200 - total flux cleaned = 0.00143676 Jy ! Total flux subtracted in 200 components = 0.00143676 Jy ! Clean residual min=-0.002281 max=0.002857 Jy/beam ! Clean residual mean=0.000007 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.0671477 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 50 components and 0.0671477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066460Jy sigma=0.459795 ! Fit after self-cal, rms=0.066467Jy sigma=0.459675 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 (34, -91). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00249665 Jy ! Component: 100 - total flux cleaned = 0.00313039 Jy ! Component: 150 - total flux cleaned = 0.00360199 Jy ! Component: 200 - total flux cleaned = 0.00412918 Jy ! Total flux subtracted in 200 components = 0.00412918 Jy ! Clean residual min=-0.002203 max=0.002257 Jy/beam ! Clean residual mean=0.000007 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.0712769 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 67 components and 0.0712769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066360Jy sigma=0.458657 ! Fit after self-cal, rms=0.066358Jy sigma=0.458563 ! 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.066358Jy sigma=0.458563 ! Fit after self-cal, rms=0.066167Jy sigma=0.458302 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=8.069 mas, bpa=-1.823 degrees ! Estimated noise=1.25167 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000829869 Jy ! Component: 100 - total flux cleaned = 0.00108486 Jy ! Component: 150 - total flux cleaned = 0.00122667 Jy ! Component: 200 - total flux cleaned = 0.00133127 Jy ! Total flux subtracted in 200 components = 0.00133127 Jy ! Clean residual min=-0.002080 max=0.002242 Jy/beam ! Clean residual mean=0.000005 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.0726081 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 84 components and 0.0726081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066136Jy sigma=0.458070 ! Fit after self-cal, rms=0.066151Jy sigma=0.458047 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.000218718 Jy ! Component: 100 - total flux cleaned = 0.000291786 Jy ! Component: 150 - total flux cleaned = 0.000338196 Jy ! Component: 200 - total flux cleaned = 0.000404815 Jy ! Total flux subtracted in 200 components = 0.000404815 Jy ! Clean residual min=-0.002074 max=0.002228 Jy/beam ! Clean residual mean=0.000006 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.073013 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 92 components and 0.0730129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066132Jy sigma=0.457931 ! Fit after self-cal, rms=0.066133Jy sigma=0.457926 ! 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.066133Jy sigma=0.457926 ! Fit after self-cal, rms=0.065838Jy sigma=0.457905 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.824 mas, bmaj=13.28 mas, bpa=3.206 degrees ! Estimated noise=1.59912 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000784108 Jy ! Component: 100 - total flux cleaned = 0.00103571 Jy ! Component: 150 - total flux cleaned = 0.00111598 Jy ! Component: 200 - total flux cleaned = 0.00115144 Jy ! Total flux subtracted in 200 components = 0.00115144 Jy ! Clean residual min=-0.002407 max=0.002653 Jy/beam ! Clean residual mean=0.000012 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.0741644 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 104 components and 0.0741644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065833Jy sigma=0.457893 ! Fit after self-cal, rms=0.065840Jy sigma=0.457872 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 = 6.49319e-05 Jy ! Component: 100 - total flux cleaned = 9.99389e-05 Jy ! Component: 150 - total flux cleaned = 0.000133439 Jy ! Component: 200 - total flux cleaned = 0.000179597 Jy ! Total flux subtracted in 200 components = 0.000179597 Jy ! Clean residual min=-0.002354 max=0.002627 Jy/beam ! Clean residual mean=0.000012 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.074344 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 115 components and 0.074344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065837Jy sigma=0.457892 ! Fit after self-cal, rms=0.065841Jy sigma=0.457885 ! 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.078 mas, bmaj=8.053 mas, bpa=-1.724 degrees ! Estimated noise=1.24734 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.078 x 8.053 at -1.724 degrees (North through East) ! Clean map min=-0.0020552 max=0.058931 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.644 mas, bmaj=7.21 mas, bpa=-2.353 degrees ! Estimated noise=1.64911 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.045205 Jy ! Component: 100 - total flux cleaned = 0.0556623 Jy ! Component: 150 - total flux cleaned = 0.0605309 Jy ! Component: 200 - total flux cleaned = 0.063335 Jy ! Total flux subtracted in 200 components = 0.063335 Jy ! Clean residual min=-0.003033 max=0.003063 Jy/beam ! Clean residual mean=0.000003 rms=0.000755 Jy/beam ! Combined flux in latest and established models = 0.063335 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.063335 Jy ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=8.053 mas, bpa=-1.724 degrees ! Estimated noise=1.24734 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.00291096 Jy ! Component: 100 - total flux cleaned = 0.00447897 Jy ! Component: 150 - total flux cleaned = 0.00541651 Jy ! Component: 200 - total flux cleaned = 0.00592332 Jy ! Total flux subtracted in 200 components = 0.00592332 Jy ! Clean residual min=-0.002356 max=0.002496 Jy/beam ! Clean residual mean=0.000006 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.0692583 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 43 components and 0.0692583 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.824 mas, bmaj=13.28 mas, bpa=3.206 degrees ! Estimated noise=1.59912 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198614 Jy ! Component: 100 - total flux cleaned = 0.00279086 Jy ! Component: 150 - total flux cleaned = 0.0032682 Jy ! Component: 200 - total flux cleaned = 0.00363008 Jy ! Total flux subtracted in 200 components = 0.00363008 Jy ! Clean residual min=-0.002475 max=0.002723 Jy/beam ! Clean residual mean=0.000013 rms=0.000755 Jy/beam ! Combined flux in latest and established models = 0.0728884 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.000243253 Jy ! Component: 100 - total flux cleaned = 0.000458084 Jy ! Component: 150 - total flux cleaned = 0.000647359 Jy ! Component: 200 - total flux cleaned = 0.000792022 Jy ! Total flux subtracted in 200 components = 0.000792022 Jy ! Clean residual min=-0.002407 max=0.002690 Jy/beam ! Clean residual mean=0.000013 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.0736804 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 87 components and 0.0736805 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=8.053 mas, bpa=-1.724 degrees ! Estimated noise=1.24734 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000349464 Jy ! Component: 100 - total flux cleaned = -0.000111192 Jy ! Component: 150 - total flux cleaned = -6.82024e-05 Jy ! Component: 200 - total flux cleaned = 4.05253e-05 Jy ! Total flux subtracted in 200 components = 4.05253e-05 Jy ! Clean residual min=-0.002185 max=0.002132 Jy/beam ! Clean residual mean=0.000005 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.073721 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 108 components and 0.073721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065889Jy sigma=0.458258 ! Fit after self-cal, rms=0.065879Jy sigma=0.458233 wmodel J1121-0013_S_map.mod ! Writing 108 model components to file: J1121-0013_S_map.mod wobs J1121-0013_S_uvs.fits ! Writing UV FITS file: J1121-0013_S_uvs.fits wwins J1121-0013_S_map.win ! wwins: Wrote 3 windows to J1121-0013_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.000317987 Jy ! Component: 100 - total flux cleaned = -0.000465296 Jy ! Component: 150 - total flux cleaned = -0.000431342 Jy ! Component: 200 - total flux cleaned = -0.000497295 Jy ! Component: 250 - total flux cleaned = -0.000529395 Jy ! Component: 300 - total flux cleaned = -0.000560681 Jy ! Component: 350 - total flux cleaned = -0.00065097 Jy ! Component: 400 - total flux cleaned = -0.000651715 Jy ! Component: 450 - total flux cleaned = -0.000652329 Jy ! Component: 500 - total flux cleaned = -0.000679702 Jy ! Component: 550 - total flux cleaned = -0.000760447 Jy ! Component: 600 - total flux cleaned = -0.00078645 Jy ! Component: 650 - total flux cleaned = -0.000837904 Jy ! Component: 700 - total flux cleaned = -0.000837763 Jy ! Component: 750 - total flux cleaned = -0.000862546 Jy ! Component: 800 - total flux cleaned = -0.000838518 Jy ! Component: 850 - total flux cleaned = -0.000910086 Jy ! Component: 900 - total flux cleaned = -0.000956165 Jy ! Component: 950 - total flux cleaned = -0.00100146 Jy ! Component: 1000 - total flux cleaned = -0.00100201 Jy ! Component: 1050 - total flux cleaned = -0.00111278 Jy ! Component: 1100 - total flux cleaned = -0.0011124 Jy ! Component: 1150 - total flux cleaned = -0.00111268 Jy ! Component: 1200 - total flux cleaned = -0.00115476 Jy ! Component: 1250 - total flux cleaned = -0.00113427 Jy ! Component: 1300 - total flux cleaned = -0.00109372 Jy ! Component: 1350 - total flux cleaned = -0.00109375 Jy ! Component: 1400 - total flux cleaned = -0.00105417 Jy ! Component: 1450 - total flux cleaned = -0.000995096 Jy ! Component: 1500 - total flux cleaned = -0.000995161 Jy ! Component: 1550 - total flux cleaned = -0.000956629 Jy ! Component: 1600 - total flux cleaned = -0.000938066 Jy ! Component: 1650 - total flux cleaned = -0.000938316 Jy ! Component: 1700 - total flux cleaned = -0.00091997 Jy ! Component: 1750 - total flux cleaned = -0.000956611 Jy ! Component: 1800 - total flux cleaned = -0.00093813 Jy ! Component: 1850 - total flux cleaned = -0.000920498 Jy ! Component: 1900 - total flux cleaned = -0.000990983 Jy ! Component: 1950 - total flux cleaned = -0.000991271 Jy ! Component: 2000 - total flux cleaned = -0.0010431 Jy ! Component: 2050 - total flux cleaned = -0.00102584 Jy ! Component: 2100 - total flux cleaned = -0.00100886 Jy ! Component: 2150 - total flux cleaned = -0.00104227 Jy ! Component: 2200 - total flux cleaned = -0.000992559 Jy ! Component: 2250 - total flux cleaned = -0.00105848 Jy ! Component: 2300 - total flux cleaned = -0.0010098 Jy ! Component: 2350 - total flux cleaned = -0.00104219 Jy ! Component: 2400 - total flux cleaned = -0.00108982 Jy ! Component: 2450 - total flux cleaned = -0.00113709 Jy ! Component: 2500 - total flux cleaned = -0.00112161 Jy ! Component: 2550 - total flux cleaned = -0.00121455 Jy ! Component: 2600 - total flux cleaned = -0.0012604 Jy ! Component: 2650 - total flux cleaned = -0.00126057 Jy ! Component: 2700 - total flux cleaned = -0.00129049 Jy ! Component: 2750 - total flux cleaned = -0.00135029 Jy ! Component: 2800 - total flux cleaned = -0.00132056 Jy ! Component: 2850 - total flux cleaned = -0.00134983 Jy ! Component: 2900 - total flux cleaned = -0.00133525 Jy ! Component: 2950 - total flux cleaned = -0.00140739 Jy ! Component: 3000 - total flux cleaned = -0.00136426 Jy ! Component: 3050 - total flux cleaned = -0.00137845 Jy ! Component: 3100 - total flux cleaned = -0.00147726 Jy ! Component: 3150 - total flux cleaned = -0.00143528 Jy ! Component: 3200 - total flux cleaned = -0.00149092 Jy ! Component: 3250 - total flux cleaned = -0.00155983 Jy ! Component: 3300 - total flux cleaned = -0.00161452 Jy ! Component: 3350 - total flux cleaned = -0.00164174 Jy ! Component: 3400 - total flux cleaned = -0.0016822 Jy ! Component: 3450 - total flux cleaned = -0.00165543 Jy ! Component: 3500 - total flux cleaned = -0.00169558 Jy ! Component: 3550 - total flux cleaned = -0.00174849 Jy ! Component: 3600 - total flux cleaned = -0.00180106 Jy ! Component: 3650 - total flux cleaned = -0.00176179 Jy ! Component: 3700 - total flux cleaned = -0.00180064 Jy ! Component: 3750 - total flux cleaned = -0.00180052 Jy ! Component: 3800 - total flux cleaned = -0.00183901 Jy ! Component: 3850 - total flux cleaned = -0.0018008 Jy ! Component: 3900 - total flux cleaned = -0.00190204 Jy ! Component: 3950 - total flux cleaned = -0.00190204 Jy ! Component: 4000 - total flux cleaned = -0.001902 Jy ! Component: 4050 - total flux cleaned = -0.00191441 Jy ! Total flux subtracted in 4096 components = -0.00191446 Jy ! Clean residual min=-0.000741 max=0.000829 Jy/beam ! Clean residual mean=0.000001 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.0718065 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 407 components and 0.0718065 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1121-0013_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.078 x 8.053 at -1.724 degrees (North through East) ! Clean map min=-0.0016594 max=0.058178 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1121-0013_S_map.fits wmodel /image_prod/ug002_uva//J1121-0013_S_map.mod ! Writing 407 model components to file: /image_prod/ug002_uva//J1121-0013_S_map.mod wobs /image_prod/ug002_uva//J1121-0013_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1121-0013_S_uvs.fits wwins /image_prod/ug002_uva//J1121-0013_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1121-0013_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0581782 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000226736 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.16918 1.16918 2.33836 4.67672 9.35344 18.7069 37.4138 74.8275 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.058 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 256.59 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1121-0013_S_dfm.log closed on Thu Mar 5 00:00:21 2020