! Started logfile: /image_prod/ug002_uva//J1232-1015_S_dfm.log on Thu Mar 5 00:43:29 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//J1232-1015_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1232-1015_S_uva.fits ! AN table 1: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.98125 visibilities/baseline/integration-bin. ! Found source: J1232-1015 ! ! 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 4239 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 J1232-1015_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 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011202Jy sigma=7.643464 ! Fit after self-cal, rms=0.899657Jy sigma=6.793663 ! 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.678 mas, bmaj=7.297 mas, bpa=-3.288 degrees ! Estimated noise=2.12741 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.0801493 Jy ! Component: 100 - total flux cleaned = 0.0976271 Jy ! Total flux subtracted in 100 components = 0.0976271 Jy ! Clean residual min=-0.005746 max=0.009577 Jy/beam ! Clean residual mean=-0.000008 rms=0.001599 Jy/beam ! Combined flux in latest and established models = 0.0976271 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0976271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086283Jy sigma=0.503239 ! Fit after self-cal, rms=0.086286Jy sigma=0.503060 ! Inverting map ! Added new window around map position (10, -6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00796602 Jy ! Component: 100 - total flux cleaned = 0.0113298 Jy ! Total flux subtracted in 100 components = 0.0113298 Jy ! Clean residual min=-0.005519 max=0.005507 Jy/beam ! Clean residual mean=-0.000004 rms=0.001369 Jy/beam ! Combined flux in latest and established models = 0.108957 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.108957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085495Jy sigma=0.495440 ! Fit after self-cal, rms=0.085393Jy sigma=0.494559 ! 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.204 mas, bmaj=8.261 mas, bpa=-2.891 degrees ! Estimated noise=1.52459 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.00425297 Jy ! Component: 100 - total flux cleaned = 0.0067377 Jy ! Component: 150 - total flux cleaned = 0.00741297 Jy ! Component: 200 - total flux cleaned = 0.00774235 Jy ! Total flux subtracted in 200 components = 0.00774235 Jy ! Clean residual min=-0.004128 max=0.005145 Jy/beam ! Clean residual mean=0.000002 rms=0.001142 Jy/beam ! Combined flux in latest and established models = 0.116699 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 24 components and 0.116699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085096Jy sigma=0.492343 ! Fit after self-cal, rms=0.085070Jy sigma=0.492194 ! 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.204 x 8.261 at -2.891 degrees (North through East) ! Clean map min=-0.0040822 max=0.10262 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.06 HN 0.97 KP 1.01 ! LA 0.98 MK 1.04 OV 0.90 PT 1.00 ! SC 1.11 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.39 FD 1.04 HN 0.97 KP 1.04 ! LA 0.98 MK 1.04 OV 0.93 PT 1.02 ! SC 0.75 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.24 FD 1.08 HN 0.96 KP 1.03 ! LA 0.93 MK 0.97 OV 0.91 PT 1.00 ! SC 1.05 ! ! ! Fit before self-cal, rms=0.085070Jy sigma=0.492194 ! Fit after self-cal, rms=0.087708Jy sigma=0.484815 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.184 mas, bmaj=8.266 mas, bpa=-2.514 degrees ! Estimated noise=1.52233 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.00145121 Jy ! Component: 100 - total flux cleaned = 0.00183496 Jy ! Component: 150 - total flux cleaned = 0.00211404 Jy ! Component: 200 - total flux cleaned = 0.0023151 Jy ! Total flux subtracted in 200 components = 0.0023151 Jy ! Clean residual min=-0.003292 max=0.003885 Jy/beam ! Clean residual mean=-0.000005 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.119014 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 37 components and 0.119014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087603Jy sigma=0.484080 ! Fit after self-cal, rms=0.087683Jy sigma=0.483815 ! 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.087683Jy sigma=0.483815 ! Fit after self-cal, rms=0.081991Jy sigma=0.480427 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.182 mas, bmaj=8.219 mas, bpa=-2.373 degrees ! Estimated noise=1.51566 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129208 Jy ! Component: 100 - total flux cleaned = 0.00153645 Jy ! Component: 150 - total flux cleaned = 0.00163477 Jy ! Component: 200 - total flux cleaned = 0.00169448 Jy ! Total flux subtracted in 200 components = 0.00169448 Jy ! Clean residual min=-0.003087 max=0.003829 Jy/beam ! Clean residual mean=-0.000005 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.120709 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.120709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081963Jy sigma=0.480055 ! Fit after self-cal, rms=0.081921Jy sigma=0.479956 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) ! Added new window around map position (18.5, -16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00344063 Jy ! Component: 100 - total flux cleaned = 0.00379258 Jy ! Component: 150 - total flux cleaned = 0.00372818 Jy ! Component: 200 - total flux cleaned = 0.00367783 Jy ! Total flux subtracted in 200 components = 0.00367783 Jy ! Clean residual min=-0.002761 max=0.002302 Jy/beam ! Clean residual mean=-0.000004 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.124387 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 74 components and 0.124387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081694Jy sigma=0.478297 ! Fit after self-cal, rms=0.081640Jy sigma=0.478153 ! 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.081640Jy sigma=0.478153 ! Fit after self-cal, rms=0.080732Jy sigma=0.478033 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.182 mas, bmaj=8.197 mas, bpa=-2.174 degrees ! Estimated noise=1.50922 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104138 Jy ! Component: 100 - total flux cleaned = 0.00109441 Jy ! Component: 150 - total flux cleaned = 0.00113708 Jy ! Component: 200 - total flux cleaned = 0.00113764 Jy ! Total flux subtracted in 200 components = 0.00113764 Jy ! Clean residual min=-0.002605 max=0.002227 Jy/beam ! Clean residual mean=-0.000004 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.125524 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 88 components and 0.125524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080672Jy sigma=0.477614 ! Fit after self-cal, rms=0.080655Jy sigma=0.477592 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.000161237 Jy ! Component: 100 - total flux cleaned = 0.000195036 Jy ! Component: 150 - total flux cleaned = 0.000194463 Jy ! Component: 200 - total flux cleaned = 0.000163795 Jy ! Total flux subtracted in 200 components = 0.000163795 Jy ! Clean residual min=-0.002543 max=0.002234 Jy/beam ! Clean residual mean=-0.000003 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.125688 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 95 components and 0.125688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080627Jy sigma=0.477391 ! Fit after self-cal, rms=0.080626Jy sigma=0.477386 ! 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.080626Jy sigma=0.477386 ! Fit after self-cal, rms=0.080245Jy sigma=0.477342 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.033 mas, bmaj=15.19 mas, bpa=3.845 degrees ! Estimated noise=1.87763 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00038634 Jy ! Component: 100 - total flux cleaned = 0.000533659 Jy ! Component: 150 - total flux cleaned = 0.000633708 Jy ! Component: 200 - total flux cleaned = 0.000686265 Jy ! Total flux subtracted in 200 components = 0.000686265 Jy ! Clean residual min=-0.002412 max=0.002198 Jy/beam ! Clean residual mean=-0.000007 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.126374 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 107 components and 0.126374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080246Jy sigma=0.477324 ! Fit after self-cal, rms=0.080243Jy sigma=0.477308 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 = 4.25762e-05 Jy ! Component: 100 - total flux cleaned = 4.31322e-05 Jy ! Component: 150 - total flux cleaned = 5.67628e-05 Jy ! Component: 200 - total flux cleaned = 6.97807e-05 Jy ! Total flux subtracted in 200 components = 6.97807e-05 Jy ! Clean residual min=-0.002360 max=0.002198 Jy/beam ! Clean residual mean=-0.000007 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.126444 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 112 components and 0.126444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080244Jy sigma=0.477329 ! Fit after self-cal, rms=0.080245Jy sigma=0.477325 ! 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.179 mas, bmaj=8.177 mas, bpa=-2.047 degrees ! Estimated noise=1.50781 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.179 x 8.177 at -2.047 degrees (North through East) ! Clean map min=-0.0024244 max=0.1022 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.66 mas, bmaj=7.228 mas, bpa=-2.512 degrees ! Estimated noise=2.09716 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0788578 Jy ! Component: 100 - total flux cleaned = 0.0976143 Jy ! Component: 150 - total flux cleaned = 0.105943 Jy ! Component: 200 - total flux cleaned = 0.111385 Jy ! Total flux subtracted in 200 components = 0.111385 Jy ! Clean residual min=-0.004703 max=0.004623 Jy/beam ! Clean residual mean=-0.000007 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.111385 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.111385 Jy ! Inverting map and beam ! Estimated beam: bmin=3.179 mas, bmaj=8.177 mas, bpa=-2.047 degrees ! Estimated noise=1.50781 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.00531595 Jy ! Component: 100 - total flux cleaned = 0.0087548 Jy ! Component: 150 - total flux cleaned = 0.0106864 Jy ! Component: 200 - total flux cleaned = 0.0117439 Jy ! Total flux subtracted in 200 components = 0.0117439 Jy ! Clean residual min=-0.003009 max=0.002352 Jy/beam ! Clean residual mean=-0.000006 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.123129 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 44 components and 0.123129 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.033 mas, bmaj=15.19 mas, bpa=3.845 degrees ! Estimated noise=1.87763 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00170571 Jy ! Component: 100 - total flux cleaned = 0.00222055 Jy ! Component: 150 - total flux cleaned = 0.00262467 Jy ! Component: 200 - total flux cleaned = 0.00288505 Jy ! Total flux subtracted in 200 components = 0.00288505 Jy ! Clean residual min=-0.002599 max=0.002277 Jy/beam ! Clean residual mean=-0.000008 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.126014 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 = 5.68433e-05 Jy ! Component: 100 - total flux cleaned = 0.000132365 Jy ! Component: 150 - total flux cleaned = 0.000178006 Jy ! Component: 200 - total flux cleaned = 0.000198952 Jy ! Total flux subtracted in 200 components = 0.000198952 Jy ! Clean residual min=-0.002477 max=0.002241 Jy/beam ! Clean residual mean=-0.000007 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.126213 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 69 components and 0.126213 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.179 mas, bmaj=8.177 mas, bpa=-2.047 degrees ! Estimated noise=1.50781 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000487771 Jy ! Component: 100 - total flux cleaned = -0.00076524 Jy ! Component: 150 - total flux cleaned = -0.000909039 Jy ! Component: 200 - total flux cleaned = -0.000953408 Jy ! Total flux subtracted in 200 components = -0.000953408 Jy ! Clean residual min=-0.002761 max=0.002358 Jy/beam ! Clean residual mean=-0.000005 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.12526 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 81 components and 0.12526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080296Jy sigma=0.477622 ! Fit after self-cal, rms=0.080301Jy sigma=0.477544 wmodel J1232-1015_S_map.mod ! Writing 81 model components to file: J1232-1015_S_map.mod wobs J1232-1015_S_uvs.fits ! Writing UV FITS file: J1232-1015_S_uvs.fits wwins J1232-1015_S_map.win ! wwins: Wrote 3 windows to J1232-1015_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.00104884 Jy ! Component: 100 - total flux cleaned = -0.00181319 Jy ! Component: 150 - total flux cleaned = -0.00241069 Jy ! Component: 200 - total flux cleaned = -0.00278753 Jy ! Component: 250 - total flux cleaned = -0.00296783 Jy ! Component: 300 - total flux cleaned = -0.0031051 Jy ! Component: 350 - total flux cleaned = -0.00320392 Jy ! Component: 400 - total flux cleaned = -0.00339659 Jy ! Component: 450 - total flux cleaned = -0.00349043 Jy ! Component: 500 - total flux cleaned = -0.00364374 Jy ! Component: 550 - total flux cleaned = -0.00376309 Jy ! Component: 600 - total flux cleaned = -0.00388063 Jy ! Component: 650 - total flux cleaned = -0.00402442 Jy ! Component: 700 - total flux cleaned = -0.00410883 Jy ! Component: 750 - total flux cleaned = -0.00424662 Jy ! Component: 800 - total flux cleaned = -0.00430134 Jy ! Component: 850 - total flux cleaned = -0.00446112 Jy ! Component: 900 - total flux cleaned = -0.00459146 Jy ! Component: 950 - total flux cleaned = -0.0046935 Jy ! Component: 1000 - total flux cleaned = -0.00476893 Jy ! Component: 1050 - total flux cleaned = -0.00486808 Jy ! Component: 1100 - total flux cleaned = -0.00498981 Jy ! Component: 1150 - total flux cleaned = -0.00510895 Jy ! Component: 1200 - total flux cleaned = -0.00520283 Jy ! Component: 1250 - total flux cleaned = -0.00536505 Jy ! Component: 1300 - total flux cleaned = -0.00547938 Jy ! Component: 1350 - total flux cleaned = -0.0056375 Jy ! Component: 1400 - total flux cleaned = -0.005771 Jy ! Component: 1450 - total flux cleaned = -0.00585933 Jy ! Component: 1500 - total flux cleaned = -0.00603306 Jy ! Component: 1550 - total flux cleaned = -0.00614019 Jy ! Component: 1600 - total flux cleaned = -0.0062456 Jy ! Component: 1650 - total flux cleaned = -0.00637089 Jy ! Component: 1700 - total flux cleaned = -0.00641203 Jy ! Component: 1750 - total flux cleaned = -0.00653459 Jy ! Component: 1800 - total flux cleaned = -0.00667557 Jy ! Component: 1850 - total flux cleaned = -0.00683495 Jy ! Component: 1900 - total flux cleaned = -0.00693328 Jy ! Component: 1950 - total flux cleaned = -0.00699195 Jy ! Component: 2000 - total flux cleaned = -0.00712741 Jy ! Component: 2050 - total flux cleaned = -0.00731861 Jy ! Component: 2100 - total flux cleaned = -0.00741333 Jy ! Component: 2150 - total flux cleaned = -0.00756336 Jy ! Component: 2200 - total flux cleaned = -0.00763765 Jy ! Component: 2250 - total flux cleaned = -0.0077295 Jy ! Component: 2300 - total flux cleaned = -0.00778435 Jy ! Component: 2350 - total flux cleaned = -0.00789283 Jy ! Component: 2400 - total flux cleaned = -0.0080181 Jy ! Component: 2450 - total flux cleaned = -0.00814204 Jy ! Component: 2500 - total flux cleaned = -0.00828253 Jy ! Component: 2550 - total flux cleaned = -0.00838691 Jy ! Component: 2600 - total flux cleaned = -0.00849042 Jy ! Component: 2650 - total flux cleaned = -0.00861027 Jy ! Component: 2700 - total flux cleaned = -0.00871205 Jy ! Component: 2750 - total flux cleaned = -0.00886327 Jy ! Component: 2800 - total flux cleaned = -0.00891318 Jy ! Component: 2850 - total flux cleaned = -0.00897939 Jy ! Component: 2900 - total flux cleaned = -0.00906156 Jy ! Component: 2950 - total flux cleaned = -0.00917572 Jy ! Component: 3000 - total flux cleaned = -0.0092888 Jy ! Component: 3050 - total flux cleaned = -0.00933714 Jy ! Component: 3100 - total flux cleaned = -0.00943281 Jy ! Component: 3150 - total flux cleaned = -0.00952787 Jy ! Component: 3200 - total flux cleaned = -0.00959054 Jy ! Component: 3250 - total flux cleaned = -0.00965281 Jy ! Component: 3300 - total flux cleaned = -0.0097609 Jy ! Component: 3350 - total flux cleaned = -0.00979157 Jy ! Component: 3400 - total flux cleaned = -0.0098376 Jy ! Component: 3450 - total flux cleaned = -0.00989838 Jy ! Component: 3500 - total flux cleaned = -0.00994366 Jy ! Component: 3550 - total flux cleaned = -0.0100186 Jy ! Component: 3600 - total flux cleaned = -0.0100484 Jy ! Component: 3650 - total flux cleaned = -0.0101076 Jy ! Component: 3700 - total flux cleaned = -0.010137 Jy ! Component: 3750 - total flux cleaned = -0.0101809 Jy ! Component: 3800 - total flux cleaned = -0.0102535 Jy ! Component: 3850 - total flux cleaned = -0.0102823 Jy ! Component: 3900 - total flux cleaned = -0.0102824 Jy ! Component: 3950 - total flux cleaned = -0.0102683 Jy ! Component: 4000 - total flux cleaned = -0.0103392 Jy ! Component: 4050 - total flux cleaned = -0.010311 Jy ! Total flux subtracted in 4096 components = -0.0103532 Jy ! Clean residual min=-0.000784 max=0.000818 Jy/beam ! Clean residual mean=-0.000001 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.114907 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 340 components and 0.114907 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1232-1015_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.179 x 8.177 at -2.047 degrees (North through East) ! Clean map min=-0.0022339 max=0.10115 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1232-1015_S_map.fits wmodel /image_prod/ug002_uva//J1232-1015_S_map.mod ! Writing 340 model components to file: /image_prod/ug002_uva//J1232-1015_S_map.mod wobs /image_prod/ug002_uva//J1232-1015_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1232-1015_S_uvs.fits wwins /image_prod/ug002_uva//J1232-1015_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1232-1015_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.101154 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000238711 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.707961 0.707961 1.41592 2.83184 5.66369 11.3274 22.6547 45.3095 90.619 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.101 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 423.752 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1232-1015_S_dfm.log closed on Thu Mar 5 00:43:33 2020