! Started logfile: /image_prod/ug002_uva//J0824-2428_S_dfm.log on Wed Mar 4 22:22: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//J0824-2428_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0824-2428_S_uva.fits ! AN table 1: 50 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.989778 visibilities/baseline/integration-bin. ! Found source: J0824-2428 ! ! 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 6681 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 J0824-2428_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.017270Jy sigma=6.569248 ! Fit after self-cal, rms=0.900206Jy sigma=5.752184 ! 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.707 mas, bmaj=7.216 mas, bpa=-6.031 degrees ! Estimated noise=2.05185 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.0769056 Jy ! Component: 100 - total flux cleaned = 0.107331 Jy ! Total flux subtracted in 100 components = 0.107331 Jy ! Clean residual min=-0.006985 max=0.014905 Jy/beam ! Clean residual mean=0.000005 rms=0.002152 Jy/beam ! Combined flux in latest and established models = 0.107331 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 27 components and 0.107331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089658Jy sigma=0.522977 ! Fit after self-cal, rms=0.089329Jy sigma=0.520414 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0179679 Jy ! Component: 100 - total flux cleaned = 0.0289238 Jy ! Total flux subtracted in 100 components = 0.0289238 Jy ! Clean residual min=-0.004728 max=0.005994 Jy/beam ! Clean residual mean=0.000005 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.136255 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 54 components and 0.136255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085075Jy sigma=0.480099 ! Fit after self-cal, rms=0.085093Jy sigma=0.479935 ! 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.202 mas, bmaj=8.261 mas, bpa=-3.972 degrees ! Estimated noise=1.39337 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.00927415 Jy ! Component: 100 - total flux cleaned = 0.0143135 Jy ! Component: 150 - total flux cleaned = 0.0172059 Jy ! Component: 200 - total flux cleaned = 0.0188868 Jy ! Total flux subtracted in 200 components = 0.0188868 Jy ! Clean residual min=-0.003117 max=0.003653 Jy/beam ! Clean residual mean=0.000018 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.155142 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 93 components and 0.155142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084287Jy sigma=0.471303 ! Fit after self-cal, rms=0.084293Jy sigma=0.471263 ! 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.202 x 8.261 at -3.972 degrees (North through East) ! Clean map min=-0.0030237 max=0.099561 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.97 HN 1.11 KP 0.99 ! LA 1.07 MK 1.02 NL 1.02 OV 0.99 ! PT 1.01 SC 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.96 HN 1.12 KP 1.02 ! LA 1.04 MK 1.07 NL 1.16 OV 0.90 ! PT 0.99 SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 1.19 KP 0.97 ! LA 1.01 MK 0.94 NL 0.86 OV 0.94 ! PT 1.00 SC 0.93 ! ! ! Fit before self-cal, rms=0.084293Jy sigma=0.471263 ! Fit after self-cal, rms=0.085327Jy sigma=0.466115 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=8.22 mas, bpa=-3.434 degrees ! Estimated noise=1.39116 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.000447893 Jy ! Component: 100 - total flux cleaned = -0.000510985 Jy ! Component: 150 - total flux cleaned = -0.000559084 Jy ! Component: 200 - total flux cleaned = -0.000578486 Jy ! Total flux subtracted in 200 components = -0.000578486 Jy ! Clean residual min=-0.002764 max=0.002897 Jy/beam ! Clean residual mean=0.000004 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.154563 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 100 components and 0.154563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085305Jy sigma=0.465973 ! Fit after self-cal, rms=0.085392Jy sigma=0.465857 ! 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.085392Jy sigma=0.465857 ! Fit after self-cal, rms=0.087642Jy sigma=0.464030 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.209 mas, bmaj=8.306 mas, bpa=-3.268 degrees ! Estimated noise=1.39026 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.78377e-05 Jy ! Component: 100 - total flux cleaned = 8.99982e-05 Jy ! Component: 150 - total flux cleaned = 0.000110588 Jy ! Component: 200 - total flux cleaned = 0.000129373 Jy ! Total flux subtracted in 200 components = 0.000129373 Jy ! Clean residual min=-0.002447 max=0.002709 Jy/beam ! Clean residual mean=-0.000003 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.154693 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 105 components and 0.154693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087639Jy sigma=0.464018 ! Fit after self-cal, rms=0.087679Jy sigma=0.464001 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 (-76, -80). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110628 Jy ! Component: 100 - total flux cleaned = 0.00151806 Jy ! Component: 150 - total flux cleaned = 0.00168882 Jy ! Component: 200 - total flux cleaned = 0.00175906 Jy ! Total flux subtracted in 200 components = 0.00175906 Jy ! Clean residual min=-0.002435 max=0.002576 Jy/beam ! Clean residual mean=-0.000007 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.156452 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 117 components and 0.156452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087581Jy sigma=0.463479 ! Fit after self-cal, rms=0.087573Jy sigma=0.463431 ! 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.087573Jy sigma=0.463431 ! Fit after self-cal, rms=0.087863Jy sigma=0.463333 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.205 mas, bmaj=8.317 mas, bpa=-3.207 degrees ! Estimated noise=1.38459 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000215905 Jy ! Component: 100 - total flux cleaned = 0.000248282 Jy ! Component: 150 - total flux cleaned = 0.000276621 Jy ! Component: 200 - total flux cleaned = 0.000275617 Jy ! Total flux subtracted in 200 components = 0.000275617 Jy ! Clean residual min=-0.002394 max=0.002569 Jy/beam ! Clean residual mean=-0.000011 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.156727 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 128 components and 0.156728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087833Jy sigma=0.463216 ! Fit after self-cal, rms=0.087838Jy sigma=0.463207 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 (-51.5, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139135 Jy ! Component: 100 - total flux cleaned = 0.00133726 Jy ! Component: 150 - total flux cleaned = 0.0013721 Jy ! Component: 200 - total flux cleaned = 0.00137392 Jy ! Total flux subtracted in 200 components = 0.00137392 Jy ! Clean residual min=-0.002264 max=0.002274 Jy/beam ! Clean residual mean=-0.000012 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.158101 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 147 components and 0.158101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087768Jy sigma=0.462714 ! Fit after self-cal, rms=0.087769Jy sigma=0.462672 ! 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.087769Jy sigma=0.462672 ! Fit after self-cal, rms=0.087608Jy sigma=0.462637 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.873 mas, bmaj=18.41 mas, bpa=-0.3524 degrees ! Estimated noise=1.67136 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00039545 Jy ! Component: 100 - total flux cleaned = 0.000511561 Jy ! Component: 150 - total flux cleaned = 0.000569808 Jy ! Component: 200 - total flux cleaned = 0.00061989 Jy ! Total flux subtracted in 200 components = 0.00061989 Jy ! Clean residual min=-0.002409 max=0.001948 Jy/beam ! Clean residual mean=-0.000025 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.158721 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 159 components and 0.158721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087597Jy sigma=0.462575 ! Fit after self-cal, rms=0.087600Jy sigma=0.462569 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 = 5.42349e-05 Jy ! Component: 100 - total flux cleaned = 8.41274e-05 Jy ! Component: 150 - total flux cleaned = 9.75569e-05 Jy ! Component: 200 - total flux cleaned = 7.31942e-05 Jy ! Total flux subtracted in 200 components = 7.31942e-05 Jy ! Clean residual min=-0.002373 max=0.001978 Jy/beam ! Clean residual mean=-0.000025 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.158794 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 167 components and 0.158794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087597Jy sigma=0.462556 ! Fit after self-cal, rms=0.087598Jy sigma=0.462556 ! 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.196 mas, bmaj=8.319 mas, bpa=-3.249 degrees ! Estimated noise=1.37902 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.196 x 8.319 at -3.249 degrees (North through East) ! Clean map min=-0.0023358 max=0.099385 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.705 mas, bmaj=7.265 mas, bpa=-5.073 degrees ! Estimated noise=2.01952 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0756279 Jy ! Component: 100 - total flux cleaned = 0.106752 Jy ! Component: 150 - total flux cleaned = 0.12419 Jy ! Component: 200 - total flux cleaned = 0.134857 Jy ! Total flux subtracted in 200 components = 0.134857 Jy ! Clean residual min=-0.004094 max=0.005599 Jy/beam ! Clean residual mean=-0.000008 rms=0.001141 Jy/beam ! Combined flux in latest and established models = 0.134857 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.134857 Jy ! Inverting map and beam ! Estimated beam: bmin=3.196 mas, bmaj=8.319 mas, bpa=-3.249 degrees ! Estimated noise=1.37902 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.00896762 Jy ! Component: 100 - total flux cleaned = 0.0136554 Jy ! Component: 150 - total flux cleaned = 0.0165882 Jy ! Component: 200 - total flux cleaned = 0.0178432 Jy ! Total flux subtracted in 200 components = 0.0178432 Jy ! Clean residual min=-0.002655 max=0.002291 Jy/beam ! Clean residual mean=-0.000011 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.1527 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 96 components and 0.1527 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.873 mas, bmaj=18.41 mas, bpa=-0.3524 degrees ! Estimated noise=1.67136 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00281559 Jy ! Component: 100 - total flux cleaned = 0.00413978 Jy ! Component: 150 - total flux cleaned = 0.00456829 Jy ! Component: 200 - total flux cleaned = 0.00487753 Jy ! Total flux subtracted in 200 components = 0.00487753 Jy ! Clean residual min=-0.002685 max=0.001829 Jy/beam ! Clean residual mean=-0.000024 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.157578 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.00014897 Jy ! Component: 100 - total flux cleaned = 0.0003123 Jy ! Component: 150 - total flux cleaned = 0.000425196 Jy ! Component: 200 - total flux cleaned = 0.000451469 Jy ! Total flux subtracted in 200 components = 0.000451469 Jy ! Clean residual min=-0.002527 max=0.001873 Jy/beam ! Clean residual mean=-0.000025 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.158029 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 161 components and 0.158029 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.196 mas, bmaj=8.319 mas, bpa=-3.249 degrees ! Estimated noise=1.37902 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000226559 Jy ! Component: 100 - total flux cleaned = 0.000129419 Jy ! Component: 150 - total flux cleaned = 4.64677e-05 Jy ! Component: 200 - total flux cleaned = 4.51098e-05 Jy ! Total flux subtracted in 200 components = 4.51098e-05 Jy ! Clean residual min=-0.002351 max=0.002233 Jy/beam ! Clean residual mean=-0.000014 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.158074 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 184 components and 0.158074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087638Jy sigma=0.462839 ! Fit after self-cal, rms=0.087624Jy sigma=0.462811 wmodel J0824-2428_S_map.mod ! Writing 184 model components to file: J0824-2428_S_map.mod wobs J0824-2428_S_uvs.fits ! Writing UV FITS file: J0824-2428_S_uvs.fits wwins J0824-2428_S_map.win ! wwins: Wrote 3 windows to J0824-2428_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 = -9.52587e-06 Jy ! Component: 100 - total flux cleaned = -8.84578e-06 Jy ! Component: 150 - total flux cleaned = -7.75813e-05 Jy ! Component: 200 - total flux cleaned = -7.69761e-05 Jy ! Component: 250 - total flux cleaned = -0.000108541 Jy ! Component: 300 - total flux cleaned = -0.00017057 Jy ! Component: 350 - total flux cleaned = -0.000291879 Jy ! Component: 400 - total flux cleaned = -0.000351438 Jy ! Component: 450 - total flux cleaned = -0.000526882 Jy ! Component: 500 - total flux cleaned = -0.000669376 Jy ! Component: 550 - total flux cleaned = -0.000696663 Jy ! Component: 600 - total flux cleaned = -0.000723712 Jy ! Component: 650 - total flux cleaned = -0.000724175 Jy ! Component: 700 - total flux cleaned = -0.000855996 Jy ! Component: 750 - total flux cleaned = -0.000933147 Jy ! Component: 800 - total flux cleaned = -0.000958197 Jy ! Component: 850 - total flux cleaned = -0.00100775 Jy ! Component: 900 - total flux cleaned = -0.000958612 Jy ! Component: 950 - total flux cleaned = -0.0010557 Jy ! Component: 1000 - total flux cleaned = -0.00103164 Jy ! Component: 1050 - total flux cleaned = -0.00103155 Jy ! Component: 1100 - total flux cleaned = -0.000962252 Jy ! Component: 1150 - total flux cleaned = -0.000985667 Jy ! Component: 1200 - total flux cleaned = -0.00100811 Jy ! Component: 1250 - total flux cleaned = -0.000986015 Jy ! Component: 1300 - total flux cleaned = -0.000986013 Jy ! Component: 1350 - total flux cleaned = -0.00100766 Jy ! Component: 1400 - total flux cleaned = -0.000986381 Jy ! Component: 1450 - total flux cleaned = -0.000944054 Jy ! Component: 1500 - total flux cleaned = -0.000881242 Jy ! Component: 1550 - total flux cleaned = -0.000943496 Jy ! Component: 1600 - total flux cleaned = -0.00092267 Jy ! Component: 1650 - total flux cleaned = -0.000922187 Jy ! Component: 1700 - total flux cleaned = -0.000841798 Jy ! Component: 1750 - total flux cleaned = -0.000861833 Jy ! Component: 1800 - total flux cleaned = -0.000861885 Jy ! Component: 1850 - total flux cleaned = -0.000920628 Jy ! Component: 1900 - total flux cleaned = -0.000843017 Jy ! Component: 1950 - total flux cleaned = -0.000804527 Jy ! Component: 2000 - total flux cleaned = -0.000861779 Jy ! Component: 2050 - total flux cleaned = -0.000899415 Jy ! Component: 2100 - total flux cleaned = -0.000861967 Jy ! Component: 2150 - total flux cleaned = -0.000862022 Jy ! Component: 2200 - total flux cleaned = -0.000898723 Jy ! Component: 2250 - total flux cleaned = -0.00086204 Jy ! Component: 2300 - total flux cleaned = -0.000861855 Jy ! Component: 2350 - total flux cleaned = -0.000862063 Jy ! Component: 2400 - total flux cleaned = -0.000933081 Jy ! Component: 2450 - total flux cleaned = -0.000879945 Jy ! Component: 2500 - total flux cleaned = -0.000880055 Jy ! Component: 2550 - total flux cleaned = -0.000880053 Jy ! Component: 2600 - total flux cleaned = -0.000880201 Jy ! Component: 2650 - total flux cleaned = -0.000879987 Jy ! Component: 2700 - total flux cleaned = -0.000829189 Jy ! Component: 2750 - total flux cleaned = -0.000846224 Jy ! Component: 2800 - total flux cleaned = -0.000862966 Jy ! Component: 2850 - total flux cleaned = -0.000862851 Jy ! Component: 2900 - total flux cleaned = -0.000846424 Jy ! Component: 2950 - total flux cleaned = -0.000846226 Jy ! Component: 3000 - total flux cleaned = -0.000765155 Jy ! Component: 3050 - total flux cleaned = -0.000813441 Jy ! Component: 3100 - total flux cleaned = -0.000781605 Jy ! Component: 3150 - total flux cleaned = -0.000686274 Jy ! Component: 3200 - total flux cleaned = -0.000718043 Jy ! Component: 3250 - total flux cleaned = -0.000686785 Jy ! Component: 3300 - total flux cleaned = -0.000702463 Jy ! Component: 3350 - total flux cleaned = -0.000686958 Jy ! Component: 3400 - total flux cleaned = -0.000717593 Jy ! Component: 3450 - total flux cleaned = -0.000702388 Jy ! Component: 3500 - total flux cleaned = -0.000702498 Jy ! Component: 3550 - total flux cleaned = -0.000762726 Jy ! Component: 3600 - total flux cleaned = -0.000762727 Jy ! Component: 3650 - total flux cleaned = -0.000777461 Jy ! Component: 3700 - total flux cleaned = -0.00079212 Jy ! Component: 3750 - total flux cleaned = -0.000777528 Jy ! Component: 3800 - total flux cleaned = -0.000821252 Jy ! Component: 3850 - total flux cleaned = -0.000821344 Jy ! Component: 3900 - total flux cleaned = -0.000864696 Jy ! Component: 3950 - total flux cleaned = -0.000907583 Jy ! Component: 4000 - total flux cleaned = -0.000879068 Jy ! Component: 4050 - total flux cleaned = -0.000893363 Jy ! Total flux subtracted in 4096 components = -0.000963729 Jy ! Clean residual min=-0.000863 max=0.000853 Jy/beam ! Clean residual mean=-0.000003 rms=0.000255 Jy/beam ! Combined flux in latest and established models = 0.157111 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 466 components and 0.157111 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0824-2428_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.196 x 8.319 at -3.249 degrees (North through East) ! Clean map min=-0.0023565 max=0.099759 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0824-2428_S_map.fits wmodel /image_prod/ug002_uva//J0824-2428_S_map.mod ! Writing 466 model components to file: /image_prod/ug002_uva//J0824-2428_S_map.mod wobs /image_prod/ug002_uva//J0824-2428_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0824-2428_S_uvs.fits wwins /image_prod/ug002_uva//J0824-2428_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J0824-2428_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0997586 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000255392 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.768028 0.768028 1.53606 3.07211 6.14423 12.2885 24.5769 49.1538 98.3076 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.099 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 390.61 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0824-2428_S_dfm.log closed on Wed Mar 4 22:22:33 2020