! Started logfile: /image_prod/ug002_uva//J0618-2426_S_dfm.log on Wed Mar 4 21:15:59 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//J0618-2426_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0618-2426_S_uva.fits ! AN table 1: 50 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.889778 visibilities/baseline/integration-bin. ! Found source: J0618-2426 ! ! 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 6006 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 J0618-2426_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 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.012502Jy sigma=6.473450 ! Fit after self-cal, rms=0.902427Jy sigma=5.773798 ! 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.8 mas, bmaj=7.102 mas, bpa=-5.839 degrees ! Estimated noise=2.27835 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.0784578 Jy ! Component: 100 - total flux cleaned = 0.0955795 Jy ! Total flux subtracted in 100 components = 0.0955795 Jy ! Clean residual min=-0.005267 max=0.005865 Jy/beam ! Clean residual mean=0.000002 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.0955795 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0955795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090346Jy sigma=0.475524 ! Fit after self-cal, rms=0.090242Jy sigma=0.474933 ! 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.531 mas, bmaj=8.571 mas, bpa=-2.084 degrees ! Estimated noise=1.48513 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.00567426 Jy ! Component: 100 - total flux cleaned = 0.0084283 Jy ! Component: 150 - total flux cleaned = 0.00988014 Jy ! Component: 200 - total flux cleaned = 0.0102411 Jy ! Total flux subtracted in 200 components = 0.0102411 Jy ! Clean residual min=-0.004288 max=0.005054 Jy/beam ! Clean residual mean=-0.000011 rms=0.001230 Jy/beam ! Combined flux in latest and established models = 0.105821 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 17 components and 0.105821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089822Jy sigma=0.472748 ! Fit after self-cal, rms=0.089848Jy sigma=0.472680 ! 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.531 x 8.571 at -2.084 degrees (North through East) ! Clean map min=-0.0041702 max=0.098562 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 1.13 KP 0.99 ! LA 0.97 MK 0.93 NL 1.01 OV 0.92 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.74 FD 1.06 HN 1.08 KP 1.05 ! LA 0.99 MK 0.99 NL 0.90 OV 0.94 ! PT 1.08 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.02 HN 1.13 KP 1.08 ! LA 1.01 MK 1.00 NL 0.85 OV 0.95 ! PT 1.05 SC 0.99 ! ! ! Fit before self-cal, rms=0.089848Jy sigma=0.472680 ! Fit after self-cal, rms=0.085089Jy sigma=0.468646 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.525 mas, bmaj=8.477 mas, bpa=-2.021 degrees ! Estimated noise=1.48295 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.000330889 Jy ! Component: 100 - total flux cleaned = 0.000255767 Jy ! Component: 150 - total flux cleaned = 0.000211131 Jy ! Component: 200 - total flux cleaned = 0.000171504 Jy ! Total flux subtracted in 200 components = 0.000171504 Jy ! Clean residual min=-0.003598 max=0.004540 Jy/beam ! Clean residual mean=-0.000013 rms=0.001126 Jy/beam ! Combined flux in latest and established models = 0.105992 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 29 components and 0.105992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085073Jy sigma=0.468562 ! Fit after self-cal, rms=0.085116Jy sigma=0.468400 ! 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.085116Jy sigma=0.468400 ! Fit after self-cal, rms=0.085108Jy sigma=0.467140 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.51 mas, bmaj=8.442 mas, bpa=-2.123 degrees ! Estimated noise=1.48798 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000780228 Jy ! Component: 100 - total flux cleaned = 0.000782648 Jy ! Component: 150 - total flux cleaned = 0.000749352 Jy ! Component: 200 - total flux cleaned = 0.000717704 Jy ! Total flux subtracted in 200 components = 0.000717704 Jy ! Clean residual min=-0.003442 max=0.004381 Jy/beam ! Clean residual mean=-0.000009 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.10671 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 31 components and 0.10671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085096Jy sigma=0.467082 ! Fit after self-cal, rms=0.085107Jy sigma=0.467067 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 = 9.70695e-08 Jy ! Component: 100 - total flux cleaned = -2.96768e-05 Jy ! Component: 150 - total flux cleaned = -5.69017e-05 Jy ! Component: 200 - total flux cleaned = -8.21091e-05 Jy ! Total flux subtracted in 200 components = -8.21091e-05 Jy ! Clean residual min=-0.003405 max=0.004355 Jy/beam ! Clean residual mean=-0.000009 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.106628 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.106628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085101Jy sigma=0.467049 ! Fit after self-cal, rms=0.085101Jy sigma=0.467047 ! 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.085101Jy sigma=0.467047 ! Fit after self-cal, rms=0.084643Jy sigma=0.466230 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.503 mas, bmaj=8.426 mas, bpa=-2.251 degrees ! Estimated noise=1.48522 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000178971 Jy ! Component: 100 - total flux cleaned = -0.000209211 Jy ! Component: 150 - total flux cleaned = -0.000235848 Jy ! Component: 200 - total flux cleaned = -0.000260109 Jy ! Total flux subtracted in 200 components = -0.000260109 Jy ! Clean residual min=-0.003581 max=0.004166 Jy/beam ! Clean residual mean=-0.000004 rms=0.001056 Jy/beam ! Combined flux in latest and established models = 0.106368 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.106368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084636Jy sigma=0.466211 ! Fit after self-cal, rms=0.084653Jy sigma=0.466182 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.77926e-05 Jy ! Component: 100 - total flux cleaned = -6.17016e-05 Jy ! Component: 150 - total flux cleaned = -7.27143e-05 Jy ! Component: 200 - total flux cleaned = -8.28984e-05 Jy ! Total flux subtracted in 200 components = -8.28984e-05 Jy ! Clean residual min=-0.003569 max=0.004150 Jy/beam ! Clean residual mean=-0.000004 rms=0.001055 Jy/beam ! Combined flux in latest and established models = 0.106285 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.106285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084648Jy sigma=0.466174 ! Fit after self-cal, rms=0.084648Jy sigma=0.466173 ! 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.084648Jy sigma=0.466173 ! Fit after self-cal, rms=0.084700Jy sigma=0.466165 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.878 mas, bmaj=18.93 mas, bpa=-1.646 degrees ! Estimated noise=1.76738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000252406 Jy ! Component: 100 - total flux cleaned = -0.000237967 Jy ! Component: 150 - total flux cleaned = -0.000238206 Jy ! Component: 200 - total flux cleaned = -0.000238094 Jy ! Total flux subtracted in 200 components = -0.000238094 Jy ! Clean residual min=-0.004363 max=0.006058 Jy/beam ! Clean residual mean=-0.000008 rms=0.001693 Jy/beam ! Combined flux in latest and established models = 0.106047 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.106047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084700Jy sigma=0.466164 ! Fit after self-cal, rms=0.084701Jy sigma=0.466154 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 = 8.00028e-08 Jy ! Component: 100 - total flux cleaned = -1.20547e-05 Jy ! Component: 150 - total flux cleaned = -2.21406e-05 Jy ! Component: 200 - total flux cleaned = -2.25554e-05 Jy ! Total flux subtracted in 200 components = -2.25554e-05 Jy ! Clean residual min=-0.004370 max=0.006059 Jy/beam ! Clean residual mean=-0.000008 rms=0.001692 Jy/beam ! Combined flux in latest and established models = 0.106024 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.106024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084703Jy sigma=0.466160 ! Fit after self-cal, rms=0.084701Jy sigma=0.466152 ! 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.501 mas, bmaj=8.416 mas, bpa=-2.267 degrees ! Estimated noise=1.48389 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.501 x 8.416 at -2.267 degrees (North through East) ! Clean map min=-0.0035167 max=0.099628 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.761 mas, bmaj=6.992 mas, bpa=-6.236 degrees ! Estimated noise=2.27073 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0781666 Jy ! Component: 100 - total flux cleaned = 0.0954796 Jy ! Component: 150 - total flux cleaned = 0.100386 Jy ! Component: 200 - total flux cleaned = 0.103056 Jy ! Total flux subtracted in 200 components = 0.103056 Jy ! Clean residual min=-0.004235 max=0.003787 Jy/beam ! Clean residual mean=0.000002 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 0.103056 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.103056 Jy ! Inverting map and beam ! Estimated beam: bmin=3.501 mas, bmaj=8.416 mas, bpa=-2.267 degrees ! Estimated noise=1.48389 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.00226486 Jy ! Component: 100 - total flux cleaned = 0.00257348 Jy ! Component: 150 - total flux cleaned = 0.00261432 Jy ! Component: 200 - total flux cleaned = 0.00264881 Jy ! Total flux subtracted in 200 components = 0.00264881 Jy ! Clean residual min=-0.003786 max=0.004063 Jy/beam ! Clean residual mean=-0.000003 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.105704 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.105704 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.878 mas, bmaj=18.93 mas, bpa=-1.646 degrees ! Estimated noise=1.76738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000436112 Jy ! Component: 100 - total flux cleaned = 0.00043538 Jy ! Component: 150 - total flux cleaned = 0.000435516 Jy ! Component: 200 - total flux cleaned = 0.000436589 Jy ! Total flux subtracted in 200 components = 0.000436589 Jy ! Clean residual min=-0.004450 max=0.006043 Jy/beam ! Clean residual mean=-0.000007 rms=0.001693 Jy/beam ! Combined flux in latest and established models = 0.106141 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.12083e-06 Jy ! Component: 100 - total flux cleaned = 2.41881e-06 Jy ! Component: 150 - total flux cleaned = 3.75083e-06 Jy ! Component: 200 - total flux cleaned = 4.78151e-06 Jy ! Total flux subtracted in 200 components = 4.78151e-06 Jy ! Clean residual min=-0.004424 max=0.006015 Jy/beam ! Clean residual mean=-0.000007 rms=0.001687 Jy/beam ! Combined flux in latest and established models = 0.106146 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.106146 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.501 mas, bmaj=8.416 mas, bpa=-2.267 degrees ! Estimated noise=1.48389 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.98857e-05 Jy ! Component: 100 - total flux cleaned = -8.95693e-05 Jy ! Component: 150 - total flux cleaned = -8.74368e-05 Jy ! Component: 200 - total flux cleaned = -6.52924e-05 Jy ! Total flux subtracted in 200 components = -6.52924e-05 Jy ! Clean residual min=-0.003640 max=0.004157 Jy/beam ! Clean residual mean=-0.000003 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.10608 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.10608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084718Jy sigma=0.466213 ! Fit after self-cal, rms=0.084717Jy sigma=0.466189 wmodel J0618-2426_S_map.mod ! Writing 39 model components to file: J0618-2426_S_map.mod wobs J0618-2426_S_uvs.fits ! Writing UV FITS file: J0618-2426_S_uvs.fits wwins J0618-2426_S_map.win ! wwins: Wrote 1 windows to J0618-2426_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.00131022 Jy ! Component: 100 - total flux cleaned = 0.00233111 Jy ! Component: 150 - total flux cleaned = 0.00327475 Jy ! Component: 200 - total flux cleaned = 0.0037737 Jy ! Component: 250 - total flux cleaned = 0.00430301 Jy ! Component: 300 - total flux cleaned = 0.00475875 Jy ! Component: 350 - total flux cleaned = 0.00524555 Jy ! Component: 400 - total flux cleaned = 0.00571406 Jy ! Component: 450 - total flux cleaned = 0.006165 Jy ! Component: 500 - total flux cleaned = 0.00659904 Jy ! Component: 550 - total flux cleaned = 0.00684997 Jy ! Component: 600 - total flux cleaned = 0.00709378 Jy ! Component: 650 - total flux cleaned = 0.00736909 Jy ! Component: 700 - total flux cleaned = 0.00756075 Jy ! Component: 750 - total flux cleaned = 0.0077827 Jy ! Component: 800 - total flux cleaned = 0.00789113 Jy ! Component: 850 - total flux cleaned = 0.0081365 Jy ! Component: 900 - total flux cleaned = 0.00830703 Jy ! Component: 950 - total flux cleaned = 0.00850749 Jy ! Component: 1000 - total flux cleaned = 0.00880064 Jy ! Component: 1050 - total flux cleaned = 0.00902275 Jy ! Component: 1100 - total flux cleaned = 0.00920982 Jy ! Component: 1150 - total flux cleaned = 0.00942312 Jy ! Component: 1200 - total flux cleaned = 0.00957231 Jy ! Component: 1250 - total flux cleaned = 0.009805 Jy ! Component: 1300 - total flux cleaned = 0.00991879 Jy ! Component: 1350 - total flux cleaned = 0.0100302 Jy ! Component: 1400 - total flux cleaned = 0.0102226 Jy ! Component: 1450 - total flux cleaned = 0.0104104 Jy ! Component: 1500 - total flux cleaned = 0.0105423 Jy ! Component: 1550 - total flux cleaned = 0.0106724 Jy ! Component: 1600 - total flux cleaned = 0.010877 Jy ! Component: 1650 - total flux cleaned = 0.010977 Jy ! Component: 1700 - total flux cleaned = 0.0110758 Jy ! Component: 1750 - total flux cleaned = 0.0112217 Jy ! Component: 1800 - total flux cleaned = 0.011365 Jy ! Component: 1850 - total flux cleaned = 0.0115059 Jy ! Component: 1900 - total flux cleaned = 0.0115525 Jy ! Component: 1950 - total flux cleaned = 0.0117348 Jy ! Component: 2000 - total flux cleaned = 0.0117795 Jy ! Component: 2050 - total flux cleaned = 0.0118456 Jy ! Component: 2100 - total flux cleaned = 0.0119767 Jy ! Component: 2150 - total flux cleaned = 0.0120846 Jy ! Component: 2200 - total flux cleaned = 0.0122963 Jy ! Component: 2250 - total flux cleaned = 0.0122969 Jy ! Component: 2300 - total flux cleaned = 0.012544 Jy ! Component: 2350 - total flux cleaned = 0.0126454 Jy ! Component: 2400 - total flux cleaned = 0.0128053 Jy ! Component: 2450 - total flux cleaned = 0.0129038 Jy ! Component: 2500 - total flux cleaned = 0.0129818 Jy ! Component: 2550 - total flux cleaned = 0.0131359 Jy ! Component: 2600 - total flux cleaned = 0.0132495 Jy ! Component: 2650 - total flux cleaned = 0.013306 Jy ! Component: 2700 - total flux cleaned = 0.0135101 Jy ! Component: 2750 - total flux cleaned = 0.013547 Jy ! Component: 2800 - total flux cleaned = 0.013656 Jy ! Component: 2850 - total flux cleaned = 0.0137279 Jy ! Component: 2900 - total flux cleaned = 0.0137814 Jy ! Component: 2950 - total flux cleaned = 0.0138693 Jy ! Component: 3000 - total flux cleaned = 0.0139737 Jy ! Component: 3050 - total flux cleaned = 0.0140596 Jy ! Component: 3100 - total flux cleaned = 0.0141278 Jy ! Component: 3150 - total flux cleaned = 0.0141447 Jy ! Component: 3200 - total flux cleaned = 0.0141614 Jy ! Component: 3250 - total flux cleaned = 0.0142446 Jy ! Component: 3300 - total flux cleaned = 0.0142939 Jy ! Component: 3350 - total flux cleaned = 0.0143593 Jy ! Component: 3400 - total flux cleaned = 0.0143591 Jy ! Component: 3450 - total flux cleaned = 0.0144233 Jy ! Component: 3500 - total flux cleaned = 0.014503 Jy ! Component: 3550 - total flux cleaned = 0.0145188 Jy ! Component: 3600 - total flux cleaned = 0.0145501 Jy ! Component: 3650 - total flux cleaned = 0.0145657 Jy ! Component: 3700 - total flux cleaned = 0.0145965 Jy ! Component: 3750 - total flux cleaned = 0.0146728 Jy ! Component: 3800 - total flux cleaned = 0.0147334 Jy ! Component: 3850 - total flux cleaned = 0.0148083 Jy ! Component: 3900 - total flux cleaned = 0.0148233 Jy ! Component: 3950 - total flux cleaned = 0.0148678 Jy ! Component: 4000 - total flux cleaned = 0.0149265 Jy ! Component: 4050 - total flux cleaned = 0.0149555 Jy ! Total flux subtracted in 4096 components = 0.0149553 Jy ! Clean residual min=-0.000996 max=0.000888 Jy/beam ! Clean residual mean=0.000001 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.121036 Jy keep ! Adding 330 model components to the UV plane model. ! The established model now contains 369 components and 0.121036 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0618-2426_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.501 x 8.416 at -2.267 degrees (North through East) ! Clean map min=-0.0014697 max=0.098947 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0618-2426_S_map.fits wmodel /image_prod/ug002_uva//J0618-2426_S_map.mod ! Writing 369 model components to file: /image_prod/ug002_uva//J0618-2426_S_map.mod wobs /image_prod/ug002_uva//J0618-2426_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0618-2426_S_uvs.fits wwins /image_prod/ug002_uva//J0618-2426_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0618-2426_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.098947 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000261544 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.792983 0.792983 1.58597 3.17193 6.34387 12.6877 25.3755 50.7509 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.098 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 378.318 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0618-2426_S_dfm.log closed on Wed Mar 4 21:16:03 2020