! Started logfile: /vlbi/uf001/uva//J0653-1929_S_dfm.log on Sun Jan 13 23:12:57 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//J0653-1929_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0653-1929_S_uva.fits ! AN table 1: 28 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.866667 visibilities/baseline/integration-bin. ! Found source: J0653-1929 ! ! 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 3276 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 J0653-1929_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 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.026669Jy sigma=15.842951 ! Fit after self-cal, rms=0.807420Jy sigma=12.397092 ! 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.62 mas, bmaj=6.741 mas, bpa=-6.59 degrees ! Estimated noise=1.18619 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.155463 Jy ! Component: 100 - total flux cleaned = 0.194189 Jy ! Total flux subtracted in 100 components = 0.194189 Jy ! Clean residual min=-0.011190 max=0.024307 Jy/beam ! Clean residual mean=-0.000078 rms=0.003326 Jy/beam ! Combined flux in latest and established models = 0.194189 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.194189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107622Jy sigma=1.394705 ! Fit after self-cal, rms=0.107578Jy sigma=1.394295 ! Inverting map ! Added new window around map position (2.5, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0206565 Jy ! Component: 100 - total flux cleaned = 0.0273526 Jy ! Total flux subtracted in 100 components = 0.0273526 Jy ! Clean residual min=-0.010269 max=0.017841 Jy/beam ! Clean residual mean=-0.000043 rms=0.002757 Jy/beam ! Combined flux in latest and established models = 0.221541 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.221541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103998Jy sigma=1.335957 ! Fit after self-cal, rms=0.103402Jy sigma=1.325674 ! 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.074 mas, bmaj=7.626 mas, bpa=-6.111 degrees ! Estimated noise=0.89563 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 (-17, 58). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.012854 Jy ! Component: 100 - total flux cleaned = 0.0144959 Jy ! Component: 150 - total flux cleaned = 0.0150185 Jy ! Component: 200 - total flux cleaned = 0.0152292 Jy ! Total flux subtracted in 200 components = 0.0152292 Jy ! Clean residual min=-0.006852 max=0.010394 Jy/beam ! Clean residual mean=-0.000043 rms=0.001908 Jy/beam ! Combined flux in latest and established models = 0.23677 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 45 components and 0.23677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100960Jy sigma=1.296253 ! Fit after self-cal, rms=0.100756Jy sigma=1.292953 ! 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.074 x 7.626 at -6.111 degrees (North through East) ! Clean map min=-0.0063277 max=0.1882 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.28 KP 0.97 ! LA 0.93 MK 1.04 NL 1.03 OV 0.97 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.68 FD 0.97 HN 1.09 KP 0.97 ! LA 0.96 MK 1.02 NL 1.08 OV 0.98 ! PT 0.94 SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.98 HN 1.09 KP 1.01 ! LA 0.96 MK 0.95 NL 1.05 OV 0.96 ! PT 0.94 SC 0.95 ! ! ! Fit before self-cal, rms=0.100756Jy sigma=1.292953 ! Fit after self-cal, rms=0.111093Jy sigma=1.252608 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.068 mas, bmaj=7.59 mas, bpa=-5.384 degrees ! Estimated noise=0.90875 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.00198838 Jy ! Component: 100 - total flux cleaned = 0.00223984 Jy ! Component: 150 - total flux cleaned = 0.00212833 Jy ! Component: 200 - total flux cleaned = 0.00193506 Jy ! Total flux subtracted in 200 components = 0.00193506 Jy ! Clean residual min=-0.006362 max=0.006031 Jy/beam ! Clean residual mean=-0.000011 rms=0.001481 Jy/beam ! Combined flux in latest and established models = 0.238705 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.238705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.110625Jy sigma=1.249498 ! Fit after self-cal, rms=0.110771Jy sigma=1.248887 ! 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.110771Jy sigma=1.248887 ! Fit after self-cal, rms=0.110541Jy sigma=1.225139 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.064 mas, bmaj=7.612 mas, bpa=-5.121 degrees ! Estimated noise=0.917242 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00186488 Jy ! Component: 100 - total flux cleaned = -0.00195223 Jy ! Component: 150 - total flux cleaned = -0.00181172 Jy ! Component: 200 - total flux cleaned = -0.00168219 Jy ! Total flux subtracted in 200 components = -0.00168219 Jy ! Clean residual min=-0.003999 max=0.005462 Jy/beam ! Clean residual mean=-0.000010 rms=0.001067 Jy/beam ! Combined flux in latest and established models = 0.237023 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 74 components and 0.237023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.110390Jy sigma=1.223100 ! Fit after self-cal, rms=0.110392Jy sigma=1.222755 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (104, -111). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00466699 Jy ! Component: 100 - total flux cleaned = 0.00602829 Jy ! Component: 150 - total flux cleaned = 0.0064915 Jy ! Component: 200 - total flux cleaned = 0.0068523 Jy ! Total flux subtracted in 200 components = 0.0068523 Jy ! Clean residual min=-0.003828 max=0.003959 Jy/beam ! Clean residual mean=-0.000007 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.243875 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 91 components and 0.243875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.110197Jy sigma=1.218491 ! Fit after self-cal, rms=0.110185Jy sigma=1.218325 ! 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.110185Jy sigma=1.218325 ! Fit after self-cal, rms=0.110879Jy sigma=1.218040 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.063 mas, bmaj=7.606 mas, bpa=-5.121 degrees ! Estimated noise=0.916039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000386974 Jy ! Component: 100 - total flux cleaned = -0.000387484 Jy ! Component: 150 - total flux cleaned = -0.000336833 Jy ! Component: 200 - total flux cleaned = -0.000288293 Jy ! Total flux subtracted in 200 components = -0.000288293 Jy ! Clean residual min=-0.003770 max=0.003776 Jy/beam ! Clean residual mean=-0.000004 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.243587 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 110 components and 0.243587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.110812Jy sigma=1.217113 ! Fit after self-cal, rms=0.110818Jy sigma=1.217041 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.000203291 Jy ! Component: 100 - total flux cleaned = -0.000109669 Jy ! Component: 150 - total flux cleaned = -6.63483e-05 Jy ! Component: 200 - total flux cleaned = -2.43287e-05 Jy ! Total flux subtracted in 200 components = -2.43287e-05 Jy ! Clean residual min=-0.003767 max=0.003754 Jy/beam ! Clean residual mean=-0.000004 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.243563 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 120 components and 0.243563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.110775Jy sigma=1.216504 ! Fit after self-cal, rms=0.110777Jy sigma=1.216478 ! 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.110777Jy sigma=1.216478 ! Fit after self-cal, rms=0.111252Jy sigma=1.216356 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.337 mas, bmaj=15.16 mas, bpa=-0.8368 degrees ! Estimated noise=1.18622 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000290924 Jy ! Component: 100 - total flux cleaned = -0.000140136 Jy ! Component: 150 - total flux cleaned = -6.17122e-05 Jy ! Component: 200 - total flux cleaned = 2.83563e-06 Jy ! Total flux subtracted in 200 components = 2.83563e-06 Jy ! Clean residual min=-0.003460 max=0.003768 Jy/beam ! Clean residual mean=0.000002 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.243566 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 133 components and 0.243566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111229Jy sigma=1.216104 ! Fit after self-cal, rms=0.111240Jy sigma=1.216028 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.000318406 Jy ! Component: 100 - total flux cleaned = -0.000256906 Jy ! Component: 150 - total flux cleaned = -0.000172653 Jy ! Component: 200 - total flux cleaned = -0.00014844 Jy ! Total flux subtracted in 200 components = -0.00014844 Jy ! Clean residual min=-0.003397 max=0.003726 Jy/beam ! Clean residual mean=0.000001 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.243417 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 144 components and 0.243417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111228Jy sigma=1.215973 ! Fit after self-cal, rms=0.111233Jy sigma=1.215931 ! 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.061 mas, bmaj=7.603 mas, bpa=-5.068 degrees ! Estimated noise=0.915701 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.061 x 7.603 at -5.068 degrees (North through East) ! Clean map min=-0.0041718 max=0.19117 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.61 mas, bmaj=6.698 mas, bpa=-5.369 degrees ! Estimated noise=1.20561 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.157433 Jy ! Component: 100 - total flux cleaned = 0.198414 Jy ! Component: 150 - total flux cleaned = 0.216129 Jy ! Component: 200 - total flux cleaned = 0.225544 Jy ! Total flux subtracted in 200 components = 0.225544 Jy ! Clean residual min=-0.006781 max=0.006311 Jy/beam ! Clean residual mean=-0.000022 rms=0.001614 Jy/beam ! Combined flux in latest and established models = 0.225544 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.225544 Jy ! Inverting map and beam ! Estimated beam: bmin=3.061 mas, bmaj=7.603 mas, bpa=-5.068 degrees ! Estimated noise=0.915701 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.00641918 Jy ! Component: 100 - total flux cleaned = 0.00931131 Jy ! Component: 150 - total flux cleaned = 0.0115573 Jy ! Component: 200 - total flux cleaned = 0.0129643 Jy ! Total flux subtracted in 200 components = 0.0129643 Jy ! Clean residual min=-0.004084 max=0.004187 Jy/beam ! Clean residual mean=-0.000012 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.238509 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 48 components and 0.238509 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.337 mas, bmaj=15.16 mas, bpa=-0.8368 degrees ! Estimated noise=1.18622 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00188986 Jy ! Component: 100 - total flux cleaned = 0.00298347 Jy ! Component: 150 - total flux cleaned = 0.00385302 Jy ! Component: 200 - total flux cleaned = 0.00443896 Jy ! Total flux subtracted in 200 components = 0.00443896 Jy ! Clean residual min=-0.003267 max=0.003936 Jy/beam ! Clean residual mean=-0.000004 rms=0.001058 Jy/beam ! Combined flux in latest and established models = 0.242948 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.000277698 Jy ! Component: 100 - total flux cleaned = 0.00052528 Jy ! Component: 150 - total flux cleaned = 0.00061501 Jy ! Component: 200 - total flux cleaned = 0.000656222 Jy ! Total flux subtracted in 200 components = 0.000656222 Jy ! Clean residual min=-0.003280 max=0.003912 Jy/beam ! Clean residual mean=-0.000001 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.243604 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 82 components and 0.243604 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.061 mas, bmaj=7.603 mas, bpa=-5.068 degrees ! Estimated noise=0.915701 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00100544 Jy ! Component: 100 - total flux cleaned = -0.00126738 Jy ! Component: 150 - total flux cleaned = -0.00119538 Jy ! Component: 200 - total flux cleaned = -0.00112565 Jy ! Total flux subtracted in 200 components = -0.00112565 Jy ! Clean residual min=-0.003822 max=0.003672 Jy/beam ! Clean residual mean=-0.000003 rms=0.000929 Jy/beam ! Combined flux in latest and established models = 0.242478 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 100 components and 0.242478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111456Jy sigma=1.218353 ! Fit after self-cal, rms=0.111475Jy sigma=1.218167 wmodel J0653-1929_S_map.mod ! Writing 100 model components to file: J0653-1929_S_map.mod wobs J0653-1929_S_uvs.fits ! Writing UV FITS file: J0653-1929_S_uvs.fits wwins J0653-1929_S_map.win ! wwins: Wrote 4 windows to J0653-1929_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.000571725 Jy ! Component: 100 - total flux cleaned = -0.000963754 Jy ! Component: 150 - total flux cleaned = -0.00145219 Jy ! Component: 200 - total flux cleaned = -0.0020993 Jy ! Component: 250 - total flux cleaned = -0.0026665 Jy ! Component: 300 - total flux cleaned = -0.00299618 Jy ! Component: 350 - total flux cleaned = -0.00326378 Jy ! Component: 400 - total flux cleaned = -0.00347189 Jy ! Component: 450 - total flux cleaned = -0.0035729 Jy ! Component: 500 - total flux cleaned = -0.00367184 Jy ! Component: 550 - total flux cleaned = -0.00386718 Jy ! Component: 600 - total flux cleaned = -0.00410647 Jy ! Component: 650 - total flux cleaned = -0.00429366 Jy ! Component: 700 - total flux cleaned = -0.00443095 Jy ! Component: 750 - total flux cleaned = -0.00452174 Jy ! Component: 800 - total flux cleaned = -0.00452136 Jy ! Component: 850 - total flux cleaned = -0.0046083 Jy ! Component: 900 - total flux cleaned = -0.0046082 Jy ! Component: 950 - total flux cleaned = -0.00465097 Jy ! Component: 1000 - total flux cleaned = -0.00469343 Jy ! Component: 1050 - total flux cleaned = -0.00485796 Jy ! Component: 1100 - total flux cleaned = -0.00489833 Jy ! Component: 1150 - total flux cleaned = -0.00493787 Jy ! Component: 1200 - total flux cleaned = -0.00493773 Jy ! Component: 1250 - total flux cleaned = -0.00482085 Jy ! Component: 1300 - total flux cleaned = -0.00485925 Jy ! Component: 1350 - total flux cleaned = -0.00489627 Jy ! Component: 1400 - total flux cleaned = -0.00489581 Jy ! Component: 1450 - total flux cleaned = -0.00493203 Jy ! Component: 1500 - total flux cleaned = -0.00482261 Jy ! Component: 1550 - total flux cleaned = -0.00482275 Jy ! Component: 1600 - total flux cleaned = -0.00478776 Jy ! Component: 1650 - total flux cleaned = -0.00478826 Jy ! Component: 1700 - total flux cleaned = -0.00468435 Jy ! Component: 1750 - total flux cleaned = -0.00475341 Jy ! Component: 1800 - total flux cleaned = -0.00471933 Jy ! Component: 1850 - total flux cleaned = -0.00468547 Jy ! Component: 1900 - total flux cleaned = -0.0047524 Jy ! Component: 1950 - total flux cleaned = -0.00465333 Jy ! Component: 2000 - total flux cleaned = -0.00471885 Jy ! Component: 2050 - total flux cleaned = -0.00468665 Jy ! Component: 2100 - total flux cleaned = -0.00465481 Jy ! Component: 2150 - total flux cleaned = -0.00459177 Jy ! Component: 2200 - total flux cleaned = -0.00468575 Jy ! Component: 2250 - total flux cleaned = -0.00468578 Jy ! Component: 2300 - total flux cleaned = -0.00483914 Jy ! Component: 2350 - total flux cleaned = -0.00493026 Jy ! Component: 2400 - total flux cleaned = -0.00480919 Jy ! Component: 2450 - total flux cleaned = -0.00474997 Jy ! Component: 2500 - total flux cleaned = -0.0048096 Jy ! Component: 2550 - total flux cleaned = -0.00483855 Jy ! Component: 2600 - total flux cleaned = -0.00480956 Jy ! Component: 2650 - total flux cleaned = -0.00480944 Jy ! Component: 2700 - total flux cleaned = -0.00480939 Jy ! Component: 2750 - total flux cleaned = -0.00483788 Jy ! Component: 2800 - total flux cleaned = -0.00475387 Jy ! Component: 2850 - total flux cleaned = -0.00478201 Jy ! Component: 2900 - total flux cleaned = -0.00464421 Jy ! Component: 2950 - total flux cleaned = -0.00464422 Jy ! Component: 3000 - total flux cleaned = -0.00469849 Jy ! Component: 3050 - total flux cleaned = -0.00472517 Jy ! Component: 3100 - total flux cleaned = -0.00459146 Jy ! Component: 3150 - total flux cleaned = -0.00472394 Jy ! Component: 3200 - total flux cleaned = -0.00467133 Jy ! Component: 3250 - total flux cleaned = -0.00469765 Jy ! Component: 3300 - total flux cleaned = -0.00472342 Jy ! Component: 3350 - total flux cleaned = -0.00480036 Jy ! Component: 3400 - total flux cleaned = -0.00477479 Jy ! Component: 3450 - total flux cleaned = -0.00474946 Jy ! Component: 3500 - total flux cleaned = -0.00482475 Jy ! Component: 3550 - total flux cleaned = -0.00477475 Jy ! Component: 3600 - total flux cleaned = -0.00487371 Jy ! Component: 3650 - total flux cleaned = -0.00492298 Jy ! Component: 3700 - total flux cleaned = -0.00499625 Jy ! Component: 3750 - total flux cleaned = -0.00489928 Jy ! Component: 3800 - total flux cleaned = -0.00497178 Jy ! Component: 3850 - total flux cleaned = -0.00497171 Jy ! Component: 3900 - total flux cleaned = -0.00499566 Jy ! Component: 3950 - total flux cleaned = -0.005114 Jy ! Component: 4000 - total flux cleaned = -0.00516092 Jy ! Component: 4050 - total flux cleaned = -0.00523077 Jy ! Total flux subtracted in 4096 components = -0.00520761 Jy ! Clean residual min=-0.001226 max=0.001260 Jy/beam ! Clean residual mean=0.000000 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.23727 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 368 components and 0.23727 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0653-1929_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.061 x 7.603 at -5.068 degrees (North through East) ! Clean map min=-0.0046503 max=0.19119 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0653-1929_S_map.fits wmodel /vlbi/uf001/uva//J0653-1929_S_map.mod ! Writing 368 model components to file: /vlbi/uf001/uva//J0653-1929_S_map.mod wobs /vlbi/uf001/uva//J0653-1929_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0653-1929_S_uvs.fits wwins /vlbi/uf001/uva//J0653-1929_S_map.win ! wwins: Wrote 5 windows to /vlbi/uf001/uva//J0653-1929_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.191189 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000406405 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.637703 0.637703 1.27541 2.55081 5.10162 10.2032 20.4065 40.813 81.626 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.191 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 470.438 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0653-1929_S_dfm.log closed on Sun Jan 13 23:13:01 2019