! Started logfile: /vlbi/uf001/uva//J1458+3720_S_dfm.log on Mon Jan 14 03:07: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//J1458+3720_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1458+3720_S_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.734893 visibilities/baseline/integration-bin. ! Found source: J1458+3720 ! ! 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 5655 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 J1458+3720_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 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.026467Jy sigma=22.593974 ! Fit after self-cal, rms=0.815885Jy sigma=18.028785 ! 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.695 mas, bmaj=5.445 mas, bpa=-2.384 degrees ! Estimated noise=0.720623 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.140839 Jy ! Component: 100 - total flux cleaned = 0.172871 Jy ! Total flux subtracted in 100 components = 0.172871 Jy ! Clean residual min=-0.006858 max=0.011740 Jy/beam ! Clean residual mean=0.000011 rms=0.001659 Jy/beam ! Combined flux in latest and established models = 0.172871 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.172871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071710Jy sigma=1.317684 ! Fit after self-cal, rms=0.071715Jy sigma=1.317579 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0124414 Jy ! Component: 100 - total flux cleaned = 0.0186174 Jy ! Total flux subtracted in 100 components = 0.0186174 Jy ! Clean residual min=-0.006733 max=0.004802 Jy/beam ! Clean residual mean=0.000003 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 0.191488 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 10 components and 0.191488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069108Jy sigma=1.277471 ! Fit after self-cal, rms=0.069112Jy sigma=1.277282 ! 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.306 mas, bmaj=6.127 mas, bpa=-3.005 degrees ! Estimated noise=0.480703 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.00142832 Jy ! Component: 100 - total flux cleaned = 0.00173132 Jy ! Component: 150 - total flux cleaned = 0.00164335 Jy ! Component: 200 - total flux cleaned = 0.00156632 Jy ! Total flux subtracted in 200 components = 0.00156632 Jy ! Clean residual min=-0.006098 max=0.003854 Jy/beam ! Clean residual mean=0.000003 rms=0.001171 Jy/beam ! Combined flux in latest and established models = 0.193055 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.193055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068873Jy sigma=1.276718 ! Fit after self-cal, rms=0.068865Jy sigma=1.276581 ! 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.306 x 6.127 at -3.005 degrees (North through East) ! Clean map min=-0.0059647 max=0.18333 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.98 HN 1.00 KP 1.05 ! LA 1.02 MK 1.02 NL 1.00 OV 1.03 ! PT 1.02 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 HN 1.02 KP 1.01 ! LA 1.01 MK 1.02 NL 1.01 OV 0.99 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.03 HN 0.99 KP 1.02 ! LA 1.02 MK 0.97 NL 1.01 OV 0.99 ! PT 1.02 SC 1.01 ! ! ! Fit before self-cal, rms=0.068865Jy sigma=1.276581 ! Fit after self-cal, rms=0.066288Jy sigma=1.261861 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.305 mas, bmaj=6.093 mas, bpa=-2.801 degrees ! Estimated noise=0.481598 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.00153155 Jy ! Component: 100 - total flux cleaned = 0.00181158 Jy ! Component: 150 - total flux cleaned = 0.001926 Jy ! Component: 200 - total flux cleaned = 0.00196364 Jy ! Total flux subtracted in 200 components = 0.00196364 Jy ! Clean residual min=-0.005139 max=0.004180 Jy/beam ! Clean residual mean=0.000006 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.195018 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 34 components and 0.195018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066234Jy sigma=1.261174 ! Fit after self-cal, rms=0.066213Jy sigma=1.261028 ! 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.066213Jy sigma=1.261028 ! Fit after self-cal, rms=0.062131Jy sigma=1.211584 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.306 mas, bmaj=6.078 mas, bpa=-2.755 degrees ! Estimated noise=0.481281 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000593028 Jy ! Component: 100 - total flux cleaned = 0.000645481 Jy ! Component: 150 - total flux cleaned = 0.000670888 Jy ! Component: 200 - total flux cleaned = 0.000670183 Jy ! Total flux subtracted in 200 components = 0.000670183 Jy ! Clean residual min=-0.002679 max=0.002140 Jy/beam ! Clean residual mean=0.000009 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.195688 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 42 components and 0.195688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062113Jy sigma=1.211385 ! Fit after self-cal, rms=0.062120Jy sigma=1.211081 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 = 8.77696e-05 Jy ! Component: 100 - total flux cleaned = 9.77191e-05 Jy ! Component: 150 - total flux cleaned = 9.75958e-05 Jy ! Component: 200 - total flux cleaned = 9.75864e-05 Jy ! Total flux subtracted in 200 components = 9.75864e-05 Jy ! Clean residual min=-0.002674 max=0.002143 Jy/beam ! Clean residual mean=0.000009 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.195786 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.195786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062114Jy sigma=1.211034 ! Fit after self-cal, rms=0.062115Jy sigma=1.211018 ! 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.062115Jy sigma=1.211018 ! Fit after self-cal, rms=0.062033Jy sigma=1.210919 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.305 mas, bmaj=6.067 mas, bpa=-2.64 degrees ! Estimated noise=0.481168 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000304088 Jy ! Component: 100 - total flux cleaned = 0.000342275 Jy ! Component: 150 - total flux cleaned = 0.000392699 Jy ! Component: 200 - total flux cleaned = 0.000418294 Jy ! Total flux subtracted in 200 components = 0.000418294 Jy ! Clean residual min=-0.002667 max=0.002146 Jy/beam ! Clean residual mean=0.000009 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.196204 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.196204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062025Jy sigma=1.210847 ! Fit after self-cal, rms=0.062024Jy sigma=1.210832 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 = 9.54512e-05 Jy ! Component: 100 - total flux cleaned = 0.000112219 Jy ! Component: 150 - total flux cleaned = 0.000112487 Jy ! Component: 200 - total flux cleaned = 0.000112593 Jy ! Total flux subtracted in 200 components = 0.000112593 Jy ! Clean residual min=-0.002660 max=0.002135 Jy/beam ! Clean residual mean=0.000009 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.196317 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.196317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062021Jy sigma=1.210813 ! Fit after self-cal, rms=0.062022Jy sigma=1.210807 ! 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.062022Jy sigma=1.210807 ! Fit after self-cal, rms=0.061960Jy sigma=1.210759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.207 mas, bmaj=9.681 mas, bpa=-0.2459 degrees ! Estimated noise=0.627723 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102194 Jy ! Component: 100 - total flux cleaned = 0.00107179 Jy ! Component: 150 - total flux cleaned = 0.00111238 Jy ! Component: 200 - total flux cleaned = 0.00115961 Jy ! Total flux subtracted in 200 components = 0.00115961 Jy ! Clean residual min=-0.002755 max=0.002545 Jy/beam ! Clean residual mean=0.000019 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.197476 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 56 components and 0.197476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061963Jy sigma=1.211184 ! Fit after self-cal, rms=0.061956Jy sigma=1.210966 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 = 5.32478e-05 Jy ! Component: 100 - total flux cleaned = 5.56454e-05 Jy ! Component: 150 - total flux cleaned = 7.20744e-05 Jy ! Component: 200 - total flux cleaned = 8.52472e-05 Jy ! Total flux subtracted in 200 components = 8.52472e-05 Jy ! Clean residual min=-0.002742 max=0.002521 Jy/beam ! Clean residual mean=0.000019 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.197562 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 64 components and 0.197562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061963Jy sigma=1.211296 ! Fit after self-cal, rms=0.061962Jy sigma=1.211179 ! 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.303 mas, bmaj=6.06 mas, bpa=-2.552 degrees ! Estimated noise=0.481054 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.303 x 6.06 at -2.552 degrees (North through East) ! Clean map min=-0.0023565 max=0.1829 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.695 mas, bmaj=5.389 mas, bpa=-2.096 degrees ! Estimated noise=0.716881 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.140058 Jy ! Component: 100 - total flux cleaned = 0.172217 Jy ! Component: 150 - total flux cleaned = 0.184505 Jy ! Component: 200 - total flux cleaned = 0.190488 Jy ! Total flux subtracted in 200 components = 0.190488 Jy ! Clean residual min=-0.004236 max=0.003872 Jy/beam ! Clean residual mean=0.000007 rms=0.000961 Jy/beam ! Combined flux in latest and established models = 0.190488 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.190488 Jy ! Inverting map and beam ! Estimated beam: bmin=3.303 mas, bmaj=6.06 mas, bpa=-2.552 degrees ! Estimated noise=0.481054 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.00385828 Jy ! Component: 100 - total flux cleaned = 0.00538647 Jy ! Component: 150 - total flux cleaned = 0.00572722 Jy ! Component: 200 - total flux cleaned = 0.00583667 Jy ! Total flux subtracted in 200 components = 0.00583667 Jy ! Clean residual min=-0.002689 max=0.002245 Jy/beam ! Clean residual mean=0.000009 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.196324 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.196324 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.207 mas, bmaj=9.681 mas, bpa=-0.2459 degrees ! Estimated noise=0.627723 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130265 Jy ! Component: 100 - total flux cleaned = 0.00126988 Jy ! Component: 150 - total flux cleaned = 0.00124253 Jy ! Component: 200 - total flux cleaned = 0.00122069 Jy ! Total flux subtracted in 200 components = 0.00122069 Jy ! Clean residual min=-0.002740 max=0.002515 Jy/beam ! Clean residual mean=0.000019 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.197545 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 = -1.69948e-06 Jy ! Component: 100 - total flux cleaned = -1.77585e-05 Jy ! Component: 150 - total flux cleaned = -1.86362e-05 Jy ! Component: 200 - total flux cleaned = -1.84365e-05 Jy ! Total flux subtracted in 200 components = -1.84365e-05 Jy ! Clean residual min=-0.002722 max=0.002488 Jy/beam ! Clean residual mean=0.000019 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.197527 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 35 components and 0.197527 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.303 mas, bmaj=6.06 mas, bpa=-2.552 degrees ! Estimated noise=0.481054 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000550806 Jy ! Component: 100 - total flux cleaned = -0.000548797 Jy ! Component: 150 - total flux cleaned = -0.000570735 Jy ! Component: 200 - total flux cleaned = -0.000605566 Jy ! Total flux subtracted in 200 components = -0.000605566 Jy ! Clean residual min=-0.002565 max=0.002152 Jy/beam ! Clean residual mean=0.000009 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.196921 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 43 components and 0.196921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061957Jy sigma=1.210891 ! Fit after self-cal, rms=0.061951Jy sigma=1.210741 wmodel J1458+3720_S_map.mod ! Writing 43 model components to file: J1458+3720_S_map.mod wobs J1458+3720_S_uvs.fits ! Writing UV FITS file: J1458+3720_S_uvs.fits wwins J1458+3720_S_map.win ! wwins: Wrote 1 windows to J1458+3720_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.000678929 Jy ! Component: 100 - total flux cleaned = -0.000956686 Jy ! Component: 150 - total flux cleaned = -0.00099343 Jy ! Component: 200 - total flux cleaned = -0.00102918 Jy ! Component: 250 - total flux cleaned = -0.00109921 Jy ! Component: 300 - total flux cleaned = -0.00126677 Jy ! Component: 350 - total flux cleaned = -0.00142884 Jy ! Component: 400 - total flux cleaned = -0.0015549 Jy ! Component: 450 - total flux cleaned = -0.00179962 Jy ! Component: 500 - total flux cleaned = -0.00191881 Jy ! Component: 550 - total flux cleaned = -0.00212348 Jy ! Component: 600 - total flux cleaned = -0.00215187 Jy ! Component: 650 - total flux cleaned = -0.00226405 Jy ! Component: 700 - total flux cleaned = -0.00229196 Jy ! Component: 750 - total flux cleaned = -0.00239946 Jy ! Component: 800 - total flux cleaned = -0.00237302 Jy ! Component: 850 - total flux cleaned = -0.00250306 Jy ! Component: 900 - total flux cleaned = -0.00252963 Jy ! Component: 950 - total flux cleaned = -0.00265556 Jy ! Component: 1000 - total flux cleaned = -0.00268056 Jy ! Component: 1050 - total flux cleaned = -0.00268114 Jy ! Component: 1100 - total flux cleaned = -0.00272924 Jy ! Component: 1150 - total flux cleaned = -0.00275323 Jy ! Component: 1200 - total flux cleaned = -0.00282335 Jy ! Component: 1250 - total flux cleaned = -0.00277681 Jy ! Component: 1300 - total flux cleaned = -0.00270867 Jy ! Component: 1350 - total flux cleaned = -0.00275348 Jy ! Component: 1400 - total flux cleaned = -0.00268692 Jy ! Component: 1450 - total flux cleaned = -0.00266568 Jy ! Component: 1500 - total flux cleaned = -0.00273026 Jy ! Component: 1550 - total flux cleaned = -0.00279405 Jy ! Component: 1600 - total flux cleaned = -0.00277285 Jy ! Component: 1650 - total flux cleaned = -0.00275226 Jy ! Component: 1700 - total flux cleaned = -0.00275224 Jy ! Component: 1750 - total flux cleaned = -0.00273209 Jy ! Component: 1800 - total flux cleaned = -0.00271193 Jy ! Component: 1850 - total flux cleaned = -0.00271167 Jy ! Component: 1900 - total flux cleaned = -0.00267231 Jy ! Component: 1950 - total flux cleaned = -0.00265297 Jy ! Component: 2000 - total flux cleaned = -0.00261485 Jy ! Component: 2050 - total flux cleaned = -0.00263405 Jy ! Component: 2100 - total flux cleaned = -0.00261568 Jy ! Component: 2150 - total flux cleaned = -0.0026159 Jy ! Component: 2200 - total flux cleaned = -0.00265301 Jy ! Component: 2250 - total flux cleaned = -0.00268939 Jy ! Component: 2300 - total flux cleaned = -0.00265336 Jy ! Component: 2350 - total flux cleaned = -0.00267124 Jy ! Component: 2400 - total flux cleaned = -0.00270639 Jy ! Component: 2450 - total flux cleaned = -0.00265417 Jy ! Component: 2500 - total flux cleaned = -0.00267134 Jy ! Component: 2550 - total flux cleaned = -0.00265441 Jy ! Component: 2600 - total flux cleaned = -0.00267106 Jy ! Component: 2650 - total flux cleaned = -0.00267099 Jy ! Component: 2700 - total flux cleaned = -0.00270455 Jy ! Component: 2750 - total flux cleaned = -0.00268807 Jy ! Component: 2800 - total flux cleaned = -0.00272078 Jy ! Component: 2850 - total flux cleaned = -0.00270436 Jy ! Component: 2900 - total flux cleaned = -0.00278448 Jy ! Component: 2950 - total flux cleaned = -0.00272093 Jy ! Component: 3000 - total flux cleaned = -0.00276818 Jy ! Component: 3050 - total flux cleaned = -0.00278362 Jy ! Component: 3100 - total flux cleaned = -0.0027218 Jy ! Component: 3150 - total flux cleaned = -0.00278323 Jy ! Component: 3200 - total flux cleaned = -0.00282882 Jy ! Component: 3250 - total flux cleaned = -0.00282882 Jy ! Component: 3300 - total flux cleaned = -0.00284374 Jy ! Component: 3350 - total flux cleaned = -0.00290285 Jy ! Component: 3400 - total flux cleaned = -0.00290273 Jy ! Component: 3450 - total flux cleaned = -0.00291736 Jy ! Component: 3500 - total flux cleaned = -0.00293163 Jy ! Component: 3550 - total flux cleaned = -0.0028741 Jy ! Component: 3600 - total flux cleaned = -0.0029453 Jy ! Component: 3650 - total flux cleaned = -0.00291694 Jy ! Component: 3700 - total flux cleaned = -0.00290268 Jy ! Component: 3750 - total flux cleaned = -0.00294445 Jy ! Component: 3800 - total flux cleaned = -0.00295818 Jy ! Component: 3850 - total flux cleaned = -0.00302652 Jy ! Component: 3900 - total flux cleaned = -0.00297196 Jy ! Component: 3950 - total flux cleaned = -0.00299903 Jy ! Component: 4000 - total flux cleaned = -0.00297223 Jy ! Component: 4050 - total flux cleaned = -0.00305212 Jy ! Total flux subtracted in 4096 components = -0.0030917 Jy ! Clean residual min=-0.000907 max=0.000844 Jy/beam ! Clean residual mean=0.000002 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.193829 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 327 components and 0.193829 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1458+3720_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.303 x 6.06 at -2.552 degrees (North through East) ! Clean map min=-0.0021159 max=0.18268 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1458+3720_S_map.fits wmodel /vlbi/uf001/uva//J1458+3720_S_map.mod ! Writing 327 model components to file: /vlbi/uf001/uva//J1458+3720_S_map.mod wobs /vlbi/uf001/uva//J1458+3720_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1458+3720_S_uvs.fits wwins /vlbi/uf001/uva//J1458+3720_S_map.win ! wwins: Wrote 2 windows to /vlbi/uf001/uva//J1458+3720_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.182684 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00023385 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.384024 0.384024 0.768048 1.5361 3.07219 6.14438 12.2888 24.5775 49.1551 98.3101 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.182 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 781.201 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1458+3720_S_dfm.log closed on Mon Jan 14 03:07:34 2019