! Started logfile: /vlbi/uf001/uva//J1116+0829_S_dfm.log on Mon Jan 14 01:12:24 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//J1116+0829_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1116+0829_S_uva.fits ! AN table 1: 72 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.969577 visibilities/baseline/integration-bin. ! Found source: J1116+0829 ! ! 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 4398 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 J1116+0829_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 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010749Jy sigma=21.623255 ! Fit after self-cal, rms=0.855598Jy sigma=18.363013 ! 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=4.964 mas, bmaj=18.54 mas, bpa=-15.2 degrees ! Estimated noise=0.637221 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.111586 Jy ! Component: 100 - total flux cleaned = 0.136892 Jy ! Total flux subtracted in 100 components = 0.136892 Jy ! Clean residual min=-0.006380 max=0.009399 Jy/beam ! Clean residual mean=-0.000075 rms=0.001903 Jy/beam ! Combined flux in latest and established models = 0.136892 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.136892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059395Jy sigma=1.211351 ! Fit after self-cal, rms=0.059385Jy sigma=1.211128 ! 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=5.706 mas, bmaj=19.06 mas, bpa=-15.82 degrees ! Estimated noise=0.505721 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.0104392 Jy ! Component: 100 - total flux cleaned = 0.015508 Jy ! Component: 150 - total flux cleaned = 0.0185847 Jy ! Component: 200 - total flux cleaned = 0.0207269 Jy ! Total flux subtracted in 200 components = 0.0207269 Jy ! Clean residual min=-0.004432 max=0.008734 Jy/beam ! Clean residual mean=-0.000021 rms=0.001368 Jy/beam ! Combined flux in latest and established models = 0.157619 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 58 components and 0.157619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057429Jy sigma=1.175896 ! Fit after self-cal, rms=0.057410Jy sigma=1.175485 ! Inverting map ! Added new window around map position (28, -13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00804706 Jy ! Component: 100 - total flux cleaned = 0.0120754 Jy ! Component: 150 - total flux cleaned = 0.0148769 Jy ! Component: 200 - total flux cleaned = 0.0165983 Jy ! Total flux subtracted in 200 components = 0.0165983 Jy ! Clean residual min=-0.003532 max=0.003353 Jy/beam ! Clean residual mean=-0.000010 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.174217 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 120 components and 0.174217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056244Jy sigma=1.150006 ! Fit after self-cal, rms=0.056152Jy sigma=1.148182 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.706 x 19.06 at -15.82 degrees (North through East) ! Clean map min=-0.0035934 max=0.14351 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 HN 1.00 KP 1.03 LA 0.94 ! NL 1.01 OV 1.01 PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 HN 1.00 KP 1.00 LA 0.95 ! NL 1.04 OV 0.94 PT 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 HN 0.99 KP 1.00 LA 0.93 ! NL 1.03 OV 0.99 PT 1.02 ! ! ! Fit before self-cal, rms=0.056152Jy sigma=1.148182 ! Fit after self-cal, rms=0.055586Jy sigma=1.140227 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.704 mas, bmaj=19.11 mas, bpa=-15.66 degrees ! Estimated noise=0.505307 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.00036683 Jy ! Component: 100 - total flux cleaned = 0.00084137 Jy ! Component: 150 - total flux cleaned = 0.00128856 Jy ! Component: 200 - total flux cleaned = 0.00152981 Jy ! Total flux subtracted in 200 components = 0.00152981 Jy ! Clean residual min=-0.002609 max=0.002114 Jy/beam ! Clean residual mean=-0.000010 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.175747 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 147 components and 0.175747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055449Jy sigma=1.137477 ! Fit after self-cal, rms=0.055435Jy sigma=1.137268 ! 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.055435Jy sigma=1.137268 ! Fit after self-cal, rms=0.054808Jy sigma=1.129235 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.716 mas, bmaj=19.07 mas, bpa=-15.73 degrees ! Estimated noise=0.505071 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000468233 Jy ! Component: 100 - total flux cleaned = 0.00078637 Jy ! Component: 150 - total flux cleaned = 0.000847056 Jy ! Component: 200 - total flux cleaned = 0.000931223 Jy ! Total flux subtracted in 200 components = 0.000931223 Jy ! Clean residual min=-0.002365 max=0.001867 Jy/beam ! Clean residual mean=-0.000005 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.176678 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 179 components and 0.176678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054772Jy sigma=1.128426 ! Fit after self-cal, rms=0.054774Jy sigma=1.128329 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.000180472 Jy ! Component: 100 - total flux cleaned = 0.00026168 Jy ! Component: 150 - total flux cleaned = 0.000286429 Jy ! Component: 200 - total flux cleaned = 0.000383167 Jy ! Total flux subtracted in 200 components = 0.000383167 Jy ! Clean residual min=-0.002301 max=0.001810 Jy/beam ! Clean residual mean=-0.000005 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.177061 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 192 components and 0.177062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054753Jy sigma=1.127853 ! Fit after self-cal, rms=0.054753Jy sigma=1.127842 ! 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.054753Jy sigma=1.127842 ! Fit after self-cal, rms=0.054582Jy sigma=1.123684 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.712 mas, bmaj=19.07 mas, bpa=-15.7 degrees ! Estimated noise=0.504885 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.63228e-05 Jy ! Component: 100 - total flux cleaned = -0.000141658 Jy ! Component: 150 - total flux cleaned = -0.000119529 Jy ! Component: 200 - total flux cleaned = -9.95119e-05 Jy ! Total flux subtracted in 200 components = -9.95119e-05 Jy ! Clean residual min=-0.001875 max=0.001813 Jy/beam ! Clean residual mean=-0.000003 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.176962 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 234 components and 0.176962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054562Jy sigma=1.123253 ! Fit after self-cal, rms=0.054563Jy sigma=1.123205 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.23076e-05 Jy ! Component: 100 - total flux cleaned = 9.65251e-05 Jy ! Component: 150 - total flux cleaned = 0.0001667 Jy ! Component: 200 - total flux cleaned = 0.000266926 Jy ! Total flux subtracted in 200 components = 0.000266926 Jy ! Clean residual min=-0.001887 max=0.001774 Jy/beam ! Clean residual mean=-0.000003 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.177229 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 257 components and 0.177229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054553Jy sigma=1.122984 ! Fit after self-cal, rms=0.054552Jy sigma=1.122978 ! 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.054552Jy sigma=1.122978 ! Fit after self-cal, rms=0.054537Jy sigma=1.122942 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.424 mas, bmaj=18.87 mas, bpa=-17.53 degrees ! Estimated noise=0.549517 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000197417 Jy ! Component: 100 - total flux cleaned = 0.000298432 Jy ! Component: 150 - total flux cleaned = 0.000352024 Jy ! Component: 200 - total flux cleaned = 0.00040152 Jy ! Total flux subtracted in 200 components = 0.00040152 Jy ! Clean residual min=-0.001606 max=0.001625 Jy/beam ! Clean residual mean=-0.000004 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.17763 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 286 components and 0.17763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054530Jy sigma=1.122818 ! Fit after self-cal, rms=0.054529Jy sigma=1.122812 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 = 3.25245e-05 Jy ! Component: 100 - total flux cleaned = 4.72413e-05 Jy ! Component: 150 - total flux cleaned = 0.000102337 Jy ! Component: 200 - total flux cleaned = 0.000128226 Jy ! Total flux subtracted in 200 components = 0.000128226 Jy ! Clean residual min=-0.001597 max=0.001648 Jy/beam ! Clean residual mean=-0.000004 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.177759 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 315 components and 0.177759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054525Jy sigma=1.122748 ! Fit after self-cal, rms=0.054525Jy sigma=1.122746 ! 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=5.709 mas, bmaj=19.07 mas, bpa=-15.69 degrees ! Estimated noise=0.504834 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.709 x 19.07 at -15.69 degrees (North through East) ! Clean map min=-0.0017837 max=0.14254 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=4.959 mas, bmaj=18.56 mas, bpa=-15.14 degrees ! Estimated noise=0.638096 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.111688 Jy ! Component: 100 - total flux cleaned = 0.137143 Jy ! Component: 150 - total flux cleaned = 0.147915 Jy ! Component: 200 - total flux cleaned = 0.154609 Jy ! Total flux subtracted in 200 components = 0.154609 Jy ! Clean residual min=-0.004416 max=0.003730 Jy/beam ! Clean residual mean=-0.000037 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.154609 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.154609 Jy ! Inverting map and beam ! Estimated beam: bmin=5.709 mas, bmaj=19.07 mas, bpa=-15.69 degrees ! Estimated noise=0.504834 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.00528434 Jy ! Component: 100 - total flux cleaned = 0.00896223 Jy ! Component: 150 - total flux cleaned = 0.0117835 Jy ! Component: 200 - total flux cleaned = 0.0140437 Jy ! Total flux subtracted in 200 components = 0.0140437 Jy ! Clean residual min=-0.002500 max=0.001903 Jy/beam ! Clean residual mean=-0.000011 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.168653 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 79 components and 0.168653 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.424 mas, bmaj=18.87 mas, bpa=-17.53 degrees ! Estimated noise=0.549517 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00224352 Jy ! Component: 100 - total flux cleaned = 0.00395148 Jy ! Component: 150 - total flux cleaned = 0.00530691 Jy ! Component: 200 - total flux cleaned = 0.00615598 Jy ! Total flux subtracted in 200 components = 0.00615598 Jy ! Clean residual min=-0.002129 max=0.001709 Jy/beam ! Clean residual mean=-0.000007 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.174809 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.000533564 Jy ! Component: 100 - total flux cleaned = 0.000865667 Jy ! Component: 150 - total flux cleaned = 0.00116394 Jy ! Component: 200 - total flux cleaned = 0.0014093 Jy ! Total flux subtracted in 200 components = 0.0014093 Jy ! Clean residual min=-0.001893 max=0.001651 Jy/beam ! Clean residual mean=-0.000005 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.176218 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 174 components and 0.176218 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.709 mas, bmaj=19.07 mas, bpa=-15.69 degrees ! Estimated noise=0.504834 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000361766 Jy ! Component: 100 - total flux cleaned = -0.000137526 Jy ! Component: 150 - total flux cleaned = 3.92318e-05 Jy ! Component: 200 - total flux cleaned = 0.00027415 Jy ! Total flux subtracted in 200 components = 0.00027415 Jy ! Clean residual min=-0.001874 max=0.001676 Jy/beam ! Clean residual mean=-0.000004 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.176492 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 202 components and 0.176492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054551Jy sigma=1.123311 ! Fit after self-cal, rms=0.054549Jy sigma=1.123191 wmodel J1116+0829_S_map.mod ! Writing 202 model components to file: J1116+0829_S_map.mod wobs J1116+0829_S_uvs.fits ! Writing UV FITS file: J1116+0829_S_uvs.fits wwins J1116+0829_S_map.win ! wwins: Wrote 2 windows to J1116+0829_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.000179971 Jy ! Component: 100 - total flux cleaned = -0.000237605 Jy ! Component: 150 - total flux cleaned = -0.000375851 Jy ! Component: 200 - total flux cleaned = -0.000560705 Jy ! Component: 250 - total flux cleaned = -0.000585893 Jy ! Component: 300 - total flux cleaned = -0.000682319 Jy ! Component: 350 - total flux cleaned = -0.000705546 Jy ! Component: 400 - total flux cleaned = -0.000772931 Jy ! Component: 450 - total flux cleaned = -0.000816413 Jy ! Component: 500 - total flux cleaned = -0.00087869 Jy ! Component: 550 - total flux cleaned = -0.000898823 Jy ! Component: 600 - total flux cleaned = -0.000995324 Jy ! Component: 650 - total flux cleaned = -0.00105137 Jy ! Component: 700 - total flux cleaned = -0.00108752 Jy ! Component: 750 - total flux cleaned = -0.00105174 Jy ! Component: 800 - total flux cleaned = -0.00100029 Jy ! Component: 850 - total flux cleaned = -0.000966981 Jy ! Component: 900 - total flux cleaned = -0.000934295 Jy ! Component: 950 - total flux cleaned = -0.00087028 Jy ! Component: 1000 - total flux cleaned = -0.000823309 Jy ! Component: 1050 - total flux cleaned = -0.00080775 Jy ! Component: 1100 - total flux cleaned = -0.000763262 Jy ! Component: 1150 - total flux cleaned = -0.000748645 Jy ! Component: 1200 - total flux cleaned = -0.000705671 Jy ! Component: 1250 - total flux cleaned = -0.000663623 Jy ! Component: 1300 - total flux cleaned = -0.000649826 Jy ! Component: 1350 - total flux cleaned = -0.000663123 Jy ! Component: 1400 - total flux cleaned = -0.000663151 Jy ! Component: 1450 - total flux cleaned = -0.000650032 Jy ! Component: 1500 - total flux cleaned = -0.000637235 Jy ! Component: 1550 - total flux cleaned = -0.00061181 Jy ! Component: 1600 - total flux cleaned = -0.000549441 Jy ! Component: 1650 - total flux cleaned = -0.000500356 Jy ! Component: 1700 - total flux cleaned = -0.000452112 Jy ! Component: 1750 - total flux cleaned = -0.00039269 Jy ! Component: 1800 - total flux cleaned = -0.00033406 Jy ! Component: 1850 - total flux cleaned = -0.000287736 Jy ! Component: 1900 - total flux cleaned = -0.000276299 Jy ! Component: 1950 - total flux cleaned = -0.00020856 Jy ! Component: 2000 - total flux cleaned = -0.00017528 Jy ! Component: 2050 - total flux cleaned = -0.000120434 Jy ! Component: 2100 - total flux cleaned = -9.88251e-05 Jy ! Component: 2150 - total flux cleaned = -5.59965e-05 Jy ! Component: 2200 - total flux cleaned = 7.24191e-06 Jy ! Component: 2250 - total flux cleaned = 3.85272e-05 Jy ! Component: 2300 - total flux cleaned = 4.89218e-05 Jy ! Component: 2350 - total flux cleaned = 0.000100075 Jy ! Component: 2400 - total flux cleaned = 0.000130514 Jy ! Component: 2450 - total flux cleaned = 0.000170644 Jy ! Component: 2500 - total flux cleaned = 0.000210411 Jy ! Component: 2550 - total flux cleaned = 0.000239928 Jy ! Component: 2600 - total flux cleaned = 0.000278907 Jy ! Component: 2650 - total flux cleaned = 0.000307999 Jy ! Component: 2700 - total flux cleaned = 0.00033676 Jy ! Component: 2750 - total flux cleaned = 0.000336796 Jy ! Component: 2800 - total flux cleaned = 0.0003462 Jy ! Component: 2850 - total flux cleaned = 0.000364851 Jy ! Component: 2900 - total flux cleaned = 0.000438951 Jy ! Component: 2950 - total flux cleaned = 0.000429605 Jy ! Component: 3000 - total flux cleaned = 0.000402101 Jy ! Component: 3050 - total flux cleaned = 0.000420237 Jy ! Component: 3100 - total flux cleaned = 0.000420147 Jy ! Component: 3150 - total flux cleaned = 0.000429009 Jy ! Component: 3200 - total flux cleaned = 0.00044673 Jy ! Component: 3250 - total flux cleaned = 0.000420271 Jy ! Component: 3300 - total flux cleaned = 0.000437935 Jy ! Component: 3350 - total flux cleaned = 0.000464071 Jy ! Component: 3400 - total flux cleaned = 0.000429483 Jy ! Component: 3450 - total flux cleaned = 0.000463915 Jy ! Component: 3500 - total flux cleaned = 0.000472412 Jy ! Component: 3550 - total flux cleaned = 0.000489394 Jy ! Component: 3600 - total flux cleaned = 0.000489409 Jy ! Component: 3650 - total flux cleaned = 0.000523103 Jy ! Component: 3700 - total flux cleaned = 0.000531472 Jy ! Component: 3750 - total flux cleaned = 0.00055635 Jy ! Component: 3800 - total flux cleaned = 0.00054814 Jy ! Component: 3850 - total flux cleaned = 0.000572781 Jy ! Component: 3900 - total flux cleaned = 0.000564612 Jy ! Component: 3950 - total flux cleaned = 0.000589026 Jy ! Component: 4000 - total flux cleaned = 0.000597089 Jy ! Component: 4050 - total flux cleaned = 0.000597106 Jy ! Total flux subtracted in 4096 components = 0.00062926 Jy ! Clean residual min=-0.000528 max=0.000501 Jy/beam ! Clean residual mean=-0.000003 rms=0.000164 Jy/beam ! Combined flux in latest and established models = 0.177121 Jy keep ! Adding 331 model components to the UV plane model. ! The established model now contains 533 components and 0.177121 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1116+0829_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.709 x 19.07 at -15.69 degrees (North through East) ! Clean map min=-0.0020975 max=0.14291 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1116+0829_S_map.fits wmodel /vlbi/uf001/uva//J1116+0829_S_map.mod ! Writing 533 model components to file: /vlbi/uf001/uva//J1116+0829_S_map.mod wobs /vlbi/uf001/uva//J1116+0829_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1116+0829_S_uvs.fits wwins /vlbi/uf001/uva//J1116+0829_S_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J1116+0829_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.14291 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000159841 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.335542 0.335542 0.671084 1.34217 2.68434 5.36867 10.7373 21.4747 42.9494 85.8988 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.142 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 894.075 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1116+0829_S_dfm.log closed on Mon Jan 14 01:12:28 2019