! Started logfile: /image_prod/ug002_uva//J2110-0126_S_dfm.log on Thu Mar 5 05:06:01 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//J2110-0126_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2110-0126_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.98287 visibilities/baseline/integration-bin. ! Found source: J2110-0126 ! ! 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 6369 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 J2110-0126_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.010394Jy sigma=7.268519 ! Fit after self-cal, rms=0.918696Jy sigma=6.549056 ! 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.798 mas, bmaj=7.023 mas, bpa=-1.222 degrees ! Estimated noise=1.73642 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.0644552 Jy ! Component: 100 - total flux cleaned = 0.087074 Jy ! Total flux subtracted in 100 components = 0.087074 Jy ! Clean residual min=-0.006073 max=0.009992 Jy/beam ! Clean residual mean=0.000001 rms=0.001728 Jy/beam ! Combined flux in latest and established models = 0.087074 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.087074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078008Jy sigma=0.488437 ! Fit after self-cal, rms=0.077462Jy sigma=0.483892 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0121611 Jy ! Component: 100 - total flux cleaned = 0.0185906 Jy ! Total flux subtracted in 100 components = 0.0185906 Jy ! Clean residual min=-0.004998 max=0.005597 Jy/beam ! Clean residual mean=0.000001 rms=0.001290 Jy/beam ! Combined flux in latest and established models = 0.105665 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 23 components and 0.105665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075754Jy sigma=0.466410 ! Fit after self-cal, rms=0.075790Jy sigma=0.466175 ! 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.3 mas, bmaj=7.787 mas, bpa=-1.489 degrees ! Estimated noise=1.28529 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.00446793 Jy ! Component: 100 - total flux cleaned = 0.00716073 Jy ! Component: 150 - total flux cleaned = 0.00886802 Jy ! Component: 200 - total flux cleaned = 0.00974542 Jy ! Total flux subtracted in 200 components = 0.00974542 Jy ! Clean residual min=-0.004116 max=0.004170 Jy/beam ! Clean residual mean=0.000001 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.11541 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 33 components and 0.11541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075524Jy sigma=0.463757 ! Fit after self-cal, rms=0.075528Jy sigma=0.463694 ! 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.3 x 7.787 at -1.489 degrees (North through East) ! Clean map min=-0.0041078 max=0.084653 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.92 HN 1.10 KP 0.99 ! LA 1.03 MK 1.01 NL 0.99 OV 1.01 ! SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.89 HN 1.08 KP 0.96 ! LA 1.03 MK 0.94 NL 1.02 OV 0.99 ! SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.92 HN 1.15 KP 1.00 ! LA 1.01 MK 0.96 NL 1.01 OV 1.02 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.075528Jy sigma=0.463694 ! Fit after self-cal, rms=0.076177Jy sigma=0.461195 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.304 mas, bmaj=7.817 mas, bpa=-1.596 degrees ! Estimated noise=1.2878 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 = -5.77273e-05 Jy ! Component: 100 - total flux cleaned = -1.37618e-05 Jy ! Component: 150 - total flux cleaned = 2.45494e-05 Jy ! Component: 200 - total flux cleaned = 2.43929e-05 Jy ! Total flux subtracted in 200 components = 2.43929e-05 Jy ! Clean residual min=-0.003204 max=0.003107 Jy/beam ! Clean residual mean=0.000001 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.115434 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 42 components and 0.115434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076167Jy sigma=0.461114 ! Fit after self-cal, rms=0.076193Jy sigma=0.461032 ! 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.076193Jy sigma=0.461032 ! Fit after self-cal, rms=0.078192Jy sigma=0.458147 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.318 mas, bmaj=7.826 mas, bpa=-1.354 degrees ! Estimated noise=1.29383 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000209481 Jy ! Component: 100 - total flux cleaned = -0.000208656 Jy ! Component: 150 - total flux cleaned = -0.000258428 Jy ! Component: 200 - total flux cleaned = -0.000287399 Jy ! Total flux subtracted in 200 components = -0.000287399 Jy ! Clean residual min=-0.002501 max=0.002499 Jy/beam ! Clean residual mean=0.000002 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.115147 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 46 components and 0.115147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078182Jy sigma=0.458081 ! Fit after self-cal, rms=0.078200Jy sigma=0.457987 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.000112593 Jy ! Component: 100 - total flux cleaned = -0.000127454 Jy ! Component: 150 - total flux cleaned = -0.000140816 Jy ! Component: 200 - total flux cleaned = -0.000153027 Jy ! Total flux subtracted in 200 components = -0.000153027 Jy ! Clean residual min=-0.002470 max=0.002497 Jy/beam ! Clean residual mean=0.000001 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.114994 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 51 components and 0.114994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078195Jy sigma=0.457953 ! Fit after self-cal, rms=0.078194Jy sigma=0.457949 ! 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.078194Jy sigma=0.457949 ! Fit after self-cal, rms=0.079035Jy sigma=0.455764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=7.831 mas, bpa=-1.144 degrees ! Estimated noise=1.29419 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000419247 Jy ! Component: 100 - total flux cleaned = -0.000464828 Jy ! Component: 150 - total flux cleaned = -0.00050346 Jy ! Component: 200 - total flux cleaned = -0.000550123 Jy ! Total flux subtracted in 200 components = -0.000550123 Jy ! Clean residual min=-0.002314 max=0.002240 Jy/beam ! Clean residual mean=0.000001 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.114444 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 52 components and 0.114444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079029Jy sigma=0.455720 ! Fit after self-cal, rms=0.079034Jy sigma=0.455655 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.000118968 Jy ! Component: 100 - total flux cleaned = -0.000118927 Jy ! Component: 150 - total flux cleaned = -0.000129334 Jy ! Component: 200 - total flux cleaned = -0.000139674 Jy ! Total flux subtracted in 200 components = -0.000139674 Jy ! Clean residual min=-0.002314 max=0.002210 Jy/beam ! Clean residual mean=0.000001 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.114304 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.114304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079031Jy sigma=0.455632 ! Fit after self-cal, rms=0.079032Jy sigma=0.455630 ! 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.079032Jy sigma=0.455630 ! Fit after self-cal, rms=0.079333Jy sigma=0.455615 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.237 mas, bmaj=12.28 mas, bpa=1.49 degrees ! Estimated noise=1.48368 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000434836 Jy ! Component: 100 - total flux cleaned = -0.000518256 Jy ! Component: 150 - total flux cleaned = -0.000571381 Jy ! Component: 200 - total flux cleaned = -0.0006133 Jy ! Total flux subtracted in 200 components = -0.0006133 Jy ! Clean residual min=-0.001787 max=0.002113 Jy/beam ! Clean residual mean=0.000001 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.113691 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 58 components and 0.113691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079334Jy sigma=0.455600 ! Fit after self-cal, rms=0.079335Jy sigma=0.455591 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 = -3.22539e-05 Jy ! Component: 100 - total flux cleaned = -6.10952e-05 Jy ! Component: 150 - total flux cleaned = -8.94935e-05 Jy ! Component: 200 - total flux cleaned = -0.000117103 Jy ! Total flux subtracted in 200 components = -0.000117103 Jy ! Clean residual min=-0.001799 max=0.002101 Jy/beam ! Clean residual mean=0.000001 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.113574 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 61 components and 0.113574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079336Jy sigma=0.455591 ! Fit after self-cal, rms=0.079333Jy sigma=0.455584 ! 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.335 mas, bmaj=7.837 mas, bpa=-0.9676 degrees ! Estimated noise=1.2946 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.335 x 7.837 at -0.9676 degrees (North through East) ! Clean map min=-0.0021702 max=0.085266 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.821 mas, bmaj=7.055 mas, bpa=-0.605 degrees ! Estimated noise=1.76706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0658423 Jy ! Component: 100 - total flux cleaned = 0.0898253 Jy ! Component: 150 - total flux cleaned = 0.101193 Jy ! Component: 200 - total flux cleaned = 0.107035 Jy ! Total flux subtracted in 200 components = 0.107035 Jy ! Clean residual min=-0.004352 max=0.003940 Jy/beam ! Clean residual mean=0.000001 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.107035 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.107035 Jy ! Inverting map and beam ! Estimated beam: bmin=3.335 mas, bmaj=7.837 mas, bpa=-0.9676 degrees ! Estimated noise=1.2946 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.00297605 Jy ! Component: 100 - total flux cleaned = 0.00458087 Jy ! Component: 150 - total flux cleaned = 0.00552459 Jy ! Component: 200 - total flux cleaned = 0.00568712 Jy ! Total flux subtracted in 200 components = 0.00568712 Jy ! Clean residual min=-0.002401 max=0.002145 Jy/beam ! Clean residual mean=0.000001 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.112722 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 40 components and 0.112722 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.237 mas, bmaj=12.28 mas, bpa=1.49 degrees ! Estimated noise=1.48368 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000485717 Jy ! Component: 100 - total flux cleaned = 0.00048749 Jy ! Component: 150 - total flux cleaned = 0.000506318 Jy ! Component: 200 - total flux cleaned = 0.000506945 Jy ! Total flux subtracted in 200 components = 0.000506945 Jy ! Clean residual min=-0.001852 max=0.002094 Jy/beam ! Clean residual mean=0.000001 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.113229 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 = 8.30018e-06 Jy ! Component: 100 - total flux cleaned = 8.13406e-06 Jy ! Component: 150 - total flux cleaned = 1.61951e-05 Jy ! Component: 200 - total flux cleaned = 1.65067e-05 Jy ! Total flux subtracted in 200 components = 1.65067e-05 Jy ! Clean residual min=-0.001850 max=0.002089 Jy/beam ! Clean residual mean=0.000001 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.113246 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.113246 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.335 mas, bmaj=7.837 mas, bpa=-0.9676 degrees ! Estimated noise=1.2946 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.37456e-05 Jy ! Component: 100 - total flux cleaned = 7.26146e-05 Jy ! Component: 150 - total flux cleaned = 7.29081e-05 Jy ! Component: 200 - total flux cleaned = 8.98015e-05 Jy ! Total flux subtracted in 200 components = 8.98015e-05 Jy ! Clean residual min=-0.002335 max=0.002154 Jy/beam ! Clean residual mean=0.000001 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.113335 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 0.113335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079351Jy sigma=0.455633 ! Fit after self-cal, rms=0.079348Jy sigma=0.455620 wmodel J2110-0126_S_map.mod ! Writing 54 model components to file: J2110-0126_S_map.mod wobs J2110-0126_S_uvs.fits ! Writing UV FITS file: J2110-0126_S_uvs.fits wwins J2110-0126_S_map.win ! wwins: Wrote 1 windows to J2110-0126_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 = -2.22746e-05 Jy ! Component: 100 - total flux cleaned = 0.000241951 Jy ! Component: 150 - total flux cleaned = 0.000457704 Jy ! Component: 200 - total flux cleaned = 0.000391139 Jy ! Component: 250 - total flux cleaned = 0.000162525 Jy ! Component: 300 - total flux cleaned = -9.29652e-05 Jy ! Component: 350 - total flux cleaned = -0.000280015 Jy ! Component: 400 - total flux cleaned = -0.000431977 Jy ! Component: 450 - total flux cleaned = -0.000551016 Jy ! Component: 500 - total flux cleaned = -0.000783825 Jy ! Component: 550 - total flux cleaned = -0.000925527 Jy ! Component: 600 - total flux cleaned = -0.0010369 Jy ! Component: 650 - total flux cleaned = -0.0011459 Jy ! Component: 700 - total flux cleaned = -0.00117213 Jy ! Component: 750 - total flux cleaned = -0.00111949 Jy ! Component: 800 - total flux cleaned = -0.00117112 Jy ! Component: 850 - total flux cleaned = -0.00117078 Jy ! Component: 900 - total flux cleaned = -0.00114518 Jy ! Component: 950 - total flux cleaned = -0.00111986 Jy ! Component: 1000 - total flux cleaned = -0.00102211 Jy ! Component: 1050 - total flux cleaned = -0.000950336 Jy ! Component: 1100 - total flux cleaned = -0.000950285 Jy ! Component: 1150 - total flux cleaned = -0.000903284 Jy ! Component: 1200 - total flux cleaned = -0.000764128 Jy ! Component: 1250 - total flux cleaned = -0.000764231 Jy ! Component: 1300 - total flux cleaned = -0.000786666 Jy ! Component: 1350 - total flux cleaned = -0.000652497 Jy ! Component: 1400 - total flux cleaned = -0.00069661 Jy ! Component: 1450 - total flux cleaned = -0.000630758 Jy ! Component: 1500 - total flux cleaned = -0.000739558 Jy ! Component: 1550 - total flux cleaned = -0.000760884 Jy ! Component: 1600 - total flux cleaned = -0.000739445 Jy ! Component: 1650 - total flux cleaned = -0.000760521 Jy ! Component: 1700 - total flux cleaned = -0.000760686 Jy ! Component: 1750 - total flux cleaned = -0.00078106 Jy ! Component: 1800 - total flux cleaned = -0.000801175 Jy ! Component: 1850 - total flux cleaned = -0.000781024 Jy ! Component: 1900 - total flux cleaned = -0.000761106 Jy ! Component: 1950 - total flux cleaned = -0.000840737 Jy ! Component: 2000 - total flux cleaned = -0.000841062 Jy ! Component: 2050 - total flux cleaned = -0.000802508 Jy ! Component: 2100 - total flux cleaned = -0.000860466 Jy ! Component: 2150 - total flux cleaned = -0.00086041 Jy ! Component: 2200 - total flux cleaned = -0.000898132 Jy ! Component: 2250 - total flux cleaned = -0.000954147 Jy ! Component: 2300 - total flux cleaned = -0.000898223 Jy ! Component: 2350 - total flux cleaned = -0.000898035 Jy ! Component: 2400 - total flux cleaned = -0.000916361 Jy ! Component: 2450 - total flux cleaned = -0.000916147 Jy ! Component: 2500 - total flux cleaned = -0.000898244 Jy ! Component: 2550 - total flux cleaned = -0.000844649 Jy ! Component: 2600 - total flux cleaned = -0.000915658 Jy ! Component: 2650 - total flux cleaned = -0.000827677 Jy ! Component: 2700 - total flux cleaned = -0.000827707 Jy ! Component: 2750 - total flux cleaned = -0.000775791 Jy ! Component: 2800 - total flux cleaned = -0.000741642 Jy ! Component: 2850 - total flux cleaned = -0.000776025 Jy ! Component: 2900 - total flux cleaned = -0.000725287 Jy ! Component: 2950 - total flux cleaned = -0.000742209 Jy ! Component: 3000 - total flux cleaned = -0.00079212 Jy ! Component: 3050 - total flux cleaned = -0.000808649 Jy ! Component: 3100 - total flux cleaned = -0.00074282 Jy ! Component: 3150 - total flux cleaned = -0.000742731 Jy ! Component: 3200 - total flux cleaned = -0.000807443 Jy ! Component: 3250 - total flux cleaned = -0.000694816 Jy ! Component: 3300 - total flux cleaned = -0.000726855 Jy ! Component: 3350 - total flux cleaned = -0.000742799 Jy ! Component: 3400 - total flux cleaned = -0.000726919 Jy ! Component: 3450 - total flux cleaned = -0.000664393 Jy ! Component: 3500 - total flux cleaned = -0.00066451 Jy ! Component: 3550 - total flux cleaned = -0.000695258 Jy ! Component: 3600 - total flux cleaned = -0.000633826 Jy ! Component: 3650 - total flux cleaned = -0.000603505 Jy ! Component: 3700 - total flux cleaned = -0.000618577 Jy ! Component: 3750 - total flux cleaned = -0.000573544 Jy ! Component: 3800 - total flux cleaned = -0.000558851 Jy ! Component: 3850 - total flux cleaned = -0.000573766 Jy ! Component: 3900 - total flux cleaned = -0.000529503 Jy ! Component: 3950 - total flux cleaned = -0.000544089 Jy ! Component: 4000 - total flux cleaned = -0.000587801 Jy ! Component: 4050 - total flux cleaned = -0.000515364 Jy ! Total flux subtracted in 4096 components = -0.000457824 Jy ! Clean residual min=-0.000771 max=0.000900 Jy/beam ! Clean residual mean=-0.000000 rms=0.000259 Jy/beam ! Combined flux in latest and established models = 0.112878 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 332 components and 0.112878 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2110-0126_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.335 x 7.837 at -0.9676 degrees (North through East) ! Clean map min=-0.0015283 max=0.085668 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2110-0126_S_map.fits wmodel /image_prod/ug002_uva//J2110-0126_S_map.mod ! Writing 332 model components to file: /image_prod/ug002_uva//J2110-0126_S_map.mod wobs /image_prod/ug002_uva//J2110-0126_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2110-0126_S_uvs.fits wwins /image_prod/ug002_uva//J2110-0126_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2110-0126_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0856676 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00025945 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.90857 0.90857 1.81714 3.63428 7.26856 14.5371 29.0742 58.1485 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.085 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 330.189 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2110-0126_S_dfm.log closed on Thu Mar 5 05:06:05 2020