! Started logfile: /image_prod/ug002_uva//J0915-3029_S_dfm.log on Wed Mar 4 22:54:38 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//J0915-3029_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0915-3029_S_uva.fits ! AN table 1: 30 integrations on 21 of 21 possible baselines. ! AN table 2: 30 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.995238 visibilities/baseline/integration-bin. ! Found source: J0915-3029 ! ! 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 4389 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 J0915-3029_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.001099Jy sigma=6.851181 ! Fit after self-cal, rms=0.937964Jy sigma=6.414091 ! 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=3.057 mas, bmaj=11.21 mas, bpa=-10.92 degrees ! Estimated noise=2.39785 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.0455226 Jy ! Component: 100 - total flux cleaned = 0.0612738 Jy ! Total flux subtracted in 100 components = 0.0612738 Jy ! Clean residual min=-0.006390 max=0.007677 Jy/beam ! Clean residual mean=-0.000002 rms=0.001807 Jy/beam ! Combined flux in latest and established models = 0.0612738 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0612738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082213Jy sigma=0.512157 ! Fit after self-cal, rms=0.081360Jy sigma=0.505440 ! 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=4.047 mas, bmaj=14.21 mas, bpa=-10.41 degrees ! Estimated noise=1.60505 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.0125675 Jy ! Component: 100 - total flux cleaned = 0.0177851 Jy ! Component: 150 - total flux cleaned = 0.0201066 Jy ! Component: 200 - total flux cleaned = 0.0212095 Jy ! Total flux subtracted in 200 components = 0.0212095 Jy ! Clean residual min=-0.005924 max=0.004095 Jy/beam ! Clean residual mean=0.000014 rms=0.001539 Jy/beam ! Combined flux in latest and established models = 0.0824833 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 55 components and 0.0824833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079733Jy sigma=0.492777 ! Fit after self-cal, rms=0.079726Jy sigma=0.492488 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.047 x 14.21 at -10.41 degrees (North through East) ! Clean map min=-0.0059901 max=0.063149 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.11 KP 1.02 LA 1.03 NL 1.03 ! OV 0.63 PT 0.98 SC 1.13 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.39 FD 1.08 KP 1.05 LA 1.15 ! MK 1.23 NL 1.26 OV 0.59 PT 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 1.08 LA 0.99 NL 1.04 ! OV 1.01 PT 1.06 SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.50 FD 1.08 KP 1.04 LA 0.96 ! MK 0.99 NL 1.11 OV 0.99 PT 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 KP 1.12 LA 1.05 NL 0.94 ! OV 0.60 PT 0.99 SC 0.85 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.16 FD 1.20 KP 1.13 LA 1.03 ! MK 0.92 NL 1.03 OV 0.64 PT 1.03 ! ! ! Fit before self-cal, rms=0.079726Jy sigma=0.492488 ! Fit after self-cal, rms=0.082661Jy sigma=0.476728 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.066 mas, bmaj=14.2 mas, bpa=-9.701 degrees ! Estimated noise=1.60465 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.000353777 Jy ! Component: 100 - total flux cleaned = 0.000391023 Jy ! Component: 150 - total flux cleaned = 0.00039206 Jy ! Component: 200 - total flux cleaned = 0.000390575 Jy ! Total flux subtracted in 200 components = 0.000390575 Jy ! Clean residual min=-0.002740 max=0.002355 Jy/beam ! Clean residual mean=-0.000012 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.0828739 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 67 components and 0.0828739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082628Jy sigma=0.476534 ! Fit after self-cal, rms=0.083325Jy sigma=0.474345 ! 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.083325Jy sigma=0.474345 ! Fit after self-cal, rms=0.084092Jy sigma=0.473867 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.018 mas, bmaj=13.99 mas, bpa=-9.487 degrees ! Estimated noise=1.59445 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000185646 Jy ! Component: 100 - total flux cleaned = 0.000251249 Jy ! Component: 150 - total flux cleaned = 0.000335661 Jy ! Component: 200 - total flux cleaned = 0.000360047 Jy ! Total flux subtracted in 200 components = 0.000360047 Jy ! Clean residual min=-0.002817 max=0.002292 Jy/beam ! Clean residual mean=-0.000017 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.0832339 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 79 components and 0.0832339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084065Jy sigma=0.473736 ! Fit after self-cal, rms=0.084207Jy sigma=0.472981 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.46499e-05 Jy ! Component: 100 - total flux cleaned = -6.29998e-05 Jy ! Component: 150 - total flux cleaned = -1.54236e-05 Jy ! Component: 200 - total flux cleaned = 6.91888e-06 Jy ! Total flux subtracted in 200 components = 6.91888e-06 Jy ! Clean residual min=-0.002783 max=0.002092 Jy/beam ! Clean residual mean=-0.000016 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.0832409 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 87 components and 0.0832408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084188Jy sigma=0.472895 ! Fit after self-cal, rms=0.084192Jy sigma=0.472877 ! 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.084192Jy sigma=0.472877 ! Fit after self-cal, rms=0.083420Jy sigma=0.472774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.954 mas, bmaj=13.75 mas, bpa=-9.431 degrees ! Estimated noise=1.57149 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000266442 Jy ! Component: 100 - total flux cleaned = 0.000232883 Jy ! Component: 150 - total flux cleaned = 0.000305214 Jy ! Component: 200 - total flux cleaned = 0.000349536 Jy ! Total flux subtracted in 200 components = 0.000349536 Jy ! Clean residual min=-0.002644 max=0.002154 Jy/beam ! Clean residual mean=-0.000017 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.0835904 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 91 components and 0.0835904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083397Jy sigma=0.472657 ! Fit after self-cal, rms=0.083457Jy sigma=0.472606 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.59336e-05 Jy ! Component: 100 - total flux cleaned = -3.69211e-06 Jy ! Component: 150 - total flux cleaned = 3.85531e-05 Jy ! Component: 200 - total flux cleaned = 7.81266e-05 Jy ! Total flux subtracted in 200 components = 7.81266e-05 Jy ! Clean residual min=-0.002687 max=0.002168 Jy/beam ! Clean residual mean=-0.000017 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.0836685 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 91 components and 0.0836685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083443Jy sigma=0.472530 ! Fit after self-cal, rms=0.083443Jy sigma=0.472511 ! 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.083443Jy sigma=0.472511 ! Fit after self-cal, rms=0.082602Jy sigma=0.472439 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.09 mas, bmaj=27.97 mas, bpa=-4.465 degrees ! Estimated noise=1.82335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000439336 Jy ! Component: 100 - total flux cleaned = 0.000468304 Jy ! Component: 150 - total flux cleaned = 0.000508529 Jy ! Component: 200 - total flux cleaned = 0.000546918 Jy ! Total flux subtracted in 200 components = 0.000546918 Jy ! Clean residual min=-0.002249 max=0.001990 Jy/beam ! Clean residual mean=-0.000026 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.0842154 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 95 components and 0.0842154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082594Jy sigma=0.472443 ! Fit after self-cal, rms=0.082609Jy sigma=0.472422 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 = 7.83609e-05 Jy ! Component: 100 - total flux cleaned = 7.77812e-05 Jy ! Component: 150 - total flux cleaned = 0.000103932 Jy ! Component: 200 - total flux cleaned = 0.000127859 Jy ! Total flux subtracted in 200 components = 0.000127859 Jy ! Clean residual min=-0.002232 max=0.001957 Jy/beam ! Clean residual mean=-0.000026 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.0843433 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 100 components and 0.0843433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082603Jy sigma=0.472430 ! Fit after self-cal, rms=0.082603Jy sigma=0.472411 ! 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.89 mas, bmaj=13.53 mas, bpa=-9.417 degrees ! Estimated noise=1.54879 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.89 x 13.53 at -9.417 degrees (North through East) ! Clean map min=-0.0026022 max=0.059749 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.979 mas, bmaj=10.74 mas, bpa=-10.47 degrees ! Estimated noise=2.27228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.043552 Jy ! Component: 100 - total flux cleaned = 0.0611638 Jy ! Component: 150 - total flux cleaned = 0.0706357 Jy ! Component: 200 - total flux cleaned = 0.0759637 Jy ! Total flux subtracted in 200 components = 0.0759637 Jy ! Clean residual min=-0.003755 max=0.003583 Jy/beam ! Clean residual mean=-0.000011 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.0759637 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.0759637 Jy ! Inverting map and beam ! Estimated beam: bmin=3.89 mas, bmaj=13.53 mas, bpa=-9.417 degrees ! Estimated noise=1.54879 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.00463774 Jy ! Component: 100 - total flux cleaned = 0.00664633 Jy ! Component: 150 - total flux cleaned = 0.00754465 Jy ! Component: 200 - total flux cleaned = 0.007646 Jy ! Total flux subtracted in 200 components = 0.007646 Jy ! Clean residual min=-0.002621 max=0.002269 Jy/beam ! Clean residual mean=-0.000018 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.0836097 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 60 components and 0.0836097 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.09 mas, bmaj=27.97 mas, bpa=-4.465 degrees ! Estimated noise=1.82335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00057915 Jy ! Component: 100 - total flux cleaned = 0.000596159 Jy ! Component: 150 - total flux cleaned = 0.000611811 Jy ! Component: 200 - total flux cleaned = 0.000642746 Jy ! Total flux subtracted in 200 components = 0.000642746 Jy ! Clean residual min=-0.002238 max=0.002044 Jy/beam ! Clean residual mean=-0.000026 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.0842525 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 = 1.46937e-05 Jy ! Component: 100 - total flux cleaned = 4.26966e-05 Jy ! Component: 150 - total flux cleaned = 5.58626e-05 Jy ! Component: 200 - total flux cleaned = 8.24605e-05 Jy ! Total flux subtracted in 200 components = 8.24605e-05 Jy ! Clean residual min=-0.002235 max=0.002012 Jy/beam ! Clean residual mean=-0.000026 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.084335 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 67 components and 0.0843349 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.89 mas, bmaj=13.53 mas, bpa=-9.417 degrees ! Estimated noise=1.54879 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000303043 Jy ! Component: 100 - total flux cleaned = -0.000277697 Jy ! Component: 150 - total flux cleaned = -0.000277111 Jy ! Component: 200 - total flux cleaned = -0.000295056 Jy ! Total flux subtracted in 200 components = -0.000295056 Jy ! Clean residual min=-0.002540 max=0.002280 Jy/beam ! Clean residual mean=-0.000017 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.0840399 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 77 components and 0.0840399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082608Jy sigma=0.472475 ! Fit after self-cal, rms=0.082613Jy sigma=0.472388 wmodel J0915-3029_S_map.mod ! Writing 77 model components to file: J0915-3029_S_map.mod wobs J0915-3029_S_uvs.fits ! Writing UV FITS file: J0915-3029_S_uvs.fits wwins J0915-3029_S_map.win ! wwins: Wrote 1 windows to J0915-3029_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.000991597 Jy ! Component: 100 - total flux cleaned = -0.00127091 Jy ! Component: 150 - total flux cleaned = -0.00160246 Jy ! Component: 200 - total flux cleaned = -0.00198214 Jy ! Component: 250 - total flux cleaned = -0.00217862 Jy ! Component: 300 - total flux cleaned = -0.00239751 Jy ! Component: 350 - total flux cleaned = -0.00266652 Jy ! Component: 400 - total flux cleaned = -0.00292651 Jy ! Component: 450 - total flux cleaned = -0.00326133 Jy ! Component: 500 - total flux cleaned = -0.00347692 Jy ! Component: 550 - total flux cleaned = -0.00373767 Jy ! Component: 600 - total flux cleaned = -0.00388947 Jy ! Component: 650 - total flux cleaned = -0.00413454 Jy ! Component: 700 - total flux cleaned = -0.00434906 Jy ! Component: 750 - total flux cleaned = -0.00453583 Jy ! Component: 800 - total flux cleaned = -0.00471754 Jy ! Component: 850 - total flux cleaned = -0.00485088 Jy ! Component: 900 - total flux cleaned = -0.00496031 Jy ! Component: 950 - total flux cleaned = -0.00511096 Jy ! Component: 1000 - total flux cleaned = -0.00521641 Jy ! Component: 1050 - total flux cleaned = -0.00529927 Jy ! Component: 1100 - total flux cleaned = -0.0053602 Jy ! Component: 1150 - total flux cleaned = -0.00539997 Jy ! Component: 1200 - total flux cleaned = -0.00538027 Jy ! Component: 1250 - total flux cleaned = -0.00543839 Jy ! Component: 1300 - total flux cleaned = -0.00539997 Jy ! Component: 1350 - total flux cleaned = -0.00534344 Jy ! Component: 1400 - total flux cleaned = -0.00530649 Jy ! Component: 1450 - total flux cleaned = -0.00523365 Jy ! Component: 1500 - total flux cleaned = -0.00519782 Jy ! Component: 1550 - total flux cleaned = -0.00519794 Jy ! Component: 1600 - total flux cleaned = -0.005128 Jy ! Component: 1650 - total flux cleaned = -0.00505932 Jy ! Component: 1700 - total flux cleaned = -0.0049917 Jy ! Component: 1750 - total flux cleaned = -0.00497506 Jy ! Component: 1800 - total flux cleaned = -0.00492522 Jy ! Component: 1850 - total flux cleaned = -0.00490877 Jy ! Component: 1900 - total flux cleaned = -0.00484402 Jy ! Component: 1950 - total flux cleaned = -0.00479603 Jy ! Component: 2000 - total flux cleaned = -0.00476442 Jy ! Component: 2050 - total flux cleaned = -0.00470183 Jy ! Component: 2100 - total flux cleaned = -0.00465539 Jy ! Component: 2150 - total flux cleaned = -0.00457885 Jy ! Component: 2200 - total flux cleaned = -0.00453353 Jy ! Component: 2250 - total flux cleaned = -0.00451856 Jy ! Component: 2300 - total flux cleaned = -0.00445876 Jy ! Component: 2350 - total flux cleaned = -0.00441446 Jy ! Component: 2400 - total flux cleaned = -0.00438504 Jy ! Component: 2450 - total flux cleaned = -0.00431231 Jy ! Component: 2500 - total flux cleaned = -0.00426904 Jy ! Component: 2550 - total flux cleaned = -0.00424042 Jy ! Component: 2600 - total flux cleaned = -0.00422609 Jy ! Component: 2650 - total flux cleaned = -0.00416958 Jy ! Component: 2700 - total flux cleaned = -0.00416968 Jy ! Component: 2750 - total flux cleaned = -0.00415568 Jy ! Component: 2800 - total flux cleaned = -0.00415561 Jy ! Component: 2850 - total flux cleaned = -0.00412815 Jy ! Component: 2900 - total flux cleaned = -0.00412824 Jy ! Component: 2950 - total flux cleaned = -0.00410111 Jy ! Component: 3000 - total flux cleaned = -0.00406059 Jy ! Component: 3050 - total flux cleaned = -0.0040338 Jy ! Component: 3100 - total flux cleaned = -0.00407392 Jy ! Component: 3150 - total flux cleaned = -0.00402083 Jy ! Component: 3200 - total flux cleaned = -0.00402092 Jy ! Component: 3250 - total flux cleaned = -0.00402101 Jy ! Component: 3300 - total flux cleaned = -0.00398188 Jy ! Component: 3350 - total flux cleaned = -0.00400785 Jy ! Component: 3400 - total flux cleaned = -0.00398187 Jy ! Component: 3450 - total flux cleaned = -0.00396896 Jy ! Component: 3500 - total flux cleaned = -0.00395611 Jy ! Component: 3550 - total flux cleaned = -0.00394324 Jy ! Component: 3600 - total flux cleaned = -0.00394319 Jy ! Component: 3650 - total flux cleaned = -0.00390494 Jy ! Component: 3700 - total flux cleaned = -0.00389225 Jy ! Component: 3750 - total flux cleaned = -0.00385425 Jy ! Component: 3800 - total flux cleaned = -0.00379087 Jy ! Component: 3850 - total flux cleaned = -0.00372748 Jy ! Component: 3900 - total flux cleaned = -0.00370215 Jy ! Component: 3950 - total flux cleaned = -0.00363888 Jy ! Component: 4000 - total flux cleaned = -0.00360091 Jy ! Component: 4050 - total flux cleaned = -0.00357563 Jy ! Total flux subtracted in 4096 components = -0.00351244 Jy ! Clean residual min=-0.000894 max=0.000717 Jy/beam ! Clean residual mean=0.000003 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.0805275 Jy keep ! Adding 250 model components to the UV plane model. ! The established model now contains 327 components and 0.0805275 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0915-3029_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.89 x 13.53 at -9.417 degrees (North through East) ! Clean map min=-0.0020828 max=0.058088 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0915-3029_S_map.fits wmodel /image_prod/ug002_uva//J0915-3029_S_map.mod ! Writing 327 model components to file: /image_prod/ug002_uva//J0915-3029_S_map.mod wobs /image_prod/ug002_uva//J0915-3029_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0915-3029_S_uvs.fits wwins /image_prod/ug002_uva//J0915-3029_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0915-3029_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0580878 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000226803 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.17134 1.17134 2.34269 4.68537 9.37075 18.7415 37.483 74.966 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.058 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 256.116 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0915-3029_S_dfm.log closed on Wed Mar 4 22:54:42 2020