! Started logfile: /image_prod/ug002_uva//J0534-3950_S_dfm.log on Wed Mar 4 20:54:52 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//J0534-3950_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0534-3950_S_uva.fits ! AN table 1: 60 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.851587 visibilities/baseline/integration-bin. ! Found source: J0534-3950 ! ! 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 3219 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 J0534-3950_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.009293Jy sigma=6.205787 ! Fit after self-cal, rms=0.932913Jy sigma=5.732271 ! 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.585 mas, bmaj=8.098 mas, bpa=2.382 degrees ! Estimated noise=3.28876 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.05258 Jy ! Component: 100 - total flux cleaned = 0.0654867 Jy ! Total flux subtracted in 100 components = 0.0654867 Jy ! Clean residual min=-0.005098 max=0.006016 Jy/beam ! Clean residual mean=0.000006 rms=0.001504 Jy/beam ! Combined flux in latest and established models = 0.0654867 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0654867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076682Jy sigma=0.451930 ! Fit after self-cal, rms=0.075754Jy sigma=0.446115 ! 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.154 mas, bmaj=10.01 mas, bpa=1.562 degrees ! Estimated noise=2.04849 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.00787743 Jy ! Component: 100 - total flux cleaned = 0.0106414 Jy ! Component: 150 - total flux cleaned = 0.0114207 Jy ! Component: 200 - total flux cleaned = 0.011478 Jy ! Total flux subtracted in 200 components = 0.011478 Jy ! Clean residual min=-0.003518 max=0.003902 Jy/beam ! Clean residual mean=0.000053 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.0769646 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 26 components and 0.0769646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075073Jy sigma=0.441785 ! Fit after self-cal, rms=0.075091Jy sigma=0.441650 ! 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.154 x 10.01 at 1.562 degrees (North through East) ! Clean map min=-0.0035632 max=0.07065 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 1.01 LA 1.05 MK 0.96 ! OV 0.90 PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 1.05 LA 1.04 MK 0.91 ! OV 0.88 PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 1.01 LA 0.99 MK 1.08 ! OV 0.98 PT 1.11 SC 1.00 ! ! ! Fit before self-cal, rms=0.075091Jy sigma=0.441650 ! Fit after self-cal, rms=0.074308Jy sigma=0.440339 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=9.979 mas, bpa=1.378 degrees ! Estimated noise=2.03367 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.000406822 Jy ! Component: 100 - total flux cleaned = 0.000330519 Jy ! Component: 150 - total flux cleaned = 0.000288731 Jy ! Component: 200 - total flux cleaned = 0.000238367 Jy ! Total flux subtracted in 200 components = 0.000238367 Jy ! Clean residual min=-0.003015 max=0.003423 Jy/beam ! Clean residual mean=0.000030 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.077203 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 34 components and 0.077203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074292Jy sigma=0.440246 ! Fit after self-cal, rms=0.074345Jy sigma=0.440060 ! 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.074345Jy sigma=0.440060 ! Fit after self-cal, rms=0.074397Jy sigma=0.439383 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.132 mas, bmaj=9.943 mas, bpa=1.346 degrees ! Estimated noise=2.03331 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000379831 Jy ! Component: 100 - total flux cleaned = 0.00033082 Jy ! Component: 150 - total flux cleaned = 0.00029174 Jy ! Component: 200 - total flux cleaned = 0.000270007 Jy ! Total flux subtracted in 200 components = 0.000270007 Jy ! Clean residual min=-0.003004 max=0.003073 Jy/beam ! Clean residual mean=0.000022 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.077473 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 37 components and 0.077473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074391Jy sigma=0.439333 ! Fit after self-cal, rms=0.074428Jy sigma=0.439282 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.40987e-05 Jy ! Component: 100 - total flux cleaned = -7.60251e-06 Jy ! Component: 150 - total flux cleaned = -1.68093e-05 Jy ! Component: 200 - total flux cleaned = -1.63535e-05 Jy ! Total flux subtracted in 200 components = -1.63535e-05 Jy ! Clean residual min=-0.003003 max=0.003052 Jy/beam ! Clean residual mean=0.000022 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.0774567 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 47 components and 0.0774567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074425Jy sigma=0.439265 ! Fit after self-cal, rms=0.074426Jy sigma=0.439263 ! 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.074426Jy sigma=0.439263 ! Fit after self-cal, rms=0.074238Jy sigma=0.439157 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.12 mas, bmaj=9.9 mas, bpa=1.421 degrees ! Estimated noise=2.02537 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.44208e-05 Jy ! Component: 100 - total flux cleaned = 6.36568e-05 Jy ! Component: 150 - total flux cleaned = 4.71458e-05 Jy ! Component: 200 - total flux cleaned = 2.69283e-05 Jy ! Total flux subtracted in 200 components = 2.69283e-05 Jy ! Clean residual min=-0.002933 max=0.003041 Jy/beam ! Clean residual mean=0.000020 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.0774836 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 49 components and 0.0774836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074236Jy sigma=0.439140 ! Fit after self-cal, rms=0.074257Jy sigma=0.439126 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.20334e-06 Jy ! Component: 100 - total flux cleaned = -1.38934e-05 Jy ! Component: 150 - total flux cleaned = -2.51267e-05 Jy ! Component: 200 - total flux cleaned = -2.05207e-05 Jy ! Total flux subtracted in 200 components = -2.05207e-05 Jy ! Clean residual min=-0.002929 max=0.003031 Jy/beam ! Clean residual mean=0.000020 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.0774631 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.0774631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074256Jy sigma=0.439120 ! Fit after self-cal, rms=0.074257Jy sigma=0.439119 ! 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.074257Jy sigma=0.439119 ! Fit after self-cal, rms=0.074097Jy sigma=0.439115 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.74 mas, bmaj=35.72 mas, bpa=0.1252 degrees ! Estimated noise=2.5398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.34119e-05 Jy ! Component: 100 - total flux cleaned = 6.38254e-05 Jy ! Component: 150 - total flux cleaned = 6.40238e-05 Jy ! Component: 200 - total flux cleaned = 6.41339e-05 Jy ! Total flux subtracted in 200 components = 6.41339e-05 Jy ! Clean residual min=-0.002826 max=0.002547 Jy/beam ! Clean residual mean=0.000036 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.0775272 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 54 components and 0.0775272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074097Jy sigma=0.439115 ! Fit after self-cal, rms=0.074098Jy sigma=0.439112 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 = 1.53509e-05 Jy ! Component: 100 - total flux cleaned = 1.5387e-05 Jy ! Component: 150 - total flux cleaned = 1.52949e-05 Jy ! Component: 200 - total flux cleaned = 1.52152e-05 Jy ! Total flux subtracted in 200 components = 1.52152e-05 Jy ! Clean residual min=-0.002818 max=0.002547 Jy/beam ! Clean residual mean=0.000036 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.0775424 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 55 components and 0.0775424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074099Jy sigma=0.439113 ! Fit after self-cal, rms=0.074097Jy sigma=0.439112 ! 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.115 mas, bmaj=9.883 mas, bpa=1.462 degrees ! Estimated noise=2.02129 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.115 x 9.883 at 1.462 degrees (North through East) ! Clean map min=-0.0028384 max=0.069024 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.56 mas, bmaj=8.019 mas, bpa=2.192 degrees ! Estimated noise=3.22017 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0516347 Jy ! Component: 100 - total flux cleaned = 0.0651753 Jy ! Component: 150 - total flux cleaned = 0.0712484 Jy ! Component: 200 - total flux cleaned = 0.0742799 Jy ! Total flux subtracted in 200 components = 0.0742799 Jy ! Clean residual min=-0.004853 max=0.004956 Jy/beam ! Clean residual mean=0.000005 rms=0.001365 Jy/beam ! Combined flux in latest and established models = 0.0742799 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 33 model components to the UV plane model. ! The established model now contains 33 components and 0.0742799 Jy ! Inverting map and beam ! Estimated beam: bmin=3.115 mas, bmaj=9.883 mas, bpa=1.462 degrees ! Estimated noise=2.02129 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.00307182 Jy ! Component: 100 - total flux cleaned = 0.00329493 Jy ! Component: 150 - total flux cleaned = 0.00337591 Jy ! Component: 200 - total flux cleaned = 0.00334647 Jy ! Total flux subtracted in 200 components = 0.00334647 Jy ! Clean residual min=-0.003178 max=0.003080 Jy/beam ! Clean residual mean=0.000021 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.0776264 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 42 components and 0.0776264 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.74 mas, bmaj=35.72 mas, bpa=0.1252 degrees ! Estimated noise=2.5398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.52231e-05 Jy ! Component: 100 - total flux cleaned = 4.33694e-05 Jy ! Component: 150 - total flux cleaned = 4.27273e-05 Jy ! Component: 200 - total flux cleaned = 4.23143e-05 Jy ! Total flux subtracted in 200 components = 4.23143e-05 Jy ! Clean residual min=-0.002826 max=0.002525 Jy/beam ! Clean residual mean=0.000038 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.0776687 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.33822e-07 Jy ! Component: 100 - total flux cleaned = -6.13213e-07 Jy ! Component: 150 - total flux cleaned = -8.49087e-07 Jy ! Component: 200 - total flux cleaned = -1.05849e-06 Jy ! Total flux subtracted in 200 components = -1.05849e-06 Jy ! Clean residual min=-0.002837 max=0.002532 Jy/beam ! Clean residual mean=0.000038 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.0776676 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 46 components and 0.0776676 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.115 mas, bmaj=9.883 mas, bpa=1.462 degrees ! Estimated noise=2.02129 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.28966e-05 Jy ! Component: 100 - total flux cleaned = -7.21019e-05 Jy ! Component: 150 - total flux cleaned = -7.25076e-05 Jy ! Component: 200 - total flux cleaned = -9.16738e-05 Jy ! Total flux subtracted in 200 components = -9.16738e-05 Jy ! Clean residual min=-0.003133 max=0.003013 Jy/beam ! Clean residual mean=0.000020 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.077576 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.077576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074105Jy sigma=0.439163 ! Fit after self-cal, rms=0.074108Jy sigma=0.439153 wmodel J0534-3950_S_map.mod ! Writing 52 model components to file: J0534-3950_S_map.mod wobs J0534-3950_S_uvs.fits ! Writing UV FITS file: J0534-3950_S_uvs.fits wwins J0534-3950_S_map.win ! wwins: Wrote 1 windows to J0534-3950_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.000300581 Jy ! Component: 100 - total flux cleaned = 0.00090769 Jy ! Component: 150 - total flux cleaned = 0.00142058 Jy ! Component: 200 - total flux cleaned = 0.00187043 Jy ! Component: 250 - total flux cleaned = 0.00222022 Jy ! Component: 300 - total flux cleaned = 0.00244215 Jy ! Component: 350 - total flux cleaned = 0.0026179 Jy ! Component: 400 - total flux cleaned = 0.00268593 Jy ! Component: 450 - total flux cleaned = 0.00285056 Jy ! Component: 500 - total flux cleaned = 0.00300824 Jy ! Component: 550 - total flux cleaned = 0.00312902 Jy ! Component: 600 - total flux cleaned = 0.00312785 Jy ! Component: 650 - total flux cleaned = 0.00321314 Jy ! Component: 700 - total flux cleaned = 0.00324098 Jy ! Component: 750 - total flux cleaned = 0.00329432 Jy ! Component: 800 - total flux cleaned = 0.00332017 Jy ! Component: 850 - total flux cleaned = 0.00329542 Jy ! Component: 900 - total flux cleaned = 0.00329582 Jy ! Component: 950 - total flux cleaned = 0.00322304 Jy ! Component: 1000 - total flux cleaned = 0.00310469 Jy ! Component: 1050 - total flux cleaned = 0.00305869 Jy ! Component: 1100 - total flux cleaned = 0.00292309 Jy ! Component: 1150 - total flux cleaned = 0.00287861 Jy ! Component: 1200 - total flux cleaned = 0.00279236 Jy ! Component: 1250 - total flux cleaned = 0.00279269 Jy ! Component: 1300 - total flux cleaned = 0.00281326 Jy ! Component: 1350 - total flux cleaned = 0.00277283 Jy ! Component: 1400 - total flux cleaned = 0.0026935 Jy ! Component: 1450 - total flux cleaned = 0.00267411 Jy ! Component: 1500 - total flux cleaned = 0.0026547 Jy ! Component: 1550 - total flux cleaned = 0.0026358 Jy ! Component: 1600 - total flux cleaned = 0.00252402 Jy ! Component: 1650 - total flux cleaned = 0.00246926 Jy ! Component: 1700 - total flux cleaned = 0.00243316 Jy ! Component: 1750 - total flux cleaned = 0.0023441 Jy ! Component: 1800 - total flux cleaned = 0.00229155 Jy ! Component: 1850 - total flux cleaned = 0.00222233 Jy ! Component: 1900 - total flux cleaned = 0.00218843 Jy ! Component: 1950 - total flux cleaned = 0.00220537 Jy ! Component: 2000 - total flux cleaned = 0.00218864 Jy ! Component: 2050 - total flux cleaned = 0.00215573 Jy ! Component: 2100 - total flux cleaned = 0.00217184 Jy ! Component: 2150 - total flux cleaned = 0.00213976 Jy ! Component: 2200 - total flux cleaned = 0.00215576 Jy ! Component: 2250 - total flux cleaned = 0.0021716 Jy ! Component: 2300 - total flux cleaned = 0.00217172 Jy ! Component: 2350 - total flux cleaned = 0.00217199 Jy ! Component: 2400 - total flux cleaned = 0.00217218 Jy ! Component: 2450 - total flux cleaned = 0.00215734 Jy ! Component: 2500 - total flux cleaned = 0.00215739 Jy ! Component: 2550 - total flux cleaned = 0.00206934 Jy ! Component: 2600 - total flux cleaned = 0.00204035 Jy ! Component: 2650 - total flux cleaned = 0.00198266 Jy ! Component: 2700 - total flux cleaned = 0.00193963 Jy ! Component: 2750 - total flux cleaned = 0.00189691 Jy ! Component: 2800 - total flux cleaned = 0.00186846 Jy ! Component: 2850 - total flux cleaned = 0.0018402 Jy ! Component: 2900 - total flux cleaned = 0.0017699 Jy ! Component: 2950 - total flux cleaned = 0.00171386 Jy ! Component: 3000 - total flux cleaned = 0.00165808 Jy ! Component: 3050 - total flux cleaned = 0.00160255 Jy ! Component: 3100 - total flux cleaned = 0.00154723 Jy ! Component: 3150 - total flux cleaned = 0.00151959 Jy ! Component: 3200 - total flux cleaned = 0.0014646 Jy ! Component: 3250 - total flux cleaned = 0.00142349 Jy ! Component: 3300 - total flux cleaned = 0.00138244 Jy ! Component: 3350 - total flux cleaned = 0.00132784 Jy ! Component: 3400 - total flux cleaned = 0.00125989 Jy ! Component: 3450 - total flux cleaned = 0.00123278 Jy ! Component: 3500 - total flux cleaned = 0.00117855 Jy ! Component: 3550 - total flux cleaned = 0.00112456 Jy ! Component: 3600 - total flux cleaned = 0.00107056 Jy ! Component: 3650 - total flux cleaned = 0.000989737 Jy ! Component: 3700 - total flux cleaned = 0.000949373 Jy ! Component: 3750 - total flux cleaned = 0.000895655 Jy ! Component: 3800 - total flux cleaned = 0.000855345 Jy ! Component: 3850 - total flux cleaned = 0.00082854 Jy ! Component: 3900 - total flux cleaned = 0.00076159 Jy ! Component: 3950 - total flux cleaned = 0.000734775 Jy ! Component: 4000 - total flux cleaned = 0.000708001 Jy ! Component: 4050 - total flux cleaned = 0.000667895 Jy ! Total flux subtracted in 4096 components = 0.00062777 Jy ! Clean residual min=-0.000820 max=0.000835 Jy/beam ! Clean residual mean=-0.000006 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.0782037 Jy keep ! Adding 242 model components to the UV plane model. ! The established model now contains 294 components and 0.0782037 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0534-3950_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.115 x 9.883 at 1.462 degrees (North through East) ! Clean map min=-0.0021367 max=0.068533 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0534-3950_S_map.fits wmodel /image_prod/ug002_uva//J0534-3950_S_map.mod ! Writing 294 model components to file: /image_prod/ug002_uva//J0534-3950_S_map.mod wobs /image_prod/ug002_uva//J0534-3950_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0534-3950_S_uvs.fits wwins /image_prod/ug002_uva//J0534-3950_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0534-3950_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0685331 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000220965 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.967263 0.967263 1.93453 3.86905 7.73811 15.4762 30.9524 61.9049 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.068 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 310.153 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0534-3950_S_dfm.log closed on Wed Mar 4 20:54:56 2020