! Started logfile: /image_prod/ug002_uva//J1033-3601_S_dfm.log on Wed Mar 4 23:37:52 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//J1033-3601_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1033-3601_S_uva.fits ! AN table 1: 25 integrations on 21 of 21 possible baselines. ! AN table 2: 25 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.992381 visibilities/baseline/integration-bin. ! Found source: J1033-3601 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 36 lines of history. ! ! Reading 3126 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 J1033-3601_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.009874Jy sigma=5.274877 ! Fit after self-cal, rms=0.859372Jy sigma=4.435152 ! 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.267 mas, bmaj=6.217 mas, bpa=-5.608 degrees ! Estimated noise=3.55315 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.116784 Jy ! Component: 100 - total flux cleaned = 0.155913 Jy ! Total flux subtracted in 100 components = 0.155913 Jy ! Clean residual min=-0.014423 max=0.021171 Jy/beam ! Clean residual mean=-0.000085 rms=0.004452 Jy/beam ! Combined flux in latest and established models = 0.155913 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.155913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107402Jy sigma=0.524812 ! Fit after self-cal, rms=0.107217Jy sigma=0.523825 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.644 mas, bmaj=7.077 mas, bpa=-5.023 degrees ! Estimated noise=2.50869 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.0184103 Jy ! Component: 100 - total flux cleaned = 0.0259372 Jy ! Component: 150 - total flux cleaned = 0.0301146 Jy ! Component: 200 - total flux cleaned = 0.0325829 Jy ! Total flux subtracted in 200 components = 0.0325829 Jy ! Clean residual min=-0.014157 max=0.019733 Jy/beam ! Clean residual mean=-0.000092 rms=0.004383 Jy/beam ! Combined flux in latest and established models = 0.188496 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 26 components and 0.188496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105616Jy sigma=0.502235 ! Fit after self-cal, rms=0.105613Jy sigma=0.502069 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.644 x 7.077 at -5.023 degrees (North through East) ! Clean map min=-0.013621 max=0.14776 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 HN 1.48 KP 0.97 MK 0.98 ! NL 1.03 OV 0.83 SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.22 FD 0.87 KP 0.94 MK 0.91 ! NL 1.26 OV 0.83 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.87 HN 1.56 KP 0.92 MK 1.03 ! NL 1.12 OV 0.88 SC 1.14 ! ! Telescope amplitude corrections in sub-array 2: ! BR 3.10 FD 0.89 KP 0.99 MK 1.00 ! NL 1.52 OV 0.78 SC 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.89 HN 1.81 KP 1.01 MK 1.10 ! NL 0.93 OV 0.80 SC 0.87 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.53 FD 0.89 KP 0.92 MK 0.92 ! NL 1.12 OV 0.80 SC 0.97 ! ! ! Fit before self-cal, rms=0.105613Jy sigma=0.502069 ! Fit after self-cal, rms=0.129302Jy sigma=0.434325 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.656 mas, bmaj=7.159 mas, bpa=-4.665 degrees ! Estimated noise=2.50425 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.000788631 Jy ! Component: 100 - total flux cleaned = 0.00039564 Jy ! Component: 150 - total flux cleaned = 0.000345961 Jy ! Component: 200 - total flux cleaned = 0.000253632 Jy ! Total flux subtracted in 200 components = 0.000253632 Jy ! Clean residual min=-0.004793 max=0.004055 Jy/beam ! Clean residual mean=0.000006 rms=0.001049 Jy/beam ! Combined flux in latest and established models = 0.18875 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.18875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.129220Jy sigma=0.434071 ! Fit after self-cal, rms=0.130917Jy sigma=0.432827 ! 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.130917Jy sigma=0.432827 ! Fit after self-cal, rms=0.132449Jy sigma=0.432771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.652 mas, bmaj=7.165 mas, bpa=-4.839 degrees ! Estimated noise=2.50145 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000267155 Jy ! Component: 100 - total flux cleaned = 5.14655e-05 Jy ! Component: 150 - total flux cleaned = 1.29531e-05 Jy ! Component: 200 - total flux cleaned = -2.34373e-05 Jy ! Total flux subtracted in 200 components = -2.34373e-05 Jy ! Clean residual min=-0.004655 max=0.003968 Jy/beam ! Clean residual mean=0.000007 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.188726 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 40 components and 0.188726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.132409Jy sigma=0.432627 ! Fit after self-cal, rms=0.132434Jy sigma=0.432613 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.000111732 Jy ! Component: 100 - total flux cleaned = -0.000110592 Jy ! Component: 150 - total flux cleaned = -0.000170969 Jy ! Component: 200 - total flux cleaned = -0.000199163 Jy ! Total flux subtracted in 200 components = -0.000199163 Jy ! Clean residual min=-0.004591 max=0.003902 Jy/beam ! Clean residual mean=0.000007 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.188527 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 41 components and 0.188527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.132410Jy sigma=0.432521 ! Fit after self-cal, rms=0.132405Jy sigma=0.432511 ! 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.132405Jy sigma=0.432511 ! Fit after self-cal, rms=0.132428Jy sigma=0.432495 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.651 mas, bmaj=7.171 mas, bpa=-4.959 degrees ! Estimated noise=2.4976 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.42689e-05 Jy ! Component: 100 - total flux cleaned = -0.000162633 Jy ! Component: 150 - total flux cleaned = -0.000215808 Jy ! Component: 200 - total flux cleaned = -0.000265317 Jy ! Total flux subtracted in 200 components = -0.000265317 Jy ! Clean residual min=-0.004537 max=0.003837 Jy/beam ! Clean residual mean=0.000007 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.188262 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.188262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.132405Jy sigma=0.432443 ! Fit after self-cal, rms=0.132404Jy sigma=0.432436 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.47001e-05 Jy ! Component: 100 - total flux cleaned = -7.84226e-05 Jy ! Component: 150 - total flux cleaned = -9.98219e-05 Jy ! Component: 200 - total flux cleaned = -0.00012005 Jy ! Total flux subtracted in 200 components = -0.00012005 Jy ! Clean residual min=-0.004482 max=0.003860 Jy/beam ! Clean residual mean=0.000007 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.188142 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 43 components and 0.188142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.132391Jy sigma=0.432397 ! Fit after self-cal, rms=0.132389Jy sigma=0.432393 ! 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.132389Jy sigma=0.432393 ! Fit after self-cal, rms=0.132415Jy sigma=0.432377 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.802 mas, bmaj=18.38 mas, bpa=-1.145 degrees ! Estimated noise=3.34485 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000418422 Jy ! Component: 100 - total flux cleaned = -0.000456344 Jy ! Component: 150 - total flux cleaned = -0.000487132 Jy ! Component: 200 - total flux cleaned = -0.000510604 Jy ! Total flux subtracted in 200 components = -0.000510604 Jy ! Clean residual min=-0.005029 max=0.004935 Jy/beam ! Clean residual mean=0.000021 rms=0.001473 Jy/beam ! Combined flux in latest and established models = 0.187631 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.187631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.132433Jy sigma=0.432397 ! Fit after self-cal, rms=0.132435Jy sigma=0.432311 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.64755e-05 Jy ! Component: 100 - total flux cleaned = -0.00013049 Jy ! Component: 150 - total flux cleaned = -0.0001564 Jy ! Component: 200 - total flux cleaned = -0.000176117 Jy ! Total flux subtracted in 200 components = -0.000176117 Jy ! Clean residual min=-0.005081 max=0.004905 Jy/beam ! Clean residual mean=0.000021 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 0.187455 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 50 components and 0.187455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.132455Jy sigma=0.432368 ! Fit after self-cal, rms=0.132453Jy sigma=0.432307 ! 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=2.65 mas, bmaj=7.178 mas, bpa=-5.07 degrees ! Estimated noise=2.49384 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.65 x 7.178 at -5.07 degrees (North through East) ! Clean map min=-0.0040867 max=0.14934 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.274 mas, bmaj=6.248 mas, bpa=-5.007 degrees ! Estimated noise=3.54096 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.11586 Jy ! Component: 100 - total flux cleaned = 0.155705 Jy ! Component: 150 - total flux cleaned = 0.172095 Jy ! Component: 200 - total flux cleaned = 0.17967 Jy ! Total flux subtracted in 200 components = 0.17967 Jy ! Clean residual min=-0.006401 max=0.007705 Jy/beam ! Clean residual mean=-0.000003 rms=0.001760 Jy/beam ! Combined flux in latest and established models = 0.17967 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.17967 Jy ! Inverting map and beam ! Estimated beam: bmin=2.65 mas, bmaj=7.178 mas, bpa=-5.07 degrees ! Estimated noise=2.49384 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.00464957 Jy ! Component: 100 - total flux cleaned = 0.00626537 Jy ! Component: 150 - total flux cleaned = 0.00661436 Jy ! Component: 200 - total flux cleaned = 0.00666338 Jy ! Total flux subtracted in 200 components = 0.00666338 Jy ! Clean residual min=-0.004646 max=0.003750 Jy/beam ! Clean residual mean=0.000006 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.186333 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 26 components and 0.186333 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=6.802 mas, bmaj=18.38 mas, bpa=-1.145 degrees ! Estimated noise=3.34485 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104251 Jy ! Component: 100 - total flux cleaned = 0.000994583 Jy ! Component: 150 - total flux cleaned = 0.000956908 Jy ! Component: 200 - total flux cleaned = 0.000905747 Jy ! Total flux subtracted in 200 components = 0.000905747 Jy ! Clean residual min=-0.005158 max=0.004973 Jy/beam ! Clean residual mean=0.000020 rms=0.001480 Jy/beam ! Combined flux in latest and established models = 0.187239 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.80694e-05 Jy ! Component: 100 - total flux cleaned = -3.33582e-05 Jy ! Component: 150 - total flux cleaned = -4.6342e-05 Jy ! Component: 200 - total flux cleaned = -5.69586e-05 Jy ! Total flux subtracted in 200 components = -5.69586e-05 Jy ! Clean residual min=-0.005140 max=0.004895 Jy/beam ! Clean residual mean=0.000020 rms=0.001466 Jy/beam ! Combined flux in latest and established models = 0.187182 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.187182 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.65 mas, bmaj=7.178 mas, bpa=-5.07 degrees ! Estimated noise=2.49384 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000497847 Jy ! Component: 100 - total flux cleaned = -0.000448499 Jy ! Component: 150 - total flux cleaned = -0.000520653 Jy ! Component: 200 - total flux cleaned = -0.000577951 Jy ! Total flux subtracted in 200 components = -0.000577951 Jy ! Clean residual min=-0.004407 max=0.003697 Jy/beam ! Clean residual mean=0.000006 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.186604 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 44 components and 0.186604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.132410Jy sigma=0.432395 ! Fit after self-cal, rms=0.132352Jy sigma=0.432343 wmodel J1033-3601_S_map.mod ! Writing 44 model components to file: J1033-3601_S_map.mod wobs J1033-3601_S_uvs.fits ! Writing UV FITS file: J1033-3601_S_uvs.fits wwins J1033-3601_S_map.win ! wwins: Wrote 1 windows to J1033-3601_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.00110179 Jy ! Component: 100 - total flux cleaned = -0.00129848 Jy ! Component: 150 - total flux cleaned = -0.00160537 Jy ! Component: 200 - total flux cleaned = -0.00172258 Jy ! Component: 250 - total flux cleaned = -0.00198969 Jy ! Component: 300 - total flux cleaned = -0.00219294 Jy ! Component: 350 - total flux cleaned = -0.00214394 Jy ! Component: 400 - total flux cleaned = -0.00205055 Jy ! Component: 450 - total flux cleaned = -0.00205121 Jy ! Component: 500 - total flux cleaned = -0.00196445 Jy ! Component: 550 - total flux cleaned = -0.00196455 Jy ! Component: 600 - total flux cleaned = -0.0018417 Jy ! Component: 650 - total flux cleaned = -0.00176307 Jy ! Component: 700 - total flux cleaned = -0.00168587 Jy ! Component: 750 - total flux cleaned = -0.00153725 Jy ! Component: 800 - total flux cleaned = -0.00142778 Jy ! Component: 850 - total flux cleaned = -0.00110834 Jy ! Component: 900 - total flux cleaned = -0.000935619 Jy ! Component: 950 - total flux cleaned = -0.000835336 Jy ! Component: 1000 - total flux cleaned = -0.000769456 Jy ! Component: 1050 - total flux cleaned = -0.000834148 Jy ! Component: 1100 - total flux cleaned = -0.000865911 Jy ! Component: 1150 - total flux cleaned = -0.00089663 Jy ! Component: 1200 - total flux cleaned = -0.000805151 Jy ! Component: 1250 - total flux cleaned = -0.000925436 Jy ! Component: 1300 - total flux cleaned = -0.000925829 Jy ! Component: 1350 - total flux cleaned = -0.00098401 Jy ! Component: 1400 - total flux cleaned = -0.00109744 Jy ! Component: 1450 - total flux cleaned = -0.00112564 Jy ! Component: 1500 - total flux cleaned = -0.00118072 Jy ! Component: 1550 - total flux cleaned = -0.00123495 Jy ! Component: 1600 - total flux cleaned = -0.00131461 Jy ! Component: 1650 - total flux cleaned = -0.00128914 Jy ! Component: 1700 - total flux cleaned = -0.00134132 Jy ! Component: 1750 - total flux cleaned = -0.00144368 Jy ! Component: 1800 - total flux cleaned = -0.00149405 Jy ! Component: 1850 - total flux cleaned = -0.00151926 Jy ! Component: 1900 - total flux cleaned = -0.00164207 Jy ! Component: 1950 - total flux cleaned = -0.00173904 Jy ! Component: 2000 - total flux cleaned = -0.00183482 Jy ! Component: 2050 - total flux cleaned = -0.00192997 Jy ! Component: 2100 - total flux cleaned = -0.00202397 Jy ! Component: 2150 - total flux cleaned = -0.00202409 Jy ! Component: 2200 - total flux cleaned = -0.00211599 Jy ! Component: 2250 - total flux cleaned = -0.00218448 Jy ! Component: 2300 - total flux cleaned = -0.00225238 Jy ! Component: 2350 - total flux cleaned = -0.00236411 Jy ! Component: 2400 - total flux cleaned = -0.00238648 Jy ! Component: 2450 - total flux cleaned = -0.0023864 Jy ! Component: 2500 - total flux cleaned = -0.0024083 Jy ! Component: 2550 - total flux cleaned = -0.00251628 Jy ! Component: 2600 - total flux cleaned = -0.00255911 Jy ! Component: 2650 - total flux cleaned = -0.00264433 Jy ! Component: 2700 - total flux cleaned = -0.00275022 Jy ! Component: 2750 - total flux cleaned = -0.00283443 Jy ! Component: 2800 - total flux cleaned = -0.00291791 Jy ! Component: 2850 - total flux cleaned = -0.0029594 Jy ! Component: 2900 - total flux cleaned = -0.00298009 Jy ! Component: 2950 - total flux cleaned = -0.00300073 Jy ! Component: 3000 - total flux cleaned = -0.00295984 Jy ! Component: 3050 - total flux cleaned = -0.00304171 Jy ! Component: 3100 - total flux cleaned = -0.00304167 Jy ! Component: 3150 - total flux cleaned = -0.00306203 Jy ! Component: 3200 - total flux cleaned = -0.00304173 Jy ! Component: 3250 - total flux cleaned = -0.00304171 Jy ! Component: 3300 - total flux cleaned = -0.0031018 Jy ! Component: 3350 - total flux cleaned = -0.00314181 Jy ! Component: 3400 - total flux cleaned = -0.00316177 Jy ! Component: 3450 - total flux cleaned = -0.00310188 Jy ! Component: 3500 - total flux cleaned = -0.0031219 Jy ! Component: 3550 - total flux cleaned = -0.00310216 Jy ! Component: 3600 - total flux cleaned = -0.00308231 Jy ! Component: 3650 - total flux cleaned = -0.00310222 Jy ! Component: 3700 - total flux cleaned = -0.00312201 Jy ! Component: 3750 - total flux cleaned = -0.00312197 Jy ! Component: 3800 - total flux cleaned = -0.00320115 Jy ! Component: 3850 - total flux cleaned = -0.00322086 Jy ! Component: 3900 - total flux cleaned = -0.00324069 Jy ! Component: 3950 - total flux cleaned = -0.00324078 Jy ! Component: 4000 - total flux cleaned = -0.00334008 Jy ! Component: 4050 - total flux cleaned = -0.00334017 Jy ! Total flux subtracted in 4096 components = -0.00338009 Jy ! Clean residual min=-0.001041 max=0.001171 Jy/beam ! Clean residual mean=0.000001 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.183224 Jy keep ! Adding 237 model components to the UV plane model. ! The established model now contains 281 components and 0.183224 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1033-3601_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.65 x 7.178 at -5.07 degrees (North through East) ! Clean map min=-0.0025016 max=0.1491 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1033-3601_S_map.fits wmodel /image_prod/ug002_uva//J1033-3601_S_map.mod ! Writing 281 model components to file: /image_prod/ug002_uva//J1033-3601_S_map.mod wobs /image_prod/ug002_uva//J1033-3601_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1033-3601_S_uvs.fits wwins /image_prod/ug002_uva//J1033-3601_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1033-3601_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.149105 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00031093 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.625595 0.625595 1.25119 2.50238 5.00476 10.0095 20.019 40.0381 80.0762 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.149 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 479.543 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1033-3601_S_dfm.log closed on Wed Mar 4 23:37:55 2020