! Started logfile: /vlbi/uf001/uva//J0735+234A_S_dfm.log on Sun Jan 13 23:30:30 2019 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 /vlbi/uf001/uva//J0735+234A_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0735+234A_S_uva.fits ! AN table 1: 110 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0735+234A ! ! 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 14850 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 J0735+234A_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.014602Jy sigma=22.011538 ! Fit after self-cal, rms=0.910344Jy sigma=19.968461 ! 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.863 mas, bmaj=6.087 mas, bpa=-1.397 degrees ! Estimated noise=0.462839 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.0618457 Jy ! Component: 100 - total flux cleaned = 0.091589 Jy ! Total flux subtracted in 100 components = 0.091589 Jy ! Clean residual min=-0.013261 max=0.019774 Jy/beam ! Clean residual mean=0.000010 rms=0.004201 Jy/beam ! Combined flux in latest and established models = 0.091589 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 45 components and 0.091589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.150351Jy sigma=3.034480 ! Fit after self-cal, rms=0.148919Jy sigma=3.009134 ! 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.467 mas, bmaj=6.866 mas, bpa=-0.9808 degrees ! Estimated noise=0.27259 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.0402003 Jy ! Component: 100 - total flux cleaned = 0.0663036 Jy ! Component: 150 - total flux cleaned = 0.0841118 Jy ! Component: 200 - total flux cleaned = 0.0964172 Jy ! Total flux subtracted in 200 components = 0.0964172 Jy ! Clean residual min=-0.017633 max=0.025617 Jy/beam ! Clean residual mean=0.000003 rms=0.005590 Jy/beam ! Combined flux in latest and established models = 0.188006 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 82 components and 0.188006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.133339Jy sigma=2.755924 ! Fit after self-cal, rms=0.132397Jy sigma=2.736128 ! 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.467 x 6.866 at -0.9808 degrees (North through East) ! Clean map min=-0.018296 max=0.083595 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 2.27 HN 2.06 KP 0.63 ! LA 0.73 MK 1.64 NL 1.12 OV 0.99 ! PT 0.73 SC 1.49 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 2.05 HN 1.20 KP 0.62 ! LA 0.64 MK 1.49 NL 1.28 OV 0.99 ! PT 0.86 SC 1.29 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.23 FD 1.89 HN 1.06 KP 0.63 ! LA 0.67 MK 1.58 NL 1.21 OV 1.21 ! PT 0.82 SC 1.26 ! ! ! Fit before self-cal, rms=0.132397Jy sigma=2.736128 ! Fit after self-cal, rms=0.167897Jy sigma=2.415565 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.929 mas, bmaj=7.562 mas, bpa=0.3266 degrees ! Estimated noise=0.30658 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.00321329 Jy ! Component: 100 - total flux cleaned = 0.00364138 Jy ! Component: 150 - total flux cleaned = 0.00388966 Jy ! Component: 200 - total flux cleaned = 0.00400187 Jy ! Total flux subtracted in 200 components = 0.00400187 Jy ! Clean residual min=-0.015956 max=0.021872 Jy/beam ! Clean residual mean=-0.000022 rms=0.005344 Jy/beam ! Combined flux in latest and established models = 0.192008 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 87 components and 0.192008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.167608Jy sigma=2.410878 ! Fit after self-cal, rms=0.170228Jy sigma=2.378055 ! 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.170228Jy sigma=2.378055 ! Fit after self-cal, rms=0.238124Jy sigma=2.262739 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.851 mas, bmaj=7.421 mas, bpa=2.289 degrees ! Estimated noise=0.306091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0035886 Jy ! Component: 100 - total flux cleaned = 0.00331455 Jy ! Component: 150 - total flux cleaned = 0.00348213 Jy ! Component: 200 - total flux cleaned = 0.00370182 Jy ! Total flux subtracted in 200 components = 0.00370182 Jy ! Clean residual min=-0.015600 max=0.021725 Jy/beam ! Clean residual mean=0.000012 rms=0.004894 Jy/beam ! Combined flux in latest and established models = 0.19571 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 92 components and 0.19571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.237485Jy sigma=2.263259 ! Fit after self-cal, rms=0.238367Jy sigma=2.258338 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 (-2, 72.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0200944 Jy ! Component: 100 - total flux cleaned = 0.0245457 Jy ! Component: 150 - total flux cleaned = 0.0269738 Jy ! Component: 200 - total flux cleaned = 0.0284328 Jy ! Total flux subtracted in 200 components = 0.0284328 Jy ! Clean residual min=-0.014765 max=0.018334 Jy/beam ! Clean residual mean=0.000002 rms=0.004633 Jy/beam ! Combined flux in latest and established models = 0.224143 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 126 components and 0.224143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.235690Jy sigma=2.198561 ! Fit after self-cal, rms=0.235164Jy sigma=2.184005 ! 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.235164Jy sigma=2.184005 ! Fit after self-cal, rms=0.251982Jy sigma=2.164150 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.868 mas, bmaj=7.409 mas, bpa=2.534 degrees ! Estimated noise=0.302176 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104897 Jy ! Component: 100 - total flux cleaned = 0.0113809 Jy ! Component: 150 - total flux cleaned = 0.0115942 Jy ! Component: 200 - total flux cleaned = 0.0117674 Jy ! Total flux subtracted in 200 components = 0.0117674 Jy ! Clean residual min=-0.013817 max=0.016722 Jy/beam ! Clean residual mean=0.000008 rms=0.004439 Jy/beam ! Combined flux in latest and established models = 0.23591 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 149 components and 0.23591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.251202Jy sigma=2.145426 ! Fit after self-cal, rms=0.251109Jy sigma=2.140757 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.00268527 Jy ! Component: 100 - total flux cleaned = 0.00324794 Jy ! Component: 150 - total flux cleaned = 0.00357142 Jy ! Component: 200 - total flux cleaned = 0.00385503 Jy ! Total flux subtracted in 200 components = 0.00385503 Jy ! Clean residual min=-0.013514 max=0.016392 Jy/beam ! Clean residual mean=0.000007 rms=0.004423 Jy/beam ! Combined flux in latest and established models = 0.239765 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 171 components and 0.239765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.250730Jy sigma=2.135556 ! Fit after self-cal, rms=0.250717Jy sigma=2.134153 ! 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.250717Jy sigma=2.134153 ! Fit after self-cal, rms=0.276096Jy sigma=2.124718 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.38 mas, bmaj=11.05 mas, bpa=-7.904 degrees ! Estimated noise=0.322837 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00471759 Jy ! Component: 100 - total flux cleaned = 0.00621977 Jy ! Component: 150 - total flux cleaned = 0.00691047 Jy ! Component: 200 - total flux cleaned = 0.00739207 Jy ! Total flux subtracted in 200 components = 0.00739207 Jy ! Clean residual min=-0.019580 max=0.022183 Jy/beam ! Clean residual mean=0.000009 rms=0.006254 Jy/beam ! Combined flux in latest and established models = 0.247157 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 189 components and 0.247157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.275980Jy sigma=2.118040 ! Fit after self-cal, rms=0.276176Jy sigma=2.116115 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.0013861 Jy ! Component: 100 - total flux cleaned = 0.0016823 Jy ! Component: 150 - total flux cleaned = 0.00210325 Jy ! Component: 200 - total flux cleaned = 0.00276301 Jy ! Total flux subtracted in 200 components = 0.00276301 Jy ! Clean residual min=-0.019689 max=0.021602 Jy/beam ! Clean residual mean=0.000010 rms=0.006237 Jy/beam ! Combined flux in latest and established models = 0.24992 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 191 components and 0.24992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.276011Jy sigma=2.114293 ! Fit after self-cal, rms=0.276066Jy sigma=2.113451 ! 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.963 mas, bmaj=7.496 mas, bpa=2.8 degrees ! Estimated noise=0.304644 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.963 x 7.496 at 2.8 degrees (North through East) ! Clean map min=-0.014362 max=0.085203 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=3.176 mas, bmaj=6.426 mas, bpa=3.405 degrees ! Estimated noise=0.574741 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0710585 Jy ! Component: 100 - total flux cleaned = 0.108607 Jy ! Component: 150 - total flux cleaned = 0.135706 Jy ! Component: 200 - total flux cleaned = 0.157465 Jy ! Total flux subtracted in 200 components = 0.157465 Jy ! Clean residual min=-0.016827 max=0.020666 Jy/beam ! Clean residual mean=-0.000006 rms=0.004901 Jy/beam ! Combined flux in latest and established models = 0.157465 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 55 model components to the UV plane model. ! The established model now contains 55 components and 0.157465 Jy ! Inverting map and beam ! Estimated beam: bmin=3.963 mas, bmaj=7.496 mas, bpa=2.8 degrees ! Estimated noise=0.304644 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.0254607 Jy ! Component: 100 - total flux cleaned = 0.0409645 Jy ! Component: 150 - total flux cleaned = 0.0514965 Jy ! Component: 200 - total flux cleaned = 0.0587368 Jy ! Total flux subtracted in 200 components = 0.0587368 Jy ! Clean residual min=-0.013460 max=0.017409 Jy/beam ! Clean residual mean=0.000002 rms=0.004595 Jy/beam ! Combined flux in latest and established models = 0.216202 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 89 components and 0.216202 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.38 mas, bmaj=11.05 mas, bpa=-7.904 degrees ! Estimated noise=0.322837 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.012241 Jy ! Component: 100 - total flux cleaned = 0.0190944 Jy ! Component: 150 - total flux cleaned = 0.023894 Jy ! Component: 200 - total flux cleaned = 0.0265757 Jy ! Total flux subtracted in 200 components = 0.0265757 Jy ! Clean residual min=-0.019007 max=0.021784 Jy/beam ! Clean residual mean=0.000004 rms=0.006251 Jy/beam ! Combined flux in latest and established models = 0.242778 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.00149362 Jy ! Component: 100 - total flux cleaned = 0.00256619 Jy ! Component: 150 - total flux cleaned = 0.00365943 Jy ! Component: 200 - total flux cleaned = 0.00450786 Jy ! Total flux subtracted in 200 components = 0.00450786 Jy ! Clean residual min=-0.019313 max=0.021177 Jy/beam ! Clean residual mean=0.000006 rms=0.006221 Jy/beam ! Combined flux in latest and established models = 0.247286 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 128 components and 0.247286 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.963 mas, bmaj=7.496 mas, bpa=2.8 degrees ! Estimated noise=0.304644 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159787 Jy ! Component: 100 - total flux cleaned = 0.000918765 Jy ! Component: 150 - total flux cleaned = 0.000760581 Jy ! Component: 200 - total flux cleaned = 0.000340938 Jy ! Total flux subtracted in 200 components = 0.000340938 Jy ! Clean residual min=-0.013807 max=0.016367 Jy/beam ! Clean residual mean=0.000009 rms=0.004395 Jy/beam ! Combined flux in latest and established models = 0.247627 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 147 components and 0.247627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.276047Jy sigma=2.121651 ! Fit after self-cal, rms=0.276102Jy sigma=2.117827 wmodel J0735+234A_S_map.mod ! Writing 147 model components to file: J0735+234A_S_map.mod wobs J0735+234A_S_uvs.fits ! Writing UV FITS file: J0735+234A_S_uvs.fits wwins J0735+234A_S_map.win ! wwins: Wrote 2 windows to J0735+234A_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.00752014 Jy ! Component: 100 - total flux cleaned = 0.0144189 Jy ! Component: 150 - total flux cleaned = 0.0180622 Jy ! Component: 200 - total flux cleaned = 0.0200534 Jy ! Component: 250 - total flux cleaned = 0.0227108 Jy ! Component: 300 - total flux cleaned = 0.0255409 Jy ! Component: 350 - total flux cleaned = 0.0285381 Jy ! Component: 400 - total flux cleaned = 0.0312471 Jy ! Component: 450 - total flux cleaned = 0.0347778 Jy ! Component: 500 - total flux cleaned = 0.0378017 Jy ! Component: 550 - total flux cleaned = 0.0405522 Jy ! Component: 600 - total flux cleaned = 0.0430439 Jy ! Component: 650 - total flux cleaned = 0.0446812 Jy ! Component: 700 - total flux cleaned = 0.0470929 Jy ! Component: 750 - total flux cleaned = 0.0486731 Jy ! Component: 800 - total flux cleaned = 0.0506226 Jy ! Component: 850 - total flux cleaned = 0.0527299 Jy ! Component: 900 - total flux cleaned = 0.0546138 Jy ! Component: 950 - total flux cleaned = 0.056283 Jy ! Component: 1000 - total flux cleaned = 0.0579303 Jy ! Component: 1050 - total flux cleaned = 0.0588354 Jy ! Component: 1100 - total flux cleaned = 0.0607923 Jy ! Component: 1150 - total flux cleaned = 0.0621924 Jy ! Component: 1200 - total flux cleaned = 0.0627092 Jy ! Component: 1250 - total flux cleaned = 0.0642486 Jy ! Component: 1300 - total flux cleaned = 0.065427 Jy ! Component: 1350 - total flux cleaned = 0.0665933 Jy ! Component: 1400 - total flux cleaned = 0.0682373 Jy ! Component: 1450 - total flux cleaned = 0.0698613 Jy ! Component: 1500 - total flux cleaned = 0.0709841 Jy ! Component: 1550 - total flux cleaned = 0.0725711 Jy ! Component: 1600 - total flux cleaned = 0.0744496 Jy ! Component: 1650 - total flux cleaned = 0.0761521 Jy ! Component: 1700 - total flux cleaned = 0.0772209 Jy ! Component: 1750 - total flux cleaned = 0.079033 Jy ! Component: 1800 - total flux cleaned = 0.0797793 Jy ! Component: 1850 - total flux cleaned = 0.0812559 Jy ! Component: 1900 - total flux cleaned = 0.0825724 Jy ! Component: 1950 - total flux cleaned = 0.0837303 Jy ! Component: 2000 - total flux cleaned = 0.0845868 Jy ! Component: 2050 - total flux cleaned = 0.0861467 Jy ! Component: 2100 - total flux cleaned = 0.0874076 Jy ! Component: 2150 - total flux cleaned = 0.0880996 Jy ! Component: 2200 - total flux cleaned = 0.0896103 Jy ! Component: 2250 - total flux cleaned = 0.090833 Jy ! Component: 2300 - total flux cleaned = 0.0919076 Jy ! Component: 2350 - total flux cleaned = 0.0925733 Jy ! Component: 2400 - total flux cleaned = 0.0937632 Jy ! Component: 2450 - total flux cleaned = 0.0942861 Jy ! Component: 2500 - total flux cleaned = 0.0954536 Jy ! Component: 2550 - total flux cleaned = 0.0960987 Jy ! Component: 2600 - total flux cleaned = 0.0973734 Jy ! Component: 2650 - total flux cleaned = 0.0982585 Jy ! Component: 2700 - total flux cleaned = 0.0992617 Jy ! Component: 2750 - total flux cleaned = 0.10013 Jy ! Component: 2800 - total flux cleaned = 0.101116 Jy ! Component: 2850 - total flux cleaned = 0.101849 Jy ! Component: 2900 - total flux cleaned = 0.102456 Jy ! Component: 2950 - total flux cleaned = 0.103538 Jy ! Component: 3000 - total flux cleaned = 0.10485 Jy ! Component: 3050 - total flux cleaned = 0.10556 Jy ! Component: 3100 - total flux cleaned = 0.106618 Jy ! Component: 3150 - total flux cleaned = 0.107667 Jy ! Component: 3200 - total flux cleaned = 0.108822 Jy ! Component: 3250 - total flux cleaned = 0.10951 Jy ! Component: 3300 - total flux cleaned = 0.110535 Jy ! Component: 3350 - total flux cleaned = 0.111213 Jy ! Component: 3400 - total flux cleaned = 0.111998 Jy ! Component: 3450 - total flux cleaned = 0.112778 Jy ! Component: 3500 - total flux cleaned = 0.114104 Jy ! Component: 3550 - total flux cleaned = 0.114543 Jy ! Component: 3600 - total flux cleaned = 0.115524 Jy ! Component: 3650 - total flux cleaned = 0.116281 Jy ! Component: 3700 - total flux cleaned = 0.11671 Jy ! Component: 3750 - total flux cleaned = 0.117671 Jy ! Component: 3800 - total flux cleaned = 0.118095 Jy ! Component: 3850 - total flux cleaned = 0.118832 Jy ! Component: 3900 - total flux cleaned = 0.11946 Jy ! Component: 3950 - total flux cleaned = 0.120084 Jy ! Component: 4000 - total flux cleaned = 0.121013 Jy ! Component: 4050 - total flux cleaned = 0.121218 Jy ! Total flux subtracted in 4096 components = 0.121829 Jy ! Clean residual min=-0.005275 max=0.006504 Jy/beam ! Clean residual mean=-0.000019 rms=0.002164 Jy/beam ! Combined flux in latest and established models = 0.369455 Jy keep ! Adding 380 model components to the UV plane model. ! The established model now contains 527 components and 0.369456 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0735+234A_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.963 x 7.496 at 2.8 degrees (North through East) ! Clean map min=-0.010586 max=0.084237 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0735+234A_S_map.fits wmodel /vlbi/uf001/uva//J0735+234A_S_map.mod ! Writing 527 model components to file: /vlbi/uf001/uva//J0735+234A_S_map.mod wobs /vlbi/uf001/uva//J0735+234A_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0735+234A_S_uvs.fits wwins /vlbi/uf001/uva//J0735+234A_S_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J0735+234A_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0842371 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00216078 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -7.69536 7.69536 15.3907 30.7814 61.5629 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0064 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.084 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 38.984 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0735+234A_S_dfm.log closed on Sun Jan 13 23:30:34 2019