! Started logfile: /vlbi/uf001/uva//J0935+0915_S_dfm.log on Mon Jan 14 00:32:21 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//J0935+0915_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0935+0915_S_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.991358 visibilities/baseline/integration-bin. ! Found source: J0935+0915 ! ! 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 9636 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 J0935+0915_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.021069Jy sigma=20.296262 ! Fit after self-cal, rms=0.842019Jy sigma=16.744719 ! 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.817 mas, bmaj=6.816 mas, bpa=-3.486 degrees ! Estimated noise=0.516851 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.122136 Jy ! Component: 100 - total flux cleaned = 0.149848 Jy ! Total flux subtracted in 100 components = 0.149848 Jy ! Clean residual min=-0.004367 max=0.009997 Jy/beam ! Clean residual mean=-0.000023 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.149848 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.149848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067553Jy sigma=1.258139 ! Fit after self-cal, rms=0.067542Jy sigma=1.258038 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103211 Jy ! Component: 100 - total flux cleaned = 0.015207 Jy ! Total flux subtracted in 100 components = 0.015207 Jy ! Clean residual min=-0.003531 max=0.004123 Jy/beam ! Clean residual mean=-0.000015 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.165055 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.165055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065660Jy sigma=1.218896 ! Fit after self-cal, rms=0.065646Jy sigma=1.218669 ! 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.287 mas, bmaj=7.664 mas, bpa=-3.936 degrees ! Estimated noise=0.369476 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 (5.5, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0049466 Jy ! Component: 100 - total flux cleaned = 0.00774578 Jy ! Component: 150 - total flux cleaned = 0.0096125 Jy ! Component: 200 - total flux cleaned = 0.0106159 Jy ! Total flux subtracted in 200 components = 0.0106159 Jy ! Clean residual min=-0.002693 max=0.002879 Jy/beam ! Clean residual mean=-0.000003 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.175671 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 38 components and 0.175671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065267Jy sigma=1.210160 ! Fit after self-cal, rms=0.065252Jy sigma=1.209722 ! 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.287 x 7.664 at -3.936 degrees (North through East) ! Clean map min=-0.0025628 max=0.15874 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 0.98 KP 1.02 ! LA 0.95 MK 1.00 NL 1.06 OV 1.00 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 0.99 KP 1.00 ! LA 0.95 MK 1.01 NL 1.07 OV 1.02 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.99 HN 1.01 KP 1.04 ! LA 0.98 MK 1.02 NL 1.05 OV 0.98 ! PT 0.99 SC 1.00 ! ! ! Fit before self-cal, rms=0.065252Jy sigma=1.209722 ! Fit after self-cal, rms=0.064597Jy sigma=1.202863 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.302 mas, bmaj=7.685 mas, bpa=-3.893 degrees ! Estimated noise=0.368265 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.000846908 Jy ! Component: 100 - total flux cleaned = -0.00122362 Jy ! Component: 150 - total flux cleaned = -0.00138809 Jy ! Component: 200 - total flux cleaned = -0.001457 Jy ! Total flux subtracted in 200 components = -0.001457 Jy ! Clean residual min=-0.002200 max=0.002477 Jy/beam ! Clean residual mean=-0.000003 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.174214 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 55 components and 0.174214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064554Jy sigma=1.202106 ! Fit after self-cal, rms=0.064553Jy sigma=1.201995 ! 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.064553Jy sigma=1.201995 ! Fit after self-cal, rms=0.064295Jy sigma=1.192842 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=7.683 mas, bpa=-3.95 degrees ! Estimated noise=0.367647 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000408617 Jy ! Component: 100 - total flux cleaned = -0.000486557 Jy ! Component: 150 - total flux cleaned = -0.000503402 Jy ! Component: 200 - total flux cleaned = -0.000487716 Jy ! Total flux subtracted in 200 components = -0.000487716 Jy ! Clean residual min=-0.001469 max=0.002125 Jy/beam ! Clean residual mean=-0.000005 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.173726 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 75 components and 0.173726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064283Jy sigma=1.192646 ! Fit after self-cal, rms=0.064287Jy sigma=1.192599 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 (-15.5, -79). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178654 Jy ! Component: 100 - total flux cleaned = 0.00179191 Jy ! Component: 150 - total flux cleaned = 0.00179277 Jy ! Component: 200 - total flux cleaned = 0.00184392 Jy ! Total flux subtracted in 200 components = 0.00184392 Jy ! Clean residual min=-0.001427 max=0.001504 Jy/beam ! Clean residual mean=-0.000004 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.17557 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 93 components and 0.17557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064223Jy sigma=1.191507 ! Fit after self-cal, rms=0.064220Jy sigma=1.191403 ! 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.064220Jy sigma=1.191403 ! Fit after self-cal, rms=0.064281Jy sigma=1.191270 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=7.686 mas, bpa=-3.974 degrees ! Estimated noise=0.367684 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000593774 Jy ! Component: 100 - total flux cleaned = 0.000638736 Jy ! Component: 150 - total flux cleaned = 0.000637738 Jy ! Component: 200 - total flux cleaned = 0.000656719 Jy ! Total flux subtracted in 200 components = 0.000656719 Jy ! Clean residual min=-0.001400 max=0.001604 Jy/beam ! Clean residual mean=-0.000005 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.176226 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 102 components and 0.176226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064263Jy sigma=1.190969 ! Fit after self-cal, rms=0.064264Jy sigma=1.190955 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 (-120.5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000628888 Jy ! Component: 100 - total flux cleaned = 0.000554473 Jy ! Component: 150 - total flux cleaned = 0.00065179 Jy ! Component: 200 - total flux cleaned = 0.000735901 Jy ! Total flux subtracted in 200 components = 0.000735901 Jy ! Clean residual min=-0.001396 max=0.001368 Jy/beam ! Clean residual mean=-0.000005 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.176962 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 118 components and 0.176962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064229Jy sigma=1.190195 ! Fit after self-cal, rms=0.064226Jy sigma=1.190130 ! 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.064226Jy sigma=1.190130 ! Fit after self-cal, rms=0.064276Jy sigma=1.190051 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.341 mas, bmaj=11.38 mas, bpa=-4.492 degrees ! Estimated noise=0.463446 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000406779 Jy ! Component: 100 - total flux cleaned = 0.000498282 Jy ! Component: 150 - total flux cleaned = 0.000579847 Jy ! Component: 200 - total flux cleaned = 0.000634074 Jy ! Total flux subtracted in 200 components = 0.000634074 Jy ! Clean residual min=-0.001725 max=0.001691 Jy/beam ! Clean residual mean=-0.000010 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.177596 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 137 components and 0.177596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064267Jy sigma=1.189877 ! Fit after self-cal, rms=0.064266Jy sigma=1.189862 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.00017661 Jy ! Component: 100 - total flux cleaned = 0.000209786 Jy ! Component: 150 - total flux cleaned = 0.000255392 Jy ! Component: 200 - total flux cleaned = 0.000283766 Jy ! Total flux subtracted in 200 components = 0.000283766 Jy ! Clean residual min=-0.001679 max=0.001675 Jy/beam ! Clean residual mean=-0.000010 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.17788 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 148 components and 0.17788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064264Jy sigma=1.189824 ! Fit after self-cal, rms=0.064263Jy sigma=1.189818 ! 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.298 mas, bmaj=7.688 mas, bpa=-3.983 degrees ! Estimated noise=0.368033 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.298 x 7.688 at -3.983 degrees (North through East) ! Clean map min=-0.0017541 max=0.15814 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.824 mas, bmaj=6.829 mas, bpa=-3.538 degrees ! Estimated noise=0.516614 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.122014 Jy ! Component: 100 - total flux cleaned = 0.149746 Jy ! Component: 150 - total flux cleaned = 0.159987 Jy ! Component: 200 - total flux cleaned = 0.165193 Jy ! Total flux subtracted in 200 components = 0.165193 Jy ! Clean residual min=-0.002754 max=0.002874 Jy/beam ! Clean residual mean=-0.000011 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.165193 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.165193 Jy ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=7.688 mas, bpa=-3.983 degrees ! Estimated noise=0.368033 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.00449772 Jy ! Component: 100 - total flux cleaned = 0.00712264 Jy ! Component: 150 - total flux cleaned = 0.00858192 Jy ! Component: 200 - total flux cleaned = 0.00967227 Jy ! Total flux subtracted in 200 components = 0.00967227 Jy ! Clean residual min=-0.001549 max=0.001527 Jy/beam ! Clean residual mean=-0.000006 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.174866 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 36 components and 0.174866 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.341 mas, bmaj=11.38 mas, bpa=-4.492 degrees ! Estimated noise=0.463446 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00162781 Jy ! Component: 100 - total flux cleaned = 0.00206606 Jy ! Component: 150 - total flux cleaned = 0.00232202 Jy ! Component: 200 - total flux cleaned = 0.00242077 Jy ! Total flux subtracted in 200 components = 0.00242077 Jy ! Clean residual min=-0.001887 max=0.001807 Jy/beam ! Clean residual mean=-0.000011 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.177286 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 = 5.83989e-05 Jy ! Component: 100 - total flux cleaned = 0.000110561 Jy ! Component: 150 - total flux cleaned = 0.000159789 Jy ! Component: 200 - total flux cleaned = 0.000227854 Jy ! Total flux subtracted in 200 components = 0.000227854 Jy ! Clean residual min=-0.001772 max=0.001721 Jy/beam ! Clean residual mean=-0.000011 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.177514 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 73 components and 0.177514 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=7.688 mas, bpa=-3.983 degrees ! Estimated noise=0.368033 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000495205 Jy ! Component: 100 - total flux cleaned = -0.00053027 Jy ! Component: 150 - total flux cleaned = -0.000437206 Jy ! Component: 200 - total flux cleaned = -0.000295396 Jy ! Total flux subtracted in 200 components = -0.000295396 Jy ! Clean residual min=-0.001520 max=0.001434 Jy/beam ! Clean residual mean=-0.000005 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.177219 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 95 components and 0.177219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064308Jy sigma=1.190810 ! Fit after self-cal, rms=0.064304Jy sigma=1.190684 wmodel J0935+0915_S_map.mod ! Writing 95 model components to file: J0935+0915_S_map.mod wobs J0935+0915_S_uvs.fits ! Writing UV FITS file: J0935+0915_S_uvs.fits wwins J0935+0915_S_map.win ! wwins: Wrote 4 windows to J0935+0915_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 = 2.40356e-05 Jy ! Component: 100 - total flux cleaned = -2.71579e-05 Jy ! Component: 150 - total flux cleaned = -7.5252e-05 Jy ! Component: 200 - total flux cleaned = -0.000239047 Jy ! Component: 250 - total flux cleaned = -0.000351719 Jy ! Component: 300 - total flux cleaned = -0.000351707 Jy ! Component: 350 - total flux cleaned = -0.000373331 Jy ! Component: 400 - total flux cleaned = -0.000352582 Jy ! Component: 450 - total flux cleaned = -0.000352815 Jy ! Component: 500 - total flux cleaned = -0.000453422 Jy ! Component: 550 - total flux cleaned = -0.000512598 Jy ! Component: 600 - total flux cleaned = -0.000590411 Jy ! Component: 650 - total flux cleaned = -0.000629142 Jy ! Component: 700 - total flux cleaned = -0.000780111 Jy ! Component: 750 - total flux cleaned = -0.000835509 Jy ! Component: 800 - total flux cleaned = -0.000890495 Jy ! Component: 850 - total flux cleaned = -0.001017 Jy ! Component: 900 - total flux cleaned = -0.00108826 Jy ! Component: 950 - total flux cleaned = -0.00114131 Jy ! Component: 1000 - total flux cleaned = -0.00126367 Jy ! Component: 1050 - total flux cleaned = -0.001298 Jy ! Component: 1100 - total flux cleaned = -0.00138331 Jy ! Component: 1150 - total flux cleaned = -0.0014337 Jy ! Component: 1200 - total flux cleaned = -0.00151698 Jy ! Component: 1250 - total flux cleaned = -0.00156626 Jy ! Component: 1300 - total flux cleaned = -0.00158249 Jy ! Component: 1350 - total flux cleaned = -0.00164701 Jy ! Component: 1400 - total flux cleaned = -0.00169483 Jy ! Component: 1450 - total flux cleaned = -0.00180506 Jy ! Component: 1500 - total flux cleaned = -0.00186724 Jy ! Component: 1550 - total flux cleaned = -0.00191339 Jy ! Component: 1600 - total flux cleaned = -0.00195952 Jy ! Component: 1650 - total flux cleaned = -0.00192939 Jy ! Component: 1700 - total flux cleaned = -0.00198949 Jy ! Component: 1750 - total flux cleaned = -0.00206347 Jy ! Component: 1800 - total flux cleaned = -0.00201907 Jy ! Component: 1850 - total flux cleaned = -0.00209202 Jy ! Component: 1900 - total flux cleaned = -0.00207755 Jy ! Component: 1950 - total flux cleaned = -0.00210601 Jy ! Component: 2000 - total flux cleaned = -0.00216312 Jy ! Component: 2050 - total flux cleaned = -0.00216307 Jy ! Component: 2100 - total flux cleaned = -0.00213508 Jy ! Component: 2150 - total flux cleaned = -0.00213535 Jy ! Component: 2200 - total flux cleaned = -0.00212145 Jy ! Component: 2250 - total flux cleaned = -0.00214861 Jy ! Component: 2300 - total flux cleaned = -0.00213517 Jy ! Component: 2350 - total flux cleaned = -0.00212182 Jy ! Component: 2400 - total flux cleaned = -0.00212153 Jy ! Component: 2450 - total flux cleaned = -0.00210843 Jy ! Component: 2500 - total flux cleaned = -0.0020822 Jy ! Component: 2550 - total flux cleaned = -0.00210845 Jy ! Component: 2600 - total flux cleaned = -0.00210839 Jy ! Component: 2650 - total flux cleaned = -0.00212116 Jy ! Component: 2700 - total flux cleaned = -0.00209589 Jy ! Component: 2750 - total flux cleaned = -0.00213386 Jy ! Component: 2800 - total flux cleaned = -0.00212135 Jy ! Component: 2850 - total flux cleaned = -0.00215864 Jy ! Component: 2900 - total flux cleaned = -0.00215861 Jy ! Component: 2950 - total flux cleaned = -0.0021219 Jy ! Component: 3000 - total flux cleaned = -0.00213395 Jy ! Component: 3050 - total flux cleaned = -0.00217027 Jy ! Component: 3100 - total flux cleaned = -0.00218224 Jy ! Component: 3150 - total flux cleaned = -0.00217024 Jy ! Component: 3200 - total flux cleaned = -0.00220573 Jy ! Component: 3250 - total flux cleaned = -0.00220574 Jy ! Component: 3300 - total flux cleaned = -0.00227556 Jy ! Component: 3350 - total flux cleaned = -0.00226406 Jy ! Component: 3400 - total flux cleaned = -0.00228703 Jy ! Component: 3450 - total flux cleaned = -0.00232122 Jy ! Component: 3500 - total flux cleaned = -0.00240057 Jy ! Component: 3550 - total flux cleaned = -0.0024006 Jy ! Component: 3600 - total flux cleaned = -0.00235565 Jy ! Component: 3650 - total flux cleaned = -0.00245604 Jy ! Component: 3700 - total flux cleaned = -0.00244486 Jy ! Component: 3750 - total flux cleaned = -0.00247786 Jy ! Component: 3800 - total flux cleaned = -0.00247783 Jy ! Component: 3850 - total flux cleaned = -0.00248876 Jy ! Component: 3900 - total flux cleaned = -0.00252121 Jy ! Component: 3950 - total flux cleaned = -0.00254268 Jy ! Component: 4000 - total flux cleaned = -0.00255333 Jy ! Component: 4050 - total flux cleaned = -0.00255328 Jy ! Total flux subtracted in 4096 components = -0.00257437 Jy ! Clean residual min=-0.000717 max=0.000775 Jy/beam ! Clean residual mean=-0.000001 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.174644 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 388 components and 0.174644 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0935+0915_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.298 x 7.688 at -3.983 degrees (North through East) ! Clean map min=-0.0013644 max=0.15823 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0935+0915_S_map.fits wmodel /vlbi/uf001/uva//J0935+0915_S_map.mod ! Writing 388 model components to file: /vlbi/uf001/uva//J0935+0915_S_map.mod wobs /vlbi/uf001/uva//J0935+0915_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0935+0915_S_uvs.fits wwins /vlbi/uf001/uva//J0935+0915_S_map.win ! wwins: Wrote 5 windows to /vlbi/uf001/uva//J0935+0915_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.15823 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194533 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.36883 0.36883 0.73766 1.47532 2.95064 5.90128 11.8026 23.6051 47.2103 94.4205 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.158 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 813.382 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0935+0915_S_dfm.log closed on Mon Jan 14 00:32:25 2019