! Started logfile: /image_prod/ug002_uva//J2214-3835_S_dfm.log on Thu Mar 5 05:35:28 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//J2214-3835_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2214-3835_S_uva.fits ! AN table 1: 75 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.850159 visibilities/baseline/integration-bin. ! Found source: J2214-3835 ! ! 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 4017 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 J2214-3835_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 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.106084Jy sigma=5.420054 ! Fit after self-cal, rms=0.783338Jy sigma=3.700454 ! 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.712 mas, bmaj=16.95 mas, bpa=-17.36 degrees ! Estimated noise=3.94302 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.193025 Jy ! Component: 100 - total flux cleaned = 0.303045 Jy ! Total flux subtracted in 100 components = 0.303045 Jy ! Clean residual min=-0.051578 max=0.060244 Jy/beam ! Clean residual mean=-0.001146 rms=0.018131 Jy/beam ! Combined flux in latest and established models = 0.303044 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 60 components and 0.303044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.333843Jy sigma=1.581930 ! Fit after self-cal, rms=0.332003Jy sigma=1.577980 ! 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.429 mas, bmaj=20.24 mas, bpa=-16.87 degrees ! Estimated noise=2.36763 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.140803 Jy ! Component: 100 - total flux cleaned = 0.231068 Jy ! Component: 150 - total flux cleaned = 0.294056 Jy ! Component: 200 - total flux cleaned = 0.339273 Jy ! Total flux subtracted in 200 components = 0.339273 Jy ! Clean residual min=-0.071284 max=0.117166 Jy/beam ! Clean residual mean=-0.001837 rms=0.024829 Jy/beam ! Combined flux in latest and established models = 0.642317 Jy ! Performing phase self-cal ! Adding 102 model components to the UV plane model. ! The established model now contains 157 components and 0.642317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.256398Jy sigma=1.183381 ! Fit after self-cal, rms=0.252890Jy sigma=1.177967 ! 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.429 x 20.24 at -16.87 degrees (North through East) ! Clean map min=-0.067502 max=0.27199 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.70 HN 1.45 KP 1.19 LA 0.81 ! MK 0.99 NL 1.29 OV 1.39 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.66 HN 1.39 KP 1.35 LA 0.74 ! MK 1.04 NL 1.40 OV 1.32 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.76 HN 1.38 KP 1.18 LA 0.79 ! MK 0.98 NL 1.13 OV 1.28 ! ! ! Fit before self-cal, rms=0.252890Jy sigma=1.177967 ! Fit after self-cal, rms=0.290639Jy sigma=1.015609 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.513 mas, bmaj=22.03 mas, bpa=-18.05 degrees ! Estimated noise=2.48998 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.0183214 Jy ! Component: 100 - total flux cleaned = 0.0248512 Jy ! Component: 150 - total flux cleaned = 0.0264836 Jy ! Component: 200 - total flux cleaned = 0.0279194 Jy ! Total flux subtracted in 200 components = 0.0279194 Jy ! Clean residual min=-0.059950 max=0.112018 Jy/beam ! Clean residual mean=-0.000281 rms=0.022794 Jy/beam ! Combined flux in latest and established models = 0.670237 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 169 components and 0.670237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.288371Jy sigma=1.009124 ! Fit after self-cal, rms=0.300707Jy sigma=0.995771 ! 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.300707Jy sigma=0.995771 ! Fit after self-cal, rms=0.323236Jy sigma=0.993502 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.56 mas, bmaj=22.48 mas, bpa=-18.19 degrees ! Estimated noise=2.59855 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00478989 Jy ! Component: 100 - total flux cleaned = 0.00758401 Jy ! Component: 150 - total flux cleaned = 0.00831 Jy ! Component: 200 - total flux cleaned = 0.0096527 Jy ! Total flux subtracted in 200 components = 0.0096527 Jy ! Clean residual min=-0.060734 max=0.111961 Jy/beam ! Clean residual mean=-0.000295 rms=0.023488 Jy/beam ! Combined flux in latest and established models = 0.679889 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 185 components and 0.679889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.320655Jy sigma=0.992806 ! Fit after self-cal, rms=0.321926Jy sigma=0.991559 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 (13.5, 14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.102165 Jy ! Component: 100 - total flux cleaned = 0.152198 Jy ! Component: 150 - total flux cleaned = 0.184541 Jy ! Component: 200 - total flux cleaned = 0.209983 Jy ! Total flux subtracted in 200 components = 0.209983 Jy ! Clean residual min=-0.057276 max=0.045845 Jy/beam ! Clean residual mean=0.000603 rms=0.018172 Jy/beam ! Combined flux in latest and established models = 0.889872 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 276 components and 0.889872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.274651Jy sigma=0.831115 ! Fit after self-cal, rms=0.261576Jy sigma=0.793056 ! 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.261576Jy sigma=0.793056 ! Fit after self-cal, rms=0.189727Jy sigma=0.610843 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.876 mas, bmaj=23.08 mas, bpa=-17.9 degrees ! Estimated noise=2.53062 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0442657 Jy ! Component: 100 - total flux cleaned = 0.0692135 Jy ! Component: 150 - total flux cleaned = 0.0856583 Jy ! Component: 200 - total flux cleaned = 0.0974728 Jy ! Total flux subtracted in 200 components = 0.0974728 Jy ! Clean residual min=-0.019471 max=0.023236 Jy/beam ! Clean residual mean=0.000300 rms=0.006636 Jy/beam ! Combined flux in latest and established models = 0.987345 Jy selfcal ! Performing phase self-cal ! Adding 125 model components to the UV plane model. ! The established model now contains 397 components and 0.987345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.180521Jy sigma=0.520329 ! Fit after self-cal, rms=0.178879Jy sigma=0.509736 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.0111723 Jy ! Component: 100 - total flux cleaned = 0.0166489 Jy ! Component: 150 - total flux cleaned = 0.0204972 Jy ! Component: 200 - total flux cleaned = 0.0228332 Jy ! Total flux subtracted in 200 components = 0.0228332 Jy ! Clean residual min=-0.017944 max=0.020501 Jy/beam ! Clean residual mean=0.000361 rms=0.005510 Jy/beam ! Combined flux in latest and established models = 1.01018 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 443 components and 1.01018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.177373Jy sigma=0.500402 ! Fit after self-cal, rms=0.177343Jy sigma=0.498285 ! 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.177343Jy sigma=0.498285 ! Fit after self-cal, rms=0.178531Jy sigma=0.477084 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.203 mas, bmaj=40.54 mas, bpa=-9.688 degrees ! Estimated noise=2.57119 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0130803 Jy ! Component: 100 - total flux cleaned = 0.0157186 Jy ! Component: 150 - total flux cleaned = 0.0159455 Jy ! Component: 200 - total flux cleaned = 0.0159376 Jy ! Total flux subtracted in 200 components = 0.0159376 Jy ! Clean residual min=-0.012393 max=0.015397 Jy/beam ! Clean residual mean=0.000161 rms=0.004646 Jy/beam ! Combined flux in latest and established models = 1.02612 Jy selfcal ! Performing phase self-cal ! Adding 101 model components to the UV plane model. ! The established model now contains 519 components and 1.02612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.177923Jy sigma=0.469725 ! Fit after self-cal, rms=0.178135Jy sigma=0.468784 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.00528e-05 Jy ! Component: 100 - total flux cleaned = -0.000478027 Jy ! Component: 150 - total flux cleaned = -0.000728026 Jy ! Component: 200 - total flux cleaned = -0.00050322 Jy ! Total flux subtracted in 200 components = -0.00050322 Jy ! Clean residual min=-0.012038 max=0.014146 Jy/beam ! Clean residual mean=0.000161 rms=0.004345 Jy/beam ! Combined flux in latest and established models = 1.02561 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 546 components and 1.02561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.177865Jy sigma=0.467157 ! Fit after self-cal, rms=0.177988Jy sigma=0.466909 ! 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.907 mas, bmaj=23.16 mas, bpa=-17.91 degrees ! Estimated noise=2.51637 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.907 x 23.16 at -17.91 degrees (North through East) ! Clean map min=-0.0092244 max=0.2995 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.984 mas, bmaj=19.25 mas, bpa=-18.76 degrees ! Estimated noise=4.67853 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.215473 Jy ! Component: 100 - total flux cleaned = 0.333302 Jy ! Component: 150 - total flux cleaned = 0.42153 Jy ! Component: 200 - total flux cleaned = 0.493063 Jy ! Total flux subtracted in 200 components = 0.493063 Jy ! Clean residual min=-0.045136 max=0.042961 Jy/beam ! Clean residual mean=-0.000862 rms=0.014197 Jy/beam ! Combined flux in latest and established models = 0.493063 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 81 model components to the UV plane model. ! The established model now contains 81 components and 0.493063 Jy ! Inverting map and beam ! Estimated beam: bmin=3.907 mas, bmaj=23.16 mas, bpa=-17.91 degrees ! Estimated noise=2.51637 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.098303 Jy ! Component: 100 - total flux cleaned = 0.175231 Jy ! Component: 150 - total flux cleaned = 0.236709 Jy ! Component: 200 - total flux cleaned = 0.286105 Jy ! Total flux subtracted in 200 components = 0.286105 Jy ! Clean residual min=-0.032720 max=0.029377 Jy/beam ! Clean residual mean=-0.000618 rms=0.010908 Jy/beam ! Combined flux in latest and established models = 0.779167 Jy ! Adding 136 model components to the UV plane model. ! The established model now contains 207 components and 0.779168 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.203 mas, bmaj=40.54 mas, bpa=-9.688 degrees ! Estimated noise=2.57119 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.058512 Jy ! Component: 100 - total flux cleaned = 0.10032 Jy ! Component: 150 - total flux cleaned = 0.130555 Jy ! Component: 200 - total flux cleaned = 0.15277 Jy ! Total flux subtracted in 200 components = 0.15277 Jy ! Clean residual min=-0.020462 max=0.019499 Jy/beam ! Clean residual mean=-0.000190 rms=0.006767 Jy/beam ! Combined flux in latest and established models = 0.931937 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.0167547 Jy ! Component: 100 - total flux cleaned = 0.0298805 Jy ! Component: 150 - total flux cleaned = 0.0403861 Jy ! Component: 200 - total flux cleaned = 0.048283 Jy ! Total flux subtracted in 200 components = 0.048283 Jy ! Clean residual min=-0.012481 max=0.016015 Jy/beam ! Clean residual mean=0.000014 rms=0.004886 Jy/beam ! Combined flux in latest and established models = 0.98022 Jy ! Adding 193 model components to the UV plane model. ! The established model now contains 377 components and 0.98022 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.907 mas, bmaj=23.16 mas, bpa=-17.91 degrees ! Estimated noise=2.51637 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00747932 Jy ! Component: 100 - total flux cleaned = 0.0114686 Jy ! Component: 150 - total flux cleaned = 0.0153173 Jy ! Component: 200 - total flux cleaned = 0.0186564 Jy ! Total flux subtracted in 200 components = 0.0186564 Jy ! Clean residual min=-0.010031 max=0.012450 Jy/beam ! Clean residual mean=0.000068 rms=0.003434 Jy/beam ! Combined flux in latest and established models = 0.998877 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 409 components and 0.998877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.178037Jy sigma=0.468152 ! Fit after self-cal, rms=0.178150Jy sigma=0.466190 wmodel J2214-3835_S_map.mod ! Writing 409 model components to file: J2214-3835_S_map.mod wobs J2214-3835_S_uvs.fits ! Writing UV FITS file: J2214-3835_S_uvs.fits wwins J2214-3835_S_map.win ! wwins: Wrote 2 windows to J2214-3835_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.00548634 Jy ! Component: 100 - total flux cleaned = 0.0081912 Jy ! Component: 150 - total flux cleaned = 0.00865748 Jy ! Component: 200 - total flux cleaned = 0.00879327 Jy ! Component: 250 - total flux cleaned = 0.00879344 Jy ! Component: 300 - total flux cleaned = 0.00916672 Jy ! Component: 350 - total flux cleaned = 0.00928143 Jy ! Component: 400 - total flux cleaned = 0.00971654 Jy ! Component: 450 - total flux cleaned = 0.00961452 Jy ! Component: 500 - total flux cleaned = 0.00951827 Jy ! Component: 550 - total flux cleaned = 0.00924327 Jy ! Component: 600 - total flux cleaned = 0.00924041 Jy ! Component: 650 - total flux cleaned = 0.008989 Jy ! Component: 700 - total flux cleaned = 0.00890893 Jy ! Component: 750 - total flux cleaned = 0.008755 Jy ! Component: 800 - total flux cleaned = 0.00860741 Jy ! Component: 850 - total flux cleaned = 0.00860396 Jy ! Component: 900 - total flux cleaned = 0.0081869 Jy ! Component: 950 - total flux cleaned = 0.00818669 Jy ! Component: 1000 - total flux cleaned = 0.00792591 Jy ! Component: 1050 - total flux cleaned = 0.00761159 Jy ! Component: 1100 - total flux cleaned = 0.00736898 Jy ! Component: 1150 - total flux cleaned = 0.00724957 Jy ! Component: 1200 - total flux cleaned = 0.00690337 Jy ! Component: 1250 - total flux cleaned = 0.00662431 Jy ! Component: 1300 - total flux cleaned = 0.00640748 Jy ! Component: 1350 - total flux cleaned = 0.00614432 Jy ! Component: 1400 - total flux cleaned = 0.00599096 Jy ! Component: 1450 - total flux cleaned = 0.00579123 Jy ! Component: 1500 - total flux cleaned = 0.00554894 Jy ! Component: 1550 - total flux cleaned = 0.0053599 Jy ! Component: 1600 - total flux cleaned = 0.00522084 Jy ! Component: 1650 - total flux cleaned = 0.00508505 Jy ! Component: 1700 - total flux cleaned = 0.00504042 Jy ! Component: 1750 - total flux cleaned = 0.00482339 Jy ! Component: 1800 - total flux cleaned = 0.00473923 Jy ! Component: 1850 - total flux cleaned = 0.00465506 Jy ! Component: 1900 - total flux cleaned = 0.0045305 Jy ! Component: 1950 - total flux cleaned = 0.00444821 Jy ! Component: 2000 - total flux cleaned = 0.00440726 Jy ! Component: 2050 - total flux cleaned = 0.00432616 Jy ! Component: 2100 - total flux cleaned = 0.00432613 Jy ! Component: 2150 - total flux cleaned = 0.0043259 Jy ! Component: 2200 - total flux cleaned = 0.00424655 Jy ! Component: 2250 - total flux cleaned = 0.00424649 Jy ! Component: 2300 - total flux cleaned = 0.00416824 Jy ! Component: 2350 - total flux cleaned = 0.00412929 Jy ! Component: 2400 - total flux cleaned = 0.00409094 Jy ! Component: 2450 - total flux cleaned = 0.00409087 Jy ! Component: 2500 - total flux cleaned = 0.00409062 Jy ! Component: 2550 - total flux cleaned = 0.00405259 Jy ! Component: 2600 - total flux cleaned = 0.00405271 Jy ! Component: 2650 - total flux cleaned = 0.00394048 Jy ! Component: 2700 - total flux cleaned = 0.00394045 Jy ! Component: 2750 - total flux cleaned = 0.00382886 Jy ! Component: 2800 - total flux cleaned = 0.00371778 Jy ! Component: 2850 - total flux cleaned = 0.00364406 Jy ! Component: 2900 - total flux cleaned = 0.00353405 Jy ! Component: 2950 - total flux cleaned = 0.00331446 Jy ! Component: 3000 - total flux cleaned = 0.0030955 Jy ! Component: 3050 - total flux cleaned = 0.00287724 Jy ! Component: 3100 - total flux cleaned = 0.00269588 Jy ! Component: 3150 - total flux cleaned = 0.00251468 Jy ! Component: 3200 - total flux cleaned = 0.00233395 Jy ! Component: 3250 - total flux cleaned = 0.00215303 Jy ! Component: 3300 - total flux cleaned = 0.00208076 Jy ! Component: 3350 - total flux cleaned = 0.00182779 Jy ! Component: 3400 - total flux cleaned = 0.00168344 Jy ! Component: 3450 - total flux cleaned = 0.00153909 Jy ! Component: 3500 - total flux cleaned = 0.00139477 Jy ! Component: 3550 - total flux cleaned = 0.00121442 Jy ! Component: 3600 - total flux cleaned = 0.00110622 Jy ! Component: 3650 - total flux cleaned = 0.000961998 Jy ! Component: 3700 - total flux cleaned = 0.00085391 Jy ! Component: 3750 - total flux cleaned = 0.000637318 Jy ! Component: 3800 - total flux cleaned = 0.000528861 Jy ! Component: 3850 - total flux cleaned = 0.000456527 Jy ! Component: 3900 - total flux cleaned = 0.000311784 Jy ! Component: 3950 - total flux cleaned = 0.000275465 Jy ! Component: 4000 - total flux cleaned = 9.40646e-05 Jy ! Component: 4050 - total flux cleaned = 2.14939e-05 Jy ! Total flux subtracted in 4096 components = -1.47565e-05 Jy ! Clean residual min=-0.002889 max=0.002619 Jy/beam ! Clean residual mean=0.000033 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.998862 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 708 components and 0.998862 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2214-3835_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.907 x 23.16 at -17.91 degrees (North through East) ! Clean map min=-0.0058954 max=0.30197 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2214-3835_S_map.fits wmodel /image_prod/ug002_uva//J2214-3835_S_map.mod ! Writing 708 model components to file: /image_prod/ug002_uva//J2214-3835_S_map.mod wobs /image_prod/ug002_uva//J2214-3835_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2214-3835_S_uvs.fits wwins /image_prod/ug002_uva//J2214-3835_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J2214-3835_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.301971 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000680117 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.675678 0.675678 1.35136 2.70271 5.40542 10.8108 21.6217 43.2434 86.4868 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.301 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 443.998 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2214-3835_S_dfm.log closed on Thu Mar 5 05:35:32 2020