! Started logfile: /image_prod/ug002_uva//J1733-3722_S_dfm.log on Thu Mar 5 03:18:14 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//J1733-3722_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1733-3722_S_uva.fits ! AN table 1: 76 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.665414 visibilities/baseline/integration-bin. ! Found source: J1733-3722 ! ! 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 36 lines of history. ! ! Reading 4248 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 J1733-3722_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 119 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 119 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 119 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.173317Jy sigma=5.088939 ! Fit after self-cal, rms=0.781925Jy sigma=3.339433 ! 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.321 mas, bmaj=7.975 mas, bpa=-6.515 degrees ! Estimated noise=3.90875 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.226087 Jy ! Component: 100 - total flux cleaned = 0.365375 Jy ! Total flux subtracted in 100 components = 0.365375 Jy ! Clean residual min=-0.050612 max=0.096829 Jy/beam ! Clean residual mean=0.000341 rms=0.020966 Jy/beam ! Combined flux in latest and established models = 0.365374 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 53 components and 0.365374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.383624Jy sigma=1.605805 ! Fit after self-cal, rms=0.382209Jy sigma=1.602555 ! 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=2.913 mas, bmaj=8.831 mas, bpa=-4.217 degrees ! Estimated noise=2.5873 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.18187 Jy ! Component: 100 - total flux cleaned = 0.284168 Jy ! Component: 150 - total flux cleaned = 0.342653 Jy ! Component: 200 - total flux cleaned = 0.376089 Jy ! Total flux subtracted in 200 components = 0.376089 Jy ! Clean residual min=-0.068047 max=0.117945 Jy/beam ! Clean residual mean=0.000203 rms=0.025784 Jy/beam ! Combined flux in latest and established models = 0.741464 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 74 components and 0.741463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.291409Jy sigma=1.108557 ! Fit after self-cal, rms=0.288812Jy sigma=1.097888 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.913 x 8.831 at -4.217 degrees (North through East) ! Clean map min=-0.065286 max=0.22211 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.07 HN 4.84 KP 0.71 ! MK 2.01 NL 2.16 OV 0.85 SC 1.70 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 1.07 HN 4.22 KP 0.71 ! MK 2.58 NL 2.48 OV 0.85 SC 1.26 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 3.83 KP 0.72 ! MK 2.10 NL 1.72 OV 0.87 SC 1.25 ! ! ! Fit before self-cal, rms=0.288812Jy sigma=1.097888 ! Fit after self-cal, rms=0.527907Jy sigma=0.701114 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.627 mas, bmaj=10.39 mas, bpa=1.843 degrees ! Estimated noise=3.43225 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.0231424 Jy ! Component: 100 - total flux cleaned = 0.0253183 Jy ! Component: 150 - total flux cleaned = 0.0273202 Jy ! Component: 200 - total flux cleaned = 0.0291688 Jy ! Total flux subtracted in 200 components = 0.0291688 Jy ! Clean residual min=-0.052564 max=0.069821 Jy/beam ! Clean residual mean=0.000009 rms=0.018611 Jy/beam ! Combined flux in latest and established models = 0.770632 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 79 components and 0.770632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.525081Jy sigma=0.689150 ! Fit after self-cal, rms=0.539689Jy sigma=0.686394 ! 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.539689Jy sigma=0.686394 ! Fit after self-cal, rms=0.560627Jy sigma=0.669960 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.685 mas, bmaj=10.85 mas, bpa=3.883 degrees ! Estimated noise=3.62642 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.029487 Jy ! Component: 100 - total flux cleaned = 0.037074 Jy ! Component: 150 - total flux cleaned = 0.0387759 Jy ! Component: 200 - total flux cleaned = 0.0403502 Jy ! Total flux subtracted in 200 components = 0.0403502 Jy ! Clean residual min=-0.049073 max=0.068683 Jy/beam ! Clean residual mean=-0.000038 rms=0.018267 Jy/beam ! Combined flux in latest and established models = 0.810982 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 79 components and 0.810983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.557871Jy sigma=0.660791 ! Fit after self-cal, rms=0.557868Jy sigma=0.660120 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.00280895 Jy ! Component: 100 - total flux cleaned = 0.004316 Jy ! Component: 150 - total flux cleaned = 0.0057205 Jy ! Component: 200 - total flux cleaned = 0.0065962 Jy ! Total flux subtracted in 200 components = 0.0065962 Jy ! Clean residual min=-0.048101 max=0.067588 Jy/beam ! Clean residual mean=-0.000050 rms=0.017947 Jy/beam ! Combined flux in latest and established models = 0.817579 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 81 components and 0.817579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.556898Jy sigma=0.654524 ! Fit after self-cal, rms=0.557045Jy sigma=0.654236 ! 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.557045Jy sigma=0.654236 ! Fit after self-cal, rms=0.566509Jy sigma=0.594924 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.931 mas, bmaj=11.67 mas, bpa=4.424 degrees ! Estimated noise=3.81244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00521687 Jy ! Component: 100 - total flux cleaned = 0.00688381 Jy ! Component: 150 - total flux cleaned = 0.00894171 Jy ! Component: 200 - total flux cleaned = 0.010349 Jy ! Total flux subtracted in 200 components = 0.010349 Jy ! Clean residual min=-0.043353 max=0.063273 Jy/beam ! Clean residual mean=-0.000021 rms=0.015792 Jy/beam ! Combined flux in latest and established models = 0.827928 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 84 components and 0.827928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.565475Jy sigma=0.587488 ! Fit after self-cal, rms=0.567690Jy sigma=0.586938 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.00144521 Jy ! Component: 100 - total flux cleaned = 0.00284892 Jy ! Component: 150 - total flux cleaned = 0.00416529 Jy ! Component: 200 - total flux cleaned = 0.00539223 Jy ! Total flux subtracted in 200 components = 0.00539223 Jy ! Clean residual min=-0.043081 max=0.062089 Jy/beam ! Clean residual mean=-0.000030 rms=0.015434 Jy/beam ! Combined flux in latest and established models = 0.83332 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 92 components and 0.83332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.567043Jy sigma=0.581193 ! Fit after self-cal, rms=0.567421Jy sigma=0.580865 ! 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.567421Jy sigma=0.580865 ! Fit after self-cal, rms=0.601837Jy sigma=0.579003 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.724 mas, bmaj=35.44 mas, bpa=7.491 degrees ! Estimated noise=3.57794 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0263041 Jy ! Component: 100 - total flux cleaned = 0.0282855 Jy ! Component: 150 - total flux cleaned = 0.0308101 Jy ! Component: 200 - total flux cleaned = 0.0320095 Jy ! Total flux subtracted in 200 components = 0.0320095 Jy ! Clean residual min=-0.048644 max=0.070293 Jy/beam ! Clean residual mean=-0.000051 rms=0.018787 Jy/beam ! Combined flux in latest and established models = 0.86533 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 94 components and 0.86533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.600566Jy sigma=0.573560 ! Fit after self-cal, rms=0.604180Jy sigma=0.572700 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.00186232 Jy ! Component: 100 - total flux cleaned = 0.00365406 Jy ! Component: 150 - total flux cleaned = 0.00537467 Jy ! Component: 200 - total flux cleaned = 0.00702464 Jy ! Total flux subtracted in 200 components = 0.00702464 Jy ! Clean residual min=-0.047608 max=0.067171 Jy/beam ! Clean residual mean=-0.000067 rms=0.018249 Jy/beam ! Combined flux in latest and established models = 0.872354 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 97 components and 0.872354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.603687Jy sigma=0.566315 ! Fit after self-cal, rms=0.604065Jy sigma=0.565768 ! 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.163 mas, bmaj=12.61 mas, bpa=4.976 degrees ! Estimated noise=3.94999 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.163 x 12.61 at 4.976 degrees (North through East) ! Clean map min=-0.038308 max=0.3378 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.3 mas, bmaj=9.852 mas, bpa=1.108 degrees ! Estimated noise=7.98299 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.395047 Jy ! Component: 100 - total flux cleaned = 0.589139 Jy ! Component: 150 - total flux cleaned = 0.693384 Jy ! Component: 200 - total flux cleaned = 0.749511 Jy ! Total flux subtracted in 200 components = 0.749511 Jy ! Clean residual min=-0.056676 max=0.074440 Jy/beam ! Clean residual mean=0.000068 rms=0.018500 Jy/beam ! Combined flux in latest and established models = 0.749511 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 40 model components to the UV plane model. ! The established model now contains 40 components and 0.749511 Jy ! Inverting map and beam ! Estimated beam: bmin=4.163 mas, bmaj=12.61 mas, bpa=4.976 degrees ! Estimated noise=3.94999 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.0500028 Jy ! Component: 100 - total flux cleaned = 0.0736502 Jy ! Component: 150 - total flux cleaned = 0.0766208 Jy ! Component: 200 - total flux cleaned = 0.0782343 Jy ! Total flux subtracted in 200 components = 0.0782343 Jy ! Clean residual min=-0.044333 max=0.063575 Jy/beam ! Clean residual mean=-0.000028 rms=0.016011 Jy/beam ! Combined flux in latest and established models = 0.827745 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 45 components and 0.827745 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.724 mas, bmaj=35.44 mas, bpa=7.491 degrees ! Estimated noise=3.57794 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0297703 Jy ! Component: 100 - total flux cleaned = 0.0348238 Jy ! Component: 150 - total flux cleaned = 0.0365122 Jy ! Component: 200 - total flux cleaned = 0.0381337 Jy ! Total flux subtracted in 200 components = 0.0381337 Jy ! Clean residual min=-0.048183 max=0.067155 Jy/beam ! Clean residual mean=-0.000090 rms=0.018245 Jy/beam ! Combined flux in latest and established models = 0.865879 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.00102557 Jy ! Component: 100 - total flux cleaned = 0.00253796 Jy ! Component: 150 - total flux cleaned = 0.00351442 Jy ! Component: 200 - total flux cleaned = 0.00494778 Jy ! Total flux subtracted in 200 components = 0.00494778 Jy ! Clean residual min=-0.047489 max=0.064786 Jy/beam ! Clean residual mean=-0.000100 rms=0.017867 Jy/beam ! Combined flux in latest and established models = 0.870826 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 50 components and 0.870826 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.163 mas, bmaj=12.61 mas, bpa=4.976 degrees ! Estimated noise=3.94999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0205496 Jy ! Component: 100 - total flux cleaned = -0.0205611 Jy ! Component: 150 - total flux cleaned = -0.0201399 Jy ! Component: 200 - total flux cleaned = -0.020136 Jy ! Total flux subtracted in 200 components = -0.020136 Jy ! Clean residual min=-0.041694 max=0.060621 Jy/beam ! Clean residual mean=-0.000067 rms=0.015097 Jy/beam ! Combined flux in latest and established models = 0.85069 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 0.85069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.608717Jy sigma=0.569269 ! Fit after self-cal, rms=0.607669Jy sigma=0.568687 wmodel J1733-3722_S_map.mod ! Writing 58 model components to file: J1733-3722_S_map.mod wobs J1733-3722_S_uvs.fits ! Writing UV FITS file: J1733-3722_S_uvs.fits wwins J1733-3722_S_map.win ! wwins: Wrote 1 windows to J1733-3722_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.026645 Jy ! Component: 100 - total flux cleaned = 0.0492346 Jy ! Component: 150 - total flux cleaned = 0.067958 Jy ! Component: 200 - total flux cleaned = 0.0728609 Jy ! Component: 250 - total flux cleaned = 0.0747722 Jy ! Component: 300 - total flux cleaned = 0.0759929 Jy ! Component: 350 - total flux cleaned = 0.0765871 Jy ! Component: 400 - total flux cleaned = 0.0760254 Jy ! Component: 450 - total flux cleaned = 0.0754895 Jy ! Component: 500 - total flux cleaned = 0.0770266 Jy ! Component: 550 - total flux cleaned = 0.0770285 Jy ! Component: 600 - total flux cleaned = 0.0775036 Jy ! Component: 650 - total flux cleaned = 0.0779599 Jy ! Component: 700 - total flux cleaned = 0.0779591 Jy ! Component: 750 - total flux cleaned = 0.0779693 Jy ! Component: 800 - total flux cleaned = 0.0792274 Jy ! Component: 850 - total flux cleaned = 0.0808401 Jy ! Component: 900 - total flux cleaned = 0.0820172 Jy ! Component: 950 - total flux cleaned = 0.0842962 Jy ! Component: 1000 - total flux cleaned = 0.0861452 Jy ! Component: 1050 - total flux cleaned = 0.0886543 Jy ! Component: 1100 - total flux cleaned = 0.0910902 Jy ! Component: 1150 - total flux cleaned = 0.0927858 Jy ! Component: 1200 - total flux cleaned = 0.0947718 Jy ! Component: 1250 - total flux cleaned = 0.0963752 Jy ! Component: 1300 - total flux cleaned = 0.0979397 Jy ! Component: 1350 - total flux cleaned = 0.0985458 Jy ! Component: 1400 - total flux cleaned = 0.0991459 Jy ! Component: 1450 - total flux cleaned = 0.100027 Jy ! Component: 1500 - total flux cleaned = 0.100878 Jy ! Component: 1550 - total flux cleaned = 0.101162 Jy ! Component: 1600 - total flux cleaned = 0.102255 Jy ! Component: 1650 - total flux cleaned = 0.102518 Jy ! Component: 1700 - total flux cleaned = 0.103302 Jy ! Component: 1750 - total flux cleaned = 0.10381 Jy ! Component: 1800 - total flux cleaned = 0.104063 Jy ! Component: 1850 - total flux cleaned = 0.105045 Jy ! Component: 1900 - total flux cleaned = 0.105526 Jy ! Component: 1950 - total flux cleaned = 0.105996 Jy ! Component: 2000 - total flux cleaned = 0.106226 Jy ! Component: 2050 - total flux cleaned = 0.106681 Jy ! Component: 2100 - total flux cleaned = 0.107348 Jy ! Component: 2150 - total flux cleaned = 0.107784 Jy ! Component: 2200 - total flux cleaned = 0.108214 Jy ! Component: 2250 - total flux cleaned = 0.108637 Jy ! Component: 2300 - total flux cleaned = 0.10905 Jy ! Component: 2350 - total flux cleaned = 0.109255 Jy ! Component: 2400 - total flux cleaned = 0.109857 Jy ! Component: 2450 - total flux cleaned = 0.110451 Jy ! Component: 2500 - total flux cleaned = 0.110839 Jy ! Component: 2550 - total flux cleaned = 0.111032 Jy ! Component: 2600 - total flux cleaned = 0.111033 Jy ! Component: 2650 - total flux cleaned = 0.110846 Jy ! Component: 2700 - total flux cleaned = 0.111032 Jy ! Component: 2750 - total flux cleaned = 0.110482 Jy ! Component: 2800 - total flux cleaned = 0.109939 Jy ! Component: 2850 - total flux cleaned = 0.109581 Jy ! Component: 2900 - total flux cleaned = 0.109226 Jy ! Component: 2950 - total flux cleaned = 0.109756 Jy ! Component: 3000 - total flux cleaned = 0.109405 Jy ! Component: 3050 - total flux cleaned = 0.109579 Jy ! Component: 3100 - total flux cleaned = 0.10906 Jy ! Component: 3150 - total flux cleaned = 0.109406 Jy ! Component: 3200 - total flux cleaned = 0.109405 Jy ! Component: 3250 - total flux cleaned = 0.109063 Jy ! Component: 3300 - total flux cleaned = 0.109064 Jy ! Component: 3350 - total flux cleaned = 0.108894 Jy ! Component: 3400 - total flux cleaned = 0.108557 Jy ! Component: 3450 - total flux cleaned = 0.108725 Jy ! Component: 3500 - total flux cleaned = 0.108556 Jy ! Component: 3550 - total flux cleaned = 0.108557 Jy ! Component: 3600 - total flux cleaned = 0.108895 Jy ! Component: 3650 - total flux cleaned = 0.108894 Jy ! Component: 3700 - total flux cleaned = 0.109062 Jy ! Component: 3750 - total flux cleaned = 0.109398 Jy ! Component: 3800 - total flux cleaned = 0.109567 Jy ! Component: 3850 - total flux cleaned = 0.109906 Jy ! Component: 3900 - total flux cleaned = 0.110412 Jy ! Component: 3950 - total flux cleaned = 0.110921 Jy ! Component: 4000 - total flux cleaned = 0.111429 Jy ! Component: 4050 - total flux cleaned = 0.1116 Jy ! Total flux subtracted in 4096 components = 0.11228 Jy ! Clean residual min=-0.011760 max=0.009085 Jy/beam ! Clean residual mean=-0.000025 rms=0.003465 Jy/beam ! Combined flux in latest and established models = 0.962971 Jy keep ! Adding 451 model components to the UV plane model. ! The established model now contains 509 components and 0.96297 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1733-3722_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.163 x 12.61 at 4.976 degrees (North through East) ! Clean map min=-0.024645 max=0.36322 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1733-3722_S_map.fits wmodel /image_prod/ug002_uva//J1733-3722_S_map.mod ! Writing 509 model components to file: /image_prod/ug002_uva//J1733-3722_S_map.mod wobs /image_prod/ug002_uva//J1733-3722_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1733-3722_S_uvs.fits wwins /image_prod/ug002_uva//J1733-3722_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1733-3722_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.363216 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00422662 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.49099 3.49099 6.98198 13.964 27.9279 55.8559 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0126 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.363 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 85.935 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1733-3722_S_dfm.log closed on Thu Mar 5 03:18:17 2020