! Started logfile: /vlbi/uf001/uva//J0119+3210_S_dfm.log on Sun Jan 13 20:56:05 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//J0119+3210_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0119+3210_S_uva.fits ! AN table 1: 110 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.999394 visibilities/baseline/integration-bin. ! Found source: J0119+3210 ! ! 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 14841 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 J0119+3210_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.051400Jy sigma=22.495824 ! Fit after self-cal, rms=0.867474Jy sigma=19.671753 ! 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.814 mas, bmaj=5.691 mas, bpa=-6.198 degrees ! Estimated noise=0.422018 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.106733 Jy ! Component: 100 - total flux cleaned = 0.170375 Jy ! Total flux subtracted in 100 components = 0.170375 Jy ! Clean residual min=-0.023198 max=0.045473 Jy/beam ! Clean residual mean=0.000009 rms=0.006969 Jy/beam ! Combined flux in latest and established models = 0.170375 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 43 components and 0.170375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.333912Jy sigma=4.660004 ! Fit after self-cal, rms=0.333455Jy sigma=4.646432 ! Inverting map ! Added new window around map position (-4.5, 1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0511463 Jy ! Component: 100 - total flux cleaned = 0.0909281 Jy ! Total flux subtracted in 100 components = 0.0909281 Jy ! Clean residual min=-0.020266 max=0.040994 Jy/beam ! Clean residual mean=0.000010 rms=0.006202 Jy/beam ! Combined flux in latest and established models = 0.261303 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 67 components and 0.261303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.306788Jy sigma=4.219106 ! Fit after self-cal, rms=0.306776Jy sigma=4.209681 ! 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.382 mas, bmaj=6.362 mas, bpa=-6.45 degrees ! Estimated noise=0.271171 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.0686608 Jy ! Component: 100 - total flux cleaned = 0.120873 Jy ! Component: 150 - total flux cleaned = 0.16174 Jy ! Component: 200 - total flux cleaned = 0.193946 Jy ! Total flux subtracted in 200 components = 0.193946 Jy ! Clean residual min=-0.030630 max=0.050611 Jy/beam ! Clean residual mean=0.000104 rms=0.009513 Jy/beam ! Combined flux in latest and established models = 0.455249 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 116 components and 0.455249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.264032Jy sigma=3.759449 ! Fit after self-cal, rms=0.263782Jy sigma=3.727760 ! 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.382 x 6.362 at -6.45 degrees (North through East) ! Clean map min=-0.029019 max=0.13267 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.59 FD 1.27 HN 1.29 KP 0.66 ! LA 0.64 MK 1.82 NL 1.59 OV 1.50 ! PT 0.67 SC 1.37 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.36 FD 1.21 HN 1.15 KP 0.67 ! LA 0.65 MK 1.79 NL 1.56 OV 1.59 ! PT 0.70 SC 1.31 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 1.29 HN 1.08 KP 0.66 ! LA 0.62 MK 1.82 NL 1.67 OV 1.79 ! PT 0.64 SC 1.37 ! ! ! Fit before self-cal, rms=0.263782Jy sigma=3.727760 ! Fit after self-cal, rms=0.193578Jy sigma=3.038589 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.864 mas, bmaj=7.017 mas, bpa=-5.356 degrees ! Estimated noise=0.330333 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.00996621 Jy ! Component: 100 - total flux cleaned = 0.0125241 Jy ! Component: 150 - total flux cleaned = 0.0132283 Jy ! Component: 200 - total flux cleaned = 0.0132339 Jy ! Total flux subtracted in 200 components = 0.0132339 Jy ! Clean residual min=-0.032379 max=0.039436 Jy/beam ! Clean residual mean=0.000048 rms=0.009083 Jy/beam ! Combined flux in latest and established models = 0.468483 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 133 components and 0.468483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.191349Jy sigma=3.029630 ! Fit after self-cal, rms=0.195097Jy sigma=2.979219 ! 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.195097Jy sigma=2.979219 ! Fit after self-cal, rms=0.273451Jy sigma=2.750257 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.645 mas, bmaj=6.909 mas, bpa=-6.414 degrees ! Estimated noise=0.341835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00872116 Jy ! Component: 100 - total flux cleaned = 0.0109009 Jy ! Component: 150 - total flux cleaned = 0.0117224 Jy ! Component: 200 - total flux cleaned = 0.0123877 Jy ! Total flux subtracted in 200 components = 0.0123877 Jy ! Clean residual min=-0.026632 max=0.032511 Jy/beam ! Clean residual mean=0.000059 rms=0.008350 Jy/beam ! Combined flux in latest and established models = 0.48087 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 136 components and 0.48087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.269968Jy sigma=2.756030 ! Fit after self-cal, rms=0.271151Jy sigma=2.750817 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.000328198 Jy ! Component: 100 - total flux cleaned = 0.000659414 Jy ! Component: 150 - total flux cleaned = 0.000956752 Jy ! Component: 200 - total flux cleaned = 0.00120996 Jy ! Total flux subtracted in 200 components = 0.00120996 Jy ! Clean residual min=-0.026792 max=0.032479 Jy/beam ! Clean residual mean=0.000060 rms=0.008364 Jy/beam ! Combined flux in latest and established models = 0.48208 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 146 components and 0.48208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.269949Jy sigma=2.755317 ! Fit after self-cal, rms=0.270444Jy sigma=2.753516 ! 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.270444Jy sigma=2.753516 ! Fit after self-cal, rms=0.309578Jy sigma=2.739093 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.539 mas, bmaj=6.889 mas, bpa=-5.576 degrees ! Estimated noise=0.353106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.011531 Jy ! Component: 100 - total flux cleaned = 0.0135333 Jy ! Component: 150 - total flux cleaned = 0.0144424 Jy ! Component: 200 - total flux cleaned = 0.0153526 Jy ! Total flux subtracted in 200 components = 0.0153526 Jy ! Clean residual min=-0.028202 max=0.034029 Jy/beam ! Clean residual mean=0.000059 rms=0.008611 Jy/beam ! Combined flux in latest and established models = 0.497433 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 150 components and 0.497433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.307041Jy sigma=2.746795 ! Fit after self-cal, rms=0.307688Jy sigma=2.744609 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.00109474 Jy ! Component: 100 - total flux cleaned = 0.00107578 Jy ! Component: 150 - total flux cleaned = 0.00120707 Jy ! Component: 200 - total flux cleaned = 0.00132246 Jy ! Total flux subtracted in 200 components = 0.00132246 Jy ! Clean residual min=-0.028183 max=0.034092 Jy/beam ! Clean residual mean=0.000059 rms=0.008626 Jy/beam ! Combined flux in latest and established models = 0.498755 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 157 components and 0.498755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.306683Jy sigma=2.750196 ! Fit after self-cal, rms=0.307169Jy sigma=2.748597 ! 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.307169Jy sigma=2.748597 ! Fit after self-cal, rms=0.342304Jy sigma=2.737374 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.252 mas, bmaj=9.982 mas, bpa=-16.24 degrees ! Estimated noise=0.435292 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0184533 Jy ! Component: 100 - total flux cleaned = 0.021333 Jy ! Component: 150 - total flux cleaned = 0.0228389 Jy ! Component: 200 - total flux cleaned = 0.0238586 Jy ! Total flux subtracted in 200 components = 0.0238586 Jy ! Clean residual min=-0.047545 max=0.054912 Jy/beam ! Clean residual mean=0.000117 rms=0.015394 Jy/beam ! Combined flux in latest and established models = 0.522614 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 163 components and 0.522614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.339533Jy sigma=2.761734 ! Fit after self-cal, rms=0.339957Jy sigma=2.757695 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.000976696 Jy ! Component: 100 - total flux cleaned = 0.00168091 Jy ! Component: 150 - total flux cleaned = 0.00223174 Jy ! Component: 200 - total flux cleaned = 0.00239527 Jy ! Total flux subtracted in 200 components = 0.00239527 Jy ! Clean residual min=-0.047777 max=0.055286 Jy/beam ! Clean residual mean=0.000113 rms=0.015419 Jy/beam ! Combined flux in latest and established models = 0.525009 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 166 components and 0.525009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.338863Jy sigma=2.771586 ! Fit after self-cal, rms=0.339256Jy sigma=2.768978 ! 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.551 mas, bmaj=6.864 mas, bpa=-5.241 degrees ! Estimated noise=0.372923 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.551 x 6.864 at -5.241 degrees (North through East) ! Clean map min=-0.029326 max=0.16978 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.85 mas, bmaj=6.076 mas, bpa=-4.978 degrees ! Estimated noise=0.615234 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.150867 Jy ! Component: 100 - total flux cleaned = 0.241819 Jy ! Component: 150 - total flux cleaned = 0.306939 Jy ! Component: 200 - total flux cleaned = 0.354974 Jy ! Total flux subtracted in 200 components = 0.354974 Jy ! Clean residual min=-0.029570 max=0.033166 Jy/beam ! Clean residual mean=0.000036 rms=0.007799 Jy/beam ! Combined flux in latest and established models = 0.354974 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 73 model components to the UV plane model. ! The established model now contains 73 components and 0.354974 Jy ! Inverting map and beam ! Estimated beam: bmin=3.551 mas, bmaj=6.864 mas, bpa=-5.241 degrees ! Estimated noise=0.372923 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) ! Added new window around map position (3.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0565729 Jy ! Component: 100 - total flux cleaned = 0.0948822 Jy ! Component: 150 - total flux cleaned = 0.122098 Jy ! Component: 200 - total flux cleaned = 0.139753 Jy ! Total flux subtracted in 200 components = 0.139753 Jy ! Clean residual min=-0.031858 max=0.035735 Jy/beam ! Clean residual mean=0.000061 rms=0.009026 Jy/beam ! Combined flux in latest and established models = 0.494727 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 139 components and 0.494727 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.252 mas, bmaj=9.982 mas, bpa=-16.24 degrees ! Estimated noise=0.435292 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0181007 Jy ! Component: 100 - total flux cleaned = 0.0189229 Jy ! Component: 150 - total flux cleaned = 0.0195835 Jy ! Component: 200 - total flux cleaned = 0.0201418 Jy ! Total flux subtracted in 200 components = 0.0201418 Jy ! Clean residual min=-0.048013 max=0.054604 Jy/beam ! Clean residual mean=0.000113 rms=0.015097 Jy/beam ! Combined flux in latest and established models = 0.514869 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.000456725 Jy ! Component: 100 - total flux cleaned = 0.000457353 Jy ! Component: 150 - total flux cleaned = 0.000820725 Jy ! Component: 200 - total flux cleaned = 0.000829285 Jy ! Total flux subtracted in 200 components = 0.000829285 Jy ! Clean residual min=-0.047794 max=0.054970 Jy/beam ! Clean residual mean=0.000116 rms=0.015099 Jy/beam ! Combined flux in latest and established models = 0.515698 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 164 components and 0.515698 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.551 mas, bmaj=6.864 mas, bpa=-5.241 degrees ! Estimated noise=0.372923 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0019475 Jy ! Component: 100 - total flux cleaned = 0.00296185 Jy ! Component: 150 - total flux cleaned = 0.0038376 Jy ! Component: 200 - total flux cleaned = 0.00357383 Jy ! Total flux subtracted in 200 components = 0.00357383 Jy ! Clean residual min=-0.031594 max=0.033739 Jy/beam ! Clean residual mean=0.000062 rms=0.008930 Jy/beam ! Combined flux in latest and established models = 0.519272 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 176 components and 0.519272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.332957Jy sigma=2.721852 ! Fit after self-cal, rms=0.330875Jy sigma=2.691423 wmodel J0119+3210_S_map.mod ! Writing 176 model components to file: J0119+3210_S_map.mod wobs J0119+3210_S_uvs.fits ! Writing UV FITS file: J0119+3210_S_uvs.fits wwins J0119+3210_S_map.win ! wwins: Wrote 3 windows to J0119+3210_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.0163791 Jy ! Component: 100 - total flux cleaned = 0.0269271 Jy ! Component: 150 - total flux cleaned = 0.0357272 Jy ! Component: 200 - total flux cleaned = 0.044117 Jy ! Component: 250 - total flux cleaned = 0.0526828 Jy ! Component: 300 - total flux cleaned = 0.060955 Jy ! Component: 350 - total flux cleaned = 0.0689587 Jy ! Component: 400 - total flux cleaned = 0.0753598 Jy ! Component: 450 - total flux cleaned = 0.0829152 Jy ! Component: 500 - total flux cleaned = 0.088981 Jy ! Component: 550 - total flux cleaned = 0.0953162 Jy ! Component: 600 - total flux cleaned = 0.101909 Jy ! Component: 650 - total flux cleaned = 0.107549 Jy ! Component: 700 - total flux cleaned = 0.113462 Jy ! Component: 750 - total flux cleaned = 0.118872 Jy ! Component: 800 - total flux cleaned = 0.123799 Jy ! Component: 850 - total flux cleaned = 0.128648 Jy ! Component: 900 - total flux cleaned = 0.133781 Jy ! Component: 950 - total flux cleaned = 0.137748 Jy ! Component: 1000 - total flux cleaned = 0.142357 Jy ! Component: 1050 - total flux cleaned = 0.144799 Jy ! Component: 1100 - total flux cleaned = 0.148587 Jy ! Component: 1150 - total flux cleaned = 0.15232 Jy ! Component: 1200 - total flux cleaned = 0.154333 Jy ! Component: 1250 - total flux cleaned = 0.157637 Jy ! Component: 1300 - total flux cleaned = 0.161216 Jy ! Component: 1350 - total flux cleaned = 0.163459 Jy ! Component: 1400 - total flux cleaned = 0.165997 Jy ! Component: 1450 - total flux cleaned = 0.168502 Jy ! Component: 1500 - total flux cleaned = 0.170971 Jy ! Component: 1550 - total flux cleaned = 0.1728 Jy ! Component: 1600 - total flux cleaned = 0.175517 Jy ! Component: 1650 - total flux cleaned = 0.176709 Jy ! Component: 1700 - total flux cleaned = 0.178478 Jy ! Component: 1750 - total flux cleaned = 0.180811 Jy ! Component: 1800 - total flux cleaned = 0.181964 Jy ! Component: 1850 - total flux cleaned = 0.184535 Jy ! Component: 1900 - total flux cleaned = 0.185665 Jy ! Component: 1950 - total flux cleaned = 0.187064 Jy ! Component: 2000 - total flux cleaned = 0.188451 Jy ! Component: 2050 - total flux cleaned = 0.189828 Jy ! Component: 2100 - total flux cleaned = 0.191463 Jy ! Component: 2150 - total flux cleaned = 0.193085 Jy ! Component: 2200 - total flux cleaned = 0.195226 Jy ! Component: 2250 - total flux cleaned = 0.196814 Jy ! Component: 2300 - total flux cleaned = 0.198129 Jy ! Component: 2350 - total flux cleaned = 0.200473 Jy ! Component: 2400 - total flux cleaned = 0.202023 Jy ! Component: 2450 - total flux cleaned = 0.204328 Jy ! Component: 2500 - total flux cleaned = 0.205089 Jy ! Component: 2550 - total flux cleaned = 0.207355 Jy ! Component: 2600 - total flux cleaned = 0.208602 Jy ! Component: 2650 - total flux cleaned = 0.210088 Jy ! Component: 2700 - total flux cleaned = 0.211565 Jy ! Component: 2750 - total flux cleaned = 0.213514 Jy ! Component: 2800 - total flux cleaned = 0.214722 Jy ! Component: 2850 - total flux cleaned = 0.216162 Jy ! Component: 2900 - total flux cleaned = 0.217829 Jy ! Component: 2950 - total flux cleaned = 0.218537 Jy ! Component: 3000 - total flux cleaned = 0.220179 Jy ! Component: 3050 - total flux cleaned = 0.221343 Jy ! Component: 3100 - total flux cleaned = 0.222037 Jy ! Component: 3150 - total flux cleaned = 0.223643 Jy ! Component: 3200 - total flux cleaned = 0.225235 Jy ! Component: 3250 - total flux cleaned = 0.226138 Jy ! Component: 3300 - total flux cleaned = 0.22726 Jy ! Component: 3350 - total flux cleaned = 0.22815 Jy ! Component: 3400 - total flux cleaned = 0.229699 Jy ! Component: 3450 - total flux cleaned = 0.230798 Jy ! Component: 3500 - total flux cleaned = 0.23211 Jy ! Component: 3550 - total flux cleaned = 0.233192 Jy ! Component: 3600 - total flux cleaned = 0.234483 Jy ! Component: 3650 - total flux cleaned = 0.23534 Jy ! Component: 3700 - total flux cleaned = 0.236405 Jy ! Component: 3750 - total flux cleaned = 0.236829 Jy ! Component: 3800 - total flux cleaned = 0.237881 Jy ! Component: 3850 - total flux cleaned = 0.238926 Jy ! Component: 3900 - total flux cleaned = 0.239757 Jy ! Component: 3950 - total flux cleaned = 0.240788 Jy ! Component: 4000 - total flux cleaned = 0.241606 Jy ! Component: 4050 - total flux cleaned = 0.242624 Jy ! Total flux subtracted in 4096 components = 0.243029 Jy ! Clean residual min=-0.011639 max=0.011416 Jy/beam ! Clean residual mean=-0.000004 rms=0.004315 Jy/beam ! Combined flux in latest and established models = 0.762301 Jy keep ! Adding 540 model components to the UV plane model. ! The established model now contains 716 components and 0.762301 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0119+3210_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.551 x 6.864 at -5.241 degrees (North through East) ! Clean map min=-0.030518 max=0.17462 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0119+3210_S_map.fits wmodel /vlbi/uf001/uva//J0119+3210_S_map.mod ! Writing 716 model components to file: /vlbi/uf001/uva//J0119+3210_S_map.mod wobs /vlbi/uf001/uva//J0119+3210_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0119+3210_S_uvs.fits wwins /vlbi/uf001/uva//J0119+3210_S_map.win ! wwins: Wrote 4 windows to /vlbi/uf001/uva//J0119+3210_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.174619 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.004325 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -7.43045 7.43045 14.8609 29.7218 59.4436 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0129 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.174 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 40.374 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0119+3210_S_dfm.log closed on Sun Jan 13 20:56:10 2019