! Started logfile: /image_prod/ug002_uva//J2319-3656_S_dfm.log on Thu Mar 5 06:11:20 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//J2319-3656_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2319-3656_S_uva.fits ! AN table 1: 37 integrations on 21 of 21 possible baselines. ! AN table 2: 37 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.998498 visibilities/baseline/integration-bin. ! Found source: J2319-3656 ! ! 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 3990 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 J2319-3656_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=0.997935Jy sigma=6.418137 ! Fit after self-cal, rms=0.952734Jy sigma=6.124470 ! 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.468 mas, bmaj=8.944 mas, bpa=-11.74 degrees ! Estimated noise=3.65977 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.0412835 Jy ! Component: 100 - total flux cleaned = 0.0483009 Jy ! Total flux subtracted in 100 components = 0.0483009 Jy ! Clean residual min=-0.008509 max=0.008408 Jy/beam ! Clean residual mean=-0.000001 rms=0.002703 Jy/beam ! Combined flux in latest and established models = 0.0483009 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0483009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068597Jy sigma=0.416775 ! Fit after self-cal, rms=0.067354Jy sigma=0.408612 ! 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.091 mas, bmaj=10.09 mas, bpa=-9.427 degrees ! Estimated noise=1.7702 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.0013248 Jy ! Component: 100 - total flux cleaned = 0.00118766 Jy ! Component: 150 - total flux cleaned = 0.00115466 Jy ! Component: 200 - total flux cleaned = 0.00115846 Jy ! Total flux subtracted in 200 components = 0.00115846 Jy ! Clean residual min=-0.003393 max=0.002423 Jy/beam ! Clean residual mean=0.000013 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.0494594 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.0494594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067273Jy sigma=0.408197 ! Fit after self-cal, rms=0.067237Jy sigma=0.408129 ! 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.091 x 10.09 at -9.427 degrees (North through East) ! Clean map min=-0.0034506 max=0.051873 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.10 KP 1.02 LA 1.22 MK 0.98 ! NL 0.96 PT 0.97 SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.96 KP 0.99 LA 1.06 MK 1.04 ! OV 1.07 PT 0.85 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.10 KP 0.95 LA 0.98 MK 0.94 ! NL 0.91 PT 1.03 SC 0.92 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00 KP 1.10 LA 0.97 MK 1.04 ! OV 0.88 PT 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.14 KP 1.07 LA 0.98 MK 1.01 ! NL 0.87 PT 0.97 SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.05 KP 1.00 LA 0.96 MK 0.92 ! OV 1.06 PT 0.90 ! ! ! Fit before self-cal, rms=0.067237Jy sigma=0.408129 ! Fit after self-cal, rms=0.065828Jy sigma=0.406766 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.063 mas, bmaj=10.04 mas, bpa=-9.354 degrees ! Estimated noise=1.75355 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.000100615 Jy ! Component: 100 - total flux cleaned = -4.93602e-05 Jy ! Component: 150 - total flux cleaned = -6.77227e-05 Jy ! Component: 200 - total flux cleaned = -6.73402e-05 Jy ! Total flux subtracted in 200 components = -6.73402e-05 Jy ! Clean residual min=-0.003151 max=0.002142 Jy/beam ! Clean residual mean=0.000022 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.049392 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 27 components and 0.049392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065809Jy sigma=0.406675 ! Fit after self-cal, rms=0.065802Jy sigma=0.406389 ! 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.065802Jy sigma=0.406389 ! Fit after self-cal, rms=0.065720Jy sigma=0.406326 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.051 mas, bmaj=9.994 mas, bpa=-9.376 degrees ! Estimated noise=1.75034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.28986e-05 Jy ! Component: 100 - total flux cleaned = 2.96181e-05 Jy ! Component: 150 - total flux cleaned = 1.14628e-05 Jy ! Component: 200 - total flux cleaned = 1.18564e-05 Jy ! Total flux subtracted in 200 components = 1.18564e-05 Jy ! Clean residual min=-0.003008 max=0.002108 Jy/beam ! Clean residual mean=0.000023 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.0494039 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 28 components and 0.0494039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065705Jy sigma=0.406256 ! Fit after self-cal, rms=0.065714Jy sigma=0.406213 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.000127092 Jy ! Component: 100 - total flux cleaned = -7.64182e-05 Jy ! Component: 150 - total flux cleaned = -7.63818e-05 Jy ! Component: 200 - total flux cleaned = -7.48707e-05 Jy ! Total flux subtracted in 200 components = -7.48707e-05 Jy ! Clean residual min=-0.002959 max=0.002112 Jy/beam ! Clean residual mean=0.000021 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.049329 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.049329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065704Jy sigma=0.406161 ! Fit after self-cal, rms=0.065700Jy sigma=0.406141 ! 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.065700Jy sigma=0.406141 ! Fit after self-cal, rms=0.065573Jy sigma=0.406131 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.042 mas, bmaj=9.969 mas, bpa=-9.413 degrees ! Estimated noise=1.74631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.89182e-06 Jy ! Component: 100 - total flux cleaned = 3.96471e-05 Jy ! Component: 150 - total flux cleaned = 3.96602e-05 Jy ! Component: 200 - total flux cleaned = 5.16002e-05 Jy ! Total flux subtracted in 200 components = 5.16002e-05 Jy ! Clean residual min=-0.002871 max=0.002128 Jy/beam ! Clean residual mean=0.000021 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.0493806 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 31 components and 0.0493806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065565Jy sigma=0.406089 ! Fit after self-cal, rms=0.065565Jy sigma=0.406073 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.000117498 Jy ! Component: 100 - total flux cleaned = -7.5986e-05 Jy ! Component: 150 - total flux cleaned = -7.60319e-05 Jy ! Component: 200 - total flux cleaned = -7.59002e-05 Jy ! Total flux subtracted in 200 components = -7.59002e-05 Jy ! Clean residual min=-0.002838 max=0.002139 Jy/beam ! Clean residual mean=0.000021 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.0493047 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.0493047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065559Jy sigma=0.406040 ! Fit after self-cal, rms=0.065554Jy sigma=0.406029 ! 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.065554Jy sigma=0.406029 ! Fit after self-cal, rms=0.065500Jy sigma=0.406026 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.485 mas, bmaj=27.91 mas, bpa=-0.3832 degrees ! Estimated noise=2.24677 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00014424 Jy ! Component: 100 - total flux cleaned = 0.000142904 Jy ! Component: 150 - total flux cleaned = 0.000142038 Jy ! Component: 200 - total flux cleaned = 0.000135951 Jy ! Total flux subtracted in 200 components = 0.000135951 Jy ! Clean residual min=-0.002548 max=0.002163 Jy/beam ! Clean residual mean=0.000041 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.0494407 Jy selfcal ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 32 components and 0.0494407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065498Jy sigma=0.406019 ! Fit after self-cal, rms=0.065493Jy sigma=0.405990 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.09221e-05 Jy ! Component: 100 - total flux cleaned = -2.1384e-05 Jy ! Component: 150 - total flux cleaned = -2.19428e-05 Jy ! Component: 200 - total flux cleaned = -2.81471e-05 Jy ! Total flux subtracted in 200 components = -2.81471e-05 Jy ! Clean residual min=-0.002524 max=0.002156 Jy/beam ! Clean residual mean=0.000041 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.0494125 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 32 components and 0.0494125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065493Jy sigma=0.405987 ! Fit after self-cal, rms=0.065486Jy sigma=0.405964 ! 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.038 mas, bmaj=9.956 mas, bpa=-9.446 degrees ! Estimated noise=1.74472 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.038 x 9.956 at -9.446 degrees (North through East) ! Clean map min=-0.0030514 max=0.05169 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.417 mas, bmaj=8.89 mas, bpa=-11.76 degrees ! Estimated noise=3.61722 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.042326 Jy ! Component: 100 - total flux cleaned = 0.0489403 Jy ! Component: 150 - total flux cleaned = 0.0483564 Jy ! Component: 200 - total flux cleaned = 0.0485081 Jy ! Total flux subtracted in 200 components = 0.0485081 Jy ! Clean residual min=-0.007600 max=0.006977 Jy/beam ! Clean residual mean=0.000013 rms=0.002296 Jy/beam ! Combined flux in latest and established models = 0.0485081 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0485081 Jy ! Inverting map and beam ! Estimated beam: bmin=3.038 mas, bmaj=9.956 mas, bpa=-9.446 degrees ! Estimated noise=1.74472 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.00045607 Jy ! Component: 100 - total flux cleaned = 0.000645521 Jy ! Component: 150 - total flux cleaned = 0.000712222 Jy ! Component: 200 - total flux cleaned = 0.000857977 Jy ! Total flux subtracted in 200 components = 0.000857977 Jy ! Clean residual min=-0.002918 max=0.002161 Jy/beam ! Clean residual mean=0.000021 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.049366 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 31 components and 0.049366 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=9.485 mas, bmaj=27.91 mas, bpa=-0.3832 degrees ! Estimated noise=2.24677 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000137978 Jy ! Component: 100 - total flux cleaned = 0.000142241 Jy ! Component: 150 - total flux cleaned = 0.000143787 Jy ! Component: 200 - total flux cleaned = 0.000145857 Jy ! Total flux subtracted in 200 components = 0.000145857 Jy ! Clean residual min=-0.002604 max=0.002235 Jy/beam ! Clean residual mean=0.000041 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.0495119 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 = 2.08846e-06 Jy ! Component: 100 - total flux cleaned = 3.44999e-06 Jy ! Component: 150 - total flux cleaned = 3.45701e-06 Jy ! Component: 200 - total flux cleaned = -3.95066e-06 Jy ! Total flux subtracted in 200 components = -3.95066e-06 Jy ! Clean residual min=-0.002567 max=0.002189 Jy/beam ! Clean residual mean=0.000041 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.0495079 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 0.0495079 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.038 mas, bmaj=9.956 mas, bpa=-9.446 degrees ! Estimated noise=1.74472 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.12212e-05 Jy ! Component: 100 - total flux cleaned = 4.51577e-05 Jy ! Component: 150 - total flux cleaned = 6.86045e-05 Jy ! Component: 200 - total flux cleaned = 6.84102e-05 Jy ! Total flux subtracted in 200 components = 6.84102e-05 Jy ! Clean residual min=-0.002881 max=0.002096 Jy/beam ! Clean residual mean=0.000021 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.0495763 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.0495763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065500Jy sigma=0.406070 ! Fit after self-cal, rms=0.065492Jy sigma=0.406018 wmodel J2319-3656_S_map.mod ! Writing 47 model components to file: J2319-3656_S_map.mod wobs J2319-3656_S_uvs.fits ! Writing UV FITS file: J2319-3656_S_uvs.fits wwins J2319-3656_S_map.win ! wwins: Wrote 1 windows to J2319-3656_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.00117555 Jy ! Component: 100 - total flux cleaned = -0.00121735 Jy ! Component: 150 - total flux cleaned = -0.00108409 Jy ! Component: 200 - total flux cleaned = -0.000897016 Jy ! Component: 250 - total flux cleaned = -0.000838344 Jy ! Component: 300 - total flux cleaned = -0.000781944 Jy ! Component: 350 - total flux cleaned = -0.000754166 Jy ! Component: 400 - total flux cleaned = -0.000754051 Jy ! Component: 450 - total flux cleaned = -0.00073013 Jy ! Component: 500 - total flux cleaned = -0.000636361 Jy ! Component: 550 - total flux cleaned = -0.000544674 Jy ! Component: 600 - total flux cleaned = -0.000410839 Jy ! Component: 650 - total flux cleaned = -0.000280756 Jy ! Component: 700 - total flux cleaned = -0.000174989 Jy ! Component: 750 - total flux cleaned = -5.18498e-05 Jy ! Component: 800 - total flux cleaned = 4.85301e-05 Jy ! Component: 850 - total flux cleaned = 0.000205569 Jy ! Component: 900 - total flux cleaned = 0.00030111 Jy ! Component: 950 - total flux cleaned = 0.000451252 Jy ! Component: 1000 - total flux cleaned = 0.000561541 Jy ! Component: 1050 - total flux cleaned = 0.000706337 Jy ! Component: 1100 - total flux cleaned = 0.000866186 Jy ! Component: 1150 - total flux cleaned = 0.00100576 Jy ! Component: 1200 - total flux cleaned = 0.00117715 Jy ! Component: 1250 - total flux cleaned = 0.00131162 Jy ! Component: 1300 - total flux cleaned = 0.00141065 Jy ! Component: 1350 - total flux cleaned = 0.00157344 Jy ! Component: 1400 - total flux cleaned = 0.00170151 Jy ! Component: 1450 - total flux cleaned = 0.00181208 Jy ! Component: 1500 - total flux cleaned = 0.00195212 Jy ! Component: 1550 - total flux cleaned = 0.0020902 Jy ! Component: 1600 - total flux cleaned = 0.00225647 Jy ! Component: 1650 - total flux cleaned = 0.00240548 Jy ! Component: 1700 - total flux cleaned = 0.00252316 Jy ! Component: 1750 - total flux cleaned = 0.00263955 Jy ! Component: 1800 - total flux cleaned = 0.0027688 Jy ! Component: 1850 - total flux cleaned = 0.00283978 Jy ! Component: 1900 - total flux cleaned = 0.00295224 Jy ! Component: 1950 - total flux cleaned = 0.00304949 Jy ! Component: 2000 - total flux cleaned = 0.0031456 Jy ! Component: 2050 - total flux cleaned = 0.00322715 Jy ! Component: 2100 - total flux cleaned = 0.00332167 Jy ! Component: 2150 - total flux cleaned = 0.00344212 Jy ! Component: 2200 - total flux cleaned = 0.00356145 Jy ! Component: 2250 - total flux cleaned = 0.0036534 Jy ! Component: 2300 - total flux cleaned = 0.0037837 Jy ! Component: 2350 - total flux cleaned = 0.00392585 Jy ! Component: 2400 - total flux cleaned = 0.00406712 Jy ! Component: 2450 - total flux cleaned = 0.00422018 Jy ! Component: 2500 - total flux cleaned = 0.00434708 Jy ! Component: 2550 - total flux cleaned = 0.00449847 Jy ! Component: 2600 - total flux cleaned = 0.00459893 Jy ! Component: 2650 - total flux cleaned = 0.00472381 Jy ! Component: 2700 - total flux cleaned = 0.00484803 Jy ! Component: 2750 - total flux cleaned = 0.00499636 Jy ! Component: 2800 - total flux cleaned = 0.00511929 Jy ! Component: 2850 - total flux cleaned = 0.00524156 Jy ! Component: 2900 - total flux cleaned = 0.00536337 Jy ! Component: 2950 - total flux cleaned = 0.00547247 Jy ! Component: 3000 - total flux cleaned = 0.00558112 Jy ! Component: 3050 - total flux cleaned = 0.00571323 Jy ! Component: 3100 - total flux cleaned = 0.00582085 Jy ! Component: 3150 - total flux cleaned = 0.00597549 Jy ! Component: 3200 - total flux cleaned = 0.00605844 Jy ! Component: 3250 - total flux cleaned = 0.00617646 Jy ! Component: 3300 - total flux cleaned = 0.00628224 Jy ! Component: 3350 - total flux cleaned = 0.00639932 Jy ! Component: 3400 - total flux cleaned = 0.00649262 Jy ! Component: 3450 - total flux cleaned = 0.00663222 Jy ! Component: 3500 - total flux cleaned = 0.00672491 Jy ! Component: 3550 - total flux cleaned = 0.0068405 Jy ! Component: 3600 - total flux cleaned = 0.00694427 Jy ! Component: 3650 - total flux cleaned = 0.00705931 Jy ! Component: 3700 - total flux cleaned = 0.00717394 Jy ! Component: 3750 - total flux cleaned = 0.00728834 Jy ! Component: 3800 - total flux cleaned = 0.00739099 Jy ! Component: 3850 - total flux cleaned = 0.00749347 Jy ! Component: 3900 - total flux cleaned = 0.0075959 Jy ! Component: 3950 - total flux cleaned = 0.00770953 Jy ! Component: 4000 - total flux cleaned = 0.00782296 Jy ! Component: 4050 - total flux cleaned = 0.0079476 Jy ! Total flux subtracted in 4096 components = 0.00803812 Jy ! Clean residual min=-0.000588 max=0.000633 Jy/beam ! Clean residual mean=0.000004 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.0576145 Jy keep ! Adding 223 model components to the UV plane model. ! The established model now contains 270 components and 0.0576145 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2319-3656_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.038 x 9.956 at -9.446 degrees (North through East) ! Clean map min=-0.0023256 max=0.050566 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2319-3656_S_map.fits wmodel /image_prod/ug002_uva//J2319-3656_S_map.mod ! Writing 270 model components to file: /image_prod/ug002_uva//J2319-3656_S_map.mod wobs /image_prod/ug002_uva//J2319-3656_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2319-3656_S_uvs.fits wwins /image_prod/ug002_uva//J2319-3656_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2319-3656_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0505662 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000171712 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.01874 1.01874 2.03747 4.07494 8.14988 16.2998 32.5995 65.199 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.05 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 294.482 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2319-3656_S_dfm.log closed on Thu Mar 5 06:11:24 2020