! Started logfile: /vlbi/uf001/uva//J1440+0157_S_dfm.log on Mon Jan 14 03:00:09 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//J1440+0157_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1440+0157_S_uva.fits ! AN table 1: 57 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.961571 visibilities/baseline/integration-bin. ! Found source: J1440+0157 ! ! 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 3453 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 J1440+0157_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 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.037692Jy sigma=22.270156 ! Fit after self-cal, rms=0.773018Jy sigma=16.625715 ! 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=5.303 mas, bmaj=21.02 mas, bpa=-15.64 degrees ! Estimated noise=0.725191 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.177281 Jy ! Component: 100 - total flux cleaned = 0.215953 Jy ! Total flux subtracted in 100 components = 0.215953 Jy ! Clean residual min=-0.007172 max=0.011616 Jy/beam ! Clean residual mean=0.000050 rms=0.002377 Jy/beam ! Combined flux in latest and established models = 0.215953 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.215953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064187Jy sigma=1.329292 ! Fit after self-cal, rms=0.064177Jy sigma=1.329239 ! 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.966 mas, bmaj=21.41 mas, bpa=-15.49 degrees ! Estimated noise=0.587476 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.01436 Jy ! Component: 100 - total flux cleaned = 0.0220902 Jy ! Component: 150 - total flux cleaned = 0.0267853 Jy ! Component: 200 - total flux cleaned = 0.0296996 Jy ! Total flux subtracted in 200 components = 0.0296996 Jy ! Clean residual min=-0.005788 max=0.007026 Jy/beam ! Clean residual mean=0.000008 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.245652 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 51 components and 0.245652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061052Jy sigma=1.254667 ! Fit after self-cal, rms=0.061022Jy sigma=1.254216 ! 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.966 x 21.41 at -15.49 degrees (North through East) ! Clean map min=-0.005747 max=0.22679 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 HN 1.02 KP 1.00 LA 0.98 ! NL 1.03 OV 0.99 PT 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 HN 1.02 KP 0.99 LA 0.97 ! NL 1.03 OV 0.92 PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 HN 1.02 KP 1.03 LA 0.96 ! NL 1.01 OV 0.99 PT 0.99 ! ! ! Fit before self-cal, rms=0.061022Jy sigma=1.254216 ! Fit after self-cal, rms=0.060208Jy sigma=1.239939 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.99 mas, bmaj=21.39 mas, bpa=-15.28 degrees ! Estimated noise=0.584505 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 (-12.5, -13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00670177 Jy ! Component: 100 - total flux cleaned = 0.00808027 Jy ! Component: 150 - total flux cleaned = 0.00856879 Jy ! Component: 200 - total flux cleaned = 0.00901396 Jy ! Total flux subtracted in 200 components = 0.00901396 Jy ! Clean residual min=-0.003182 max=0.004292 Jy/beam ! Clean residual mean=0.000004 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.254666 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 83 components and 0.254666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059411Jy sigma=1.222920 ! Fit after self-cal, rms=0.059321Jy sigma=1.220771 ! 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.059321Jy sigma=1.220771 ! Fit after self-cal, rms=0.059058Jy sigma=1.208014 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.981 mas, bmaj=21.47 mas, bpa=-15.26 degrees ! Estimated noise=0.585536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00200494 Jy ! Component: 100 - total flux cleaned = 0.00192672 Jy ! Component: 150 - total flux cleaned = 0.00223389 Jy ! Component: 200 - total flux cleaned = 0.00238557 Jy ! Total flux subtracted in 200 components = 0.00238557 Jy ! Clean residual min=-0.002156 max=0.002730 Jy/beam ! Clean residual mean=-0.000005 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.257052 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 133 components and 0.257052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058924Jy sigma=1.205078 ! Fit after self-cal, rms=0.058903Jy sigma=1.204472 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.000794272 Jy ! Component: 100 - total flux cleaned = 0.00111188 Jy ! Component: 150 - total flux cleaned = 0.00119784 Jy ! Component: 200 - total flux cleaned = 0.00125179 Jy ! Total flux subtracted in 200 components = 0.00125179 Jy ! Clean residual min=-0.002021 max=0.002465 Jy/beam ! Clean residual mean=-0.000004 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.258304 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 170 components and 0.258304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058851Jy sigma=1.203454 ! Fit after self-cal, rms=0.058845Jy sigma=1.203254 ! 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.058845Jy sigma=1.203254 ! Fit after self-cal, rms=0.058889Jy sigma=1.202191 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.978 mas, bmaj=21.5 mas, bpa=-15.25 degrees ! Estimated noise=0.58617 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000654057 Jy ! Component: 100 - total flux cleaned = 0.000449576 Jy ! Component: 150 - total flux cleaned = 0.00028273 Jy ! Component: 200 - total flux cleaned = 0.00020892 Jy ! Total flux subtracted in 200 components = 0.00020892 Jy ! Clean residual min=-0.001915 max=0.002210 Jy/beam ! Clean residual mean=-0.000004 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.258513 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 195 components and 0.258513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058845Jy sigma=1.201275 ! Fit after self-cal, rms=0.058839Jy sigma=1.201085 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.00022973 Jy ! Component: 100 - total flux cleaned = 0.000202901 Jy ! Component: 150 - total flux cleaned = 0.000115813 Jy ! Component: 200 - total flux cleaned = 7.66305e-05 Jy ! Total flux subtracted in 200 components = 7.66305e-05 Jy ! Clean residual min=-0.001842 max=0.002160 Jy/beam ! Clean residual mean=-0.000004 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.258589 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 219 components and 0.258589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058815Jy sigma=1.200637 ! Fit after self-cal, rms=0.058815Jy sigma=1.200562 ! 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.058815Jy sigma=1.200562 ! Fit after self-cal, rms=0.058813Jy sigma=1.200387 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.299 mas, bmaj=21.06 mas, bpa=-15.72 degrees ! Estimated noise=0.630599 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000429472 Jy ! Component: 100 - total flux cleaned = 0.000257483 Jy ! Component: 150 - total flux cleaned = 0.000137047 Jy ! Component: 200 - total flux cleaned = 3.1548e-05 Jy ! Total flux subtracted in 200 components = 3.1548e-05 Jy ! Clean residual min=-0.001999 max=0.002319 Jy/beam ! Clean residual mean=-0.000007 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.258621 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 248 components and 0.258621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058790Jy sigma=1.199994 ! Fit after self-cal, rms=0.058788Jy sigma=1.199895 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.000193162 Jy ! Component: 100 - total flux cleaned = 9.88889e-05 Jy ! Component: 150 - total flux cleaned = 2.01498e-06 Jy ! Component: 200 - total flux cleaned = -7.07535e-05 Jy ! Total flux subtracted in 200 components = -7.07535e-05 Jy ! Clean residual min=-0.001988 max=0.002289 Jy/beam ! Clean residual mean=-0.000007 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.25855 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 274 components and 0.25855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058776Jy sigma=1.199680 ! Fit after self-cal, rms=0.058777Jy sigma=1.199638 ! 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.976 mas, bmaj=21.51 mas, bpa=-15.24 degrees ! Estimated noise=0.586491 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.976 x 21.51 at -15.24 degrees (North through East) ! Clean map min=-0.0022286 max=0.22461 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=5.31 mas, bmaj=21.1 mas, bpa=-15.46 degrees ! Estimated noise=0.726193 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.177387 Jy ! Component: 100 - total flux cleaned = 0.216633 Jy ! Component: 150 - total flux cleaned = 0.23012 Jy ! Component: 200 - total flux cleaned = 0.237939 Jy ! Total flux subtracted in 200 components = 0.237939 Jy ! Clean residual min=-0.003671 max=0.004144 Jy/beam ! Clean residual mean=0.000008 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.237939 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.237939 Jy ! Inverting map and beam ! Estimated beam: bmin=5.976 mas, bmaj=21.51 mas, bpa=-15.24 degrees ! Estimated noise=0.586491 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.00589414 Jy ! Component: 100 - total flux cleaned = 0.00813905 Jy ! Component: 150 - total flux cleaned = 0.00984666 Jy ! Component: 200 - total flux cleaned = 0.0110454 Jy ! Total flux subtracted in 200 components = 0.0110454 Jy ! Clean residual min=-0.002371 max=0.002196 Jy/beam ! Clean residual mean=-0.000003 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.248984 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 79 components and 0.248984 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.299 mas, bmaj=21.06 mas, bpa=-15.72 degrees ! Estimated noise=0.630599 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198907 Jy ! Component: 100 - total flux cleaned = 0.00348328 Jy ! Component: 150 - total flux cleaned = 0.00433883 Jy ! Component: 200 - total flux cleaned = 0.00508286 Jy ! Total flux subtracted in 200 components = 0.00508286 Jy ! Clean residual min=-0.002150 max=0.002332 Jy/beam ! Clean residual mean=-0.000006 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.254067 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.000615428 Jy ! Component: 100 - total flux cleaned = 0.00112939 Jy ! Component: 150 - total flux cleaned = 0.00150139 Jy ! Component: 200 - total flux cleaned = 0.00181725 Jy ! Total flux subtracted in 200 components = 0.00181725 Jy ! Clean residual min=-0.002108 max=0.002301 Jy/beam ! Clean residual mean=-0.000006 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.255885 Jy ! Adding 127 model components to the UV plane model. ! The established model now contains 198 components and 0.255885 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.976 mas, bmaj=21.51 mas, bpa=-15.24 degrees ! Estimated noise=0.586491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000251742 Jy ! Component: 100 - total flux cleaned = -0.000134475 Jy ! Component: 150 - total flux cleaned = 0.000102082 Jy ! Component: 200 - total flux cleaned = 0.000388498 Jy ! Total flux subtracted in 200 components = 0.000388498 Jy ! Clean residual min=-0.001805 max=0.002094 Jy/beam ! Clean residual mean=-0.000004 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.256273 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 244 components and 0.256273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058798Jy sigma=1.200073 ! Fit after self-cal, rms=0.058796Jy sigma=1.199920 wmodel J1440+0157_S_map.mod ! Writing 244 model components to file: J1440+0157_S_map.mod wobs J1440+0157_S_uvs.fits ! Writing UV FITS file: J1440+0157_S_uvs.fits wwins J1440+0157_S_map.win ! wwins: Wrote 2 windows to J1440+0157_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.000356179 Jy ! Component: 100 - total flux cleaned = 7.28033e-05 Jy ! Component: 150 - total flux cleaned = -7.21013e-05 Jy ! Component: 200 - total flux cleaned = -9.96746e-05 Jy ! Component: 250 - total flux cleaned = 5.49944e-05 Jy ! Component: 300 - total flux cleaned = 0.000178294 Jy ! Component: 350 - total flux cleaned = 0.00029609 Jy ! Component: 400 - total flux cleaned = 0.000363758 Jy ! Component: 450 - total flux cleaned = 0.000451509 Jy ! Component: 500 - total flux cleaned = 0.000557329 Jy ! Component: 550 - total flux cleaned = 0.000618795 Jy ! Component: 600 - total flux cleaned = 0.000738147 Jy ! Component: 650 - total flux cleaned = 0.000854528 Jy ! Component: 700 - total flux cleaned = 0.00100631 Jy ! Component: 750 - total flux cleaned = 0.0011175 Jy ! Component: 800 - total flux cleaned = 0.00122624 Jy ! Component: 850 - total flux cleaned = 0.00133278 Jy ! Component: 900 - total flux cleaned = 0.00143696 Jy ! Component: 950 - total flux cleaned = 0.00150444 Jy ! Component: 1000 - total flux cleaned = 0.00155389 Jy ! Component: 1050 - total flux cleaned = 0.0015537 Jy ! Component: 1100 - total flux cleaned = 0.00156998 Jy ! Component: 1150 - total flux cleaned = 0.00158565 Jy ! Component: 1200 - total flux cleaned = 0.00156996 Jy ! Component: 1250 - total flux cleaned = 0.00155474 Jy ! Component: 1300 - total flux cleaned = 0.00161462 Jy ! Component: 1350 - total flux cleaned = 0.00162933 Jy ! Component: 1400 - total flux cleaned = 0.00165815 Jy ! Component: 1450 - total flux cleaned = 0.00164353 Jy ! Component: 1500 - total flux cleaned = 0.00165761 Jy ! Component: 1550 - total flux cleaned = 0.00171366 Jy ! Component: 1600 - total flux cleaned = 0.00175518 Jy ! Component: 1650 - total flux cleaned = 0.00178236 Jy ! Component: 1700 - total flux cleaned = 0.00184961 Jy ! Component: 1750 - total flux cleaned = 0.00187631 Jy ! Component: 1800 - total flux cleaned = 0.00198128 Jy ! Component: 1850 - total flux cleaned = 0.00201999 Jy ! Component: 1900 - total flux cleaned = 0.00203274 Jy ! Component: 1950 - total flux cleaned = 0.00209613 Jy ! Component: 2000 - total flux cleaned = 0.00210872 Jy ! Component: 2050 - total flux cleaned = 0.0021586 Jy ! Component: 2100 - total flux cleaned = 0.00224468 Jy ! Component: 2150 - total flux cleaned = 0.00228129 Jy ! Component: 2200 - total flux cleaned = 0.00234167 Jy ! Component: 2250 - total flux cleaned = 0.00236569 Jy ! Component: 2300 - total flux cleaned = 0.0024134 Jy ! Component: 2350 - total flux cleaned = 0.00250745 Jy ! Component: 2400 - total flux cleaned = 0.0025657 Jy ! Component: 2450 - total flux cleaned = 0.00263499 Jy ! Component: 2500 - total flux cleaned = 0.00266947 Jy ! Component: 2550 - total flux cleaned = 0.00279469 Jy ! Component: 2600 - total flux cleaned = 0.00280604 Jy ! Component: 2650 - total flux cleaned = 0.00288471 Jy ! Component: 2700 - total flux cleaned = 0.00296256 Jy ! Component: 2750 - total flux cleaned = 0.00305082 Jy ! Component: 2800 - total flux cleaned = 0.00308373 Jy ! Component: 2850 - total flux cleaned = 0.00319272 Jy ! Component: 2900 - total flux cleaned = 0.00324675 Jy ! Component: 2950 - total flux cleaned = 0.00331126 Jy ! Component: 3000 - total flux cleaned = 0.00338593 Jy ! Component: 3050 - total flux cleaned = 0.00346012 Jy ! Component: 3100 - total flux cleaned = 0.00353381 Jy ! Component: 3150 - total flux cleaned = 0.00362788 Jy ! Component: 3200 - total flux cleaned = 0.00372159 Jy ! Component: 3250 - total flux cleaned = 0.00382517 Jy ! Component: 3300 - total flux cleaned = 0.0039384 Jy ! Component: 3350 - total flux cleaned = 0.00403067 Jy ! Component: 3400 - total flux cleaned = 0.0041631 Jy ! Component: 3450 - total flux cleaned = 0.00426446 Jy ! Component: 3500 - total flux cleaned = 0.00437538 Jy ! Component: 3550 - total flux cleaned = 0.0044456 Jy ! Component: 3600 - total flux cleaned = 0.00454552 Jy ! Component: 3650 - total flux cleaned = 0.00464507 Jy ! Component: 3700 - total flux cleaned = 0.0047342 Jy ! Component: 3750 - total flux cleaned = 0.0048623 Jy ! Component: 3800 - total flux cleaned = 0.00497032 Jy ! Component: 3850 - total flux cleaned = 0.00505833 Jy ! Component: 3900 - total flux cleaned = 0.00518505 Jy ! Component: 3950 - total flux cleaned = 0.00529178 Jy ! Component: 4000 - total flux cleaned = 0.00537877 Jy ! Component: 4050 - total flux cleaned = 0.00549439 Jy ! Total flux subtracted in 4096 components = 0.00558079 Jy ! Clean residual min=-0.000538 max=0.000675 Jy/beam ! Clean residual mean=-0.000002 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.261854 Jy keep ! Adding 365 model components to the UV plane model. ! The established model now contains 609 components and 0.261854 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1440+0157_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.976 x 21.51 at -15.24 degrees (North through East) ! Clean map min=-0.0018265 max=0.22431 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1440+0157_S_map.fits wmodel /vlbi/uf001/uva//J1440+0157_S_map.mod ! Writing 609 model components to file: /vlbi/uf001/uva//J1440+0157_S_map.mod wobs /vlbi/uf001/uva//J1440+0157_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1440+0157_S_uvs.fits wwins /vlbi/uf001/uva//J1440+0157_S_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J1440+0157_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.224314 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000199953 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.267419 0.267419 0.534839 1.06968 2.13936 4.27871 8.55742 17.1148 34.2297 68.4594 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.224 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1121.83 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1440+0157_S_dfm.log closed on Mon Jan 14 03:00:14 2019