! Started logfile: /vlbi/uf001/uva//J2316-4041_S_dfm.log on Mon Jan 14 06:38:21 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//J2316-4041_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J2316-4041_S_uva.fits ! AN table 1: 88 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.732684 visibilities/baseline/integration-bin. ! Found source: J2316-4041 ! ! 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 4062 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 J2316-4041_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 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.119383Jy sigma=13.111124 ! Fit after self-cal, rms=0.632482Jy sigma=6.507312 ! 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.007 mas, bmaj=50.58 mas, bpa=-2.144 degrees ! Estimated noise=1.41823 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.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.303212 Jy ! Component: 100 - total flux cleaned = 0.42311 Jy ! Total flux subtracted in 100 components = 0.42311 Jy ! Clean residual min=-0.041814 max=0.053778 Jy/beam ! Clean residual mean=0.000118 rms=0.014672 Jy/beam ! Combined flux in latest and established models = 0.42311 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.42311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.172737Jy sigma=1.998858 ! Fit after self-cal, rms=0.171818Jy sigma=1.993833 ! 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=6.384 mas, bmaj=51.09 mas, bpa=-1.727 degrees ! Estimated noise=0.997158 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.0825796 Jy ! Component: 100 - total flux cleaned = 0.124473 Jy ! Component: 150 - total flux cleaned = 0.148594 Jy ! Component: 200 - total flux cleaned = 0.158757 Jy ! Total flux subtracted in 200 components = 0.158757 Jy ! Clean residual min=-0.026533 max=0.030213 Jy/beam ! Clean residual mean=-0.000136 rms=0.008833 Jy/beam ! Combined flux in latest and established models = 0.581867 Jy ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 110 components and 0.581867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.138532Jy sigma=1.411949 ! Fit after self-cal, rms=0.137938Jy sigma=1.407686 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.384 x 51.09 at -1.727 degrees (North through East) ! Clean map min=-0.026812 max=0.41762 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 HN 1.12 KP 1.00 LA 0.92 ! NL 1.39 OV 0.94 PT 1.01 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 HN 1.12 KP 0.99 LA 0.93 ! NL 1.41 OV 0.87 PT 1.00 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 HN 1.12 KP 0.99 LA 0.94 ! NL 1.34 OV 0.92 PT 0.99 ! ! ! Fit before self-cal, rms=0.137938Jy sigma=1.407686 ! Fit after self-cal, rms=0.137531Jy sigma=1.181251 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.626 mas, bmaj=52.49 mas, bpa=-1.441 degrees ! Estimated noise=1.01652 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.0175031 Jy ! Component: 100 - total flux cleaned = -0.0184591 Jy ! Component: 150 - total flux cleaned = -0.0196445 Jy ! Component: 200 - total flux cleaned = -0.0205981 Jy ! Total flux subtracted in 200 components = -0.0205981 Jy ! Clean residual min=-0.011807 max=0.013844 Jy/beam ! Clean residual mean=-0.000120 rms=0.003576 Jy/beam ! Combined flux in latest and established models = 0.561269 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 146 components and 0.561269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.132419Jy sigma=1.147695 ! Fit after self-cal, rms=0.133653Jy sigma=1.145236 ! 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.133653Jy sigma=1.145236 ! Fit after self-cal, rms=0.137928Jy sigma=1.125912 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.766 mas, bmaj=52.43 mas, bpa=-1.549 degrees ! Estimated noise=1.02298 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00435209 Jy ! Component: 100 - total flux cleaned = -0.00527145 Jy ! Component: 150 - total flux cleaned = -0.00585623 Jy ! Component: 200 - total flux cleaned = -0.00636026 Jy ! Total flux subtracted in 200 components = -0.00636026 Jy ! Clean residual min=-0.009121 max=0.011037 Jy/beam ! Clean residual mean=-0.000090 rms=0.002795 Jy/beam ! Combined flux in latest and established models = 0.554909 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 166 components and 0.554909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.137083Jy sigma=1.118989 ! Fit after self-cal, rms=0.137288Jy sigma=1.118733 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.000356149 Jy ! Component: 100 - total flux cleaned = 0.000354244 Jy ! Component: 150 - total flux cleaned = 0.00022727 Jy ! Component: 200 - total flux cleaned = 0.000456749 Jy ! Total flux subtracted in 200 components = 0.000456749 Jy ! Clean residual min=-0.008377 max=0.010759 Jy/beam ! Clean residual mean=-0.000089 rms=0.002684 Jy/beam ! Combined flux in latest and established models = 0.555365 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 188 components and 0.555365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.137020Jy sigma=1.116157 ! Fit after self-cal, rms=0.137063Jy sigma=1.116000 ! 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.137063Jy sigma=1.116000 ! Fit after self-cal, rms=0.143440Jy sigma=1.113150 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.907 mas, bmaj=52.4 mas, bpa=-1.567 degrees ! Estimated noise=1.03198 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00266437 Jy ! Component: 100 - total flux cleaned = -0.00299936 Jy ! Component: 150 - total flux cleaned = -0.00341984 Jy ! Component: 200 - total flux cleaned = -0.00366463 Jy ! Total flux subtracted in 200 components = -0.00366463 Jy ! Clean residual min=-0.007764 max=0.009628 Jy/beam ! Clean residual mean=-0.000063 rms=0.002420 Jy/beam ! Combined flux in latest and established models = 0.551701 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 200 components and 0.5517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.143020Jy sigma=1.109854 ! Fit after self-cal, rms=0.143231Jy sigma=1.109743 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.00017521 Jy ! Component: 100 - total flux cleaned = 6.99464e-05 Jy ! Component: 150 - total flux cleaned = 0.000244977 Jy ! Component: 200 - total flux cleaned = 0.000489567 Jy ! Total flux subtracted in 200 components = 0.000489567 Jy ! Clean residual min=-0.007645 max=0.009481 Jy/beam ! Clean residual mean=-0.000063 rms=0.002373 Jy/beam ! Combined flux in latest and established models = 0.55219 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 214 components and 0.55219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.143108Jy sigma=1.108527 ! Fit after self-cal, rms=0.143146Jy sigma=1.108462 ! 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.143146Jy sigma=1.108462 ! Fit after self-cal, rms=0.148301Jy sigma=1.107208 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.662 mas, bmaj=54.75 mas, bpa=-0.8644 degrees ! Estimated noise=1.01054 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00256937 Jy ! Component: 100 - total flux cleaned = -0.00316769 Jy ! Component: 150 - total flux cleaned = -0.00327272 Jy ! Component: 200 - total flux cleaned = -0.00332246 Jy ! Total flux subtracted in 200 components = -0.00332246 Jy ! Clean residual min=-0.005527 max=0.007020 Jy/beam ! Clean residual mean=-0.000075 rms=0.001917 Jy/beam ! Combined flux in latest and established models = 0.548868 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 230 components and 0.548868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.148159Jy sigma=1.106264 ! Fit after self-cal, rms=0.148229Jy sigma=1.106189 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 = -1.57946e-05 Jy ! Component: 100 - total flux cleaned = -6.29216e-05 Jy ! Component: 150 - total flux cleaned = -6.33352e-05 Jy ! Component: 200 - total flux cleaned = -1.91218e-05 Jy ! Total flux subtracted in 200 components = -1.91218e-05 Jy ! Clean residual min=-0.005557 max=0.007081 Jy/beam ! Clean residual mean=-0.000075 rms=0.001906 Jy/beam ! Combined flux in latest and established models = 0.548849 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 248 components and 0.548849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.148176Jy sigma=1.105710 ! Fit after self-cal, rms=0.148155Jy sigma=1.105655 ! 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=7.026 mas, bmaj=52.4 mas, bpa=-1.562 degrees ! Estimated noise=1.03861 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.026 x 52.4 at -1.562 degrees (North through East) ! Clean map min=-0.0076331 max=0.43481 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.412 mas, bmaj=51.92 mas, bpa=-2.176 degrees ! Estimated noise=1.57867 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.327935 Jy ! Component: 100 - total flux cleaned = 0.440556 Jy ! Component: 150 - total flux cleaned = 0.491202 Jy ! Component: 200 - total flux cleaned = 0.517306 Jy ! Total flux subtracted in 200 components = 0.517306 Jy ! Clean residual min=-0.013602 max=0.015035 Jy/beam ! Clean residual mean=0.000001 rms=0.004223 Jy/beam ! Combined flux in latest and established models = 0.517306 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 73 model components to the UV plane model. ! The established model now contains 73 components and 0.517306 Jy ! Inverting map and beam ! Estimated beam: bmin=7.026 mas, bmaj=52.4 mas, bpa=-1.562 degrees ! Estimated noise=1.03861 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.0174562 Jy ! Component: 100 - total flux cleaned = 0.0263203 Jy ! Component: 150 - total flux cleaned = 0.0277092 Jy ! Component: 200 - total flux cleaned = 0.0277149 Jy ! Total flux subtracted in 200 components = 0.0277149 Jy ! Clean residual min=-0.007756 max=0.009097 Jy/beam ! Clean residual mean=-0.000064 rms=0.002372 Jy/beam ! Combined flux in latest and established models = 0.545021 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 130 components and 0.54502 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=9.662 mas, bmaj=54.75 mas, bpa=-0.8644 degrees ! Estimated noise=1.01054 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000701563 Jy ! Component: 100 - total flux cleaned = 0.00045183 Jy ! Component: 150 - total flux cleaned = 0.00044758 Jy ! Component: 200 - total flux cleaned = 0.000449075 Jy ! Total flux subtracted in 200 components = 0.000449075 Jy ! Clean residual min=-0.005389 max=0.008276 Jy/beam ! Clean residual mean=-0.000085 rms=0.002014 Jy/beam ! Combined flux in latest and established models = 0.545469 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 = 8.67474e-05 Jy ! Component: 100 - total flux cleaned = 0.000166759 Jy ! Component: 150 - total flux cleaned = 0.000314874 Jy ! Component: 200 - total flux cleaned = 0.000381519 Jy ! Total flux subtracted in 200 components = 0.000381519 Jy ! Clean residual min=-0.005155 max=0.007857 Jy/beam ! Clean residual mean=-0.000084 rms=0.001941 Jy/beam ! Combined flux in latest and established models = 0.545851 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 162 components and 0.545851 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.026 mas, bmaj=52.4 mas, bpa=-1.562 degrees ! Estimated noise=1.03861 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.41843e-05 Jy ! Component: 100 - total flux cleaned = -0.000173686 Jy ! Component: 150 - total flux cleaned = -0.000172529 Jy ! Component: 200 - total flux cleaned = -0.000101242 Jy ! Total flux subtracted in 200 components = -0.000101242 Jy ! Clean residual min=-0.006091 max=0.008142 Jy/beam ! Clean residual mean=-0.000064 rms=0.002074 Jy/beam ! Combined flux in latest and established models = 0.54575 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 182 components and 0.54575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.148053Jy sigma=1.103262 ! Fit after self-cal, rms=0.147689Jy sigma=1.102815 wmodel J2316-4041_S_map.mod ! Writing 182 model components to file: J2316-4041_S_map.mod wobs J2316-4041_S_uvs.fits ! Writing UV FITS file: J2316-4041_S_uvs.fits wwins J2316-4041_S_map.win ! wwins: Wrote 1 windows to J2316-4041_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.00342793 Jy ! Component: 100 - total flux cleaned = 0.00545935 Jy ! Component: 150 - total flux cleaned = 0.00546601 Jy ! Component: 200 - total flux cleaned = 0.00528763 Jy ! Component: 250 - total flux cleaned = 0.00520305 Jy ! Component: 300 - total flux cleaned = 0.0053605 Jy ! Component: 350 - total flux cleaned = 0.00558892 Jy ! Component: 400 - total flux cleaned = 0.00573546 Jy ! Component: 450 - total flux cleaned = 0.00607912 Jy ! Component: 500 - total flux cleaned = 0.00641154 Jy ! Component: 550 - total flux cleaned = 0.00692503 Jy ! Component: 600 - total flux cleaned = 0.00717171 Jy ! Component: 650 - total flux cleaned = 0.00747322 Jy ! Component: 700 - total flux cleaned = 0.00770752 Jy ! Component: 750 - total flux cleaned = 0.00805004 Jy ! Component: 800 - total flux cleaned = 0.00827269 Jy ! Component: 850 - total flux cleaned = 0.00854504 Jy ! Component: 900 - total flux cleaned = 0.00891464 Jy ! Component: 950 - total flux cleaned = 0.00922232 Jy ! Component: 1000 - total flux cleaned = 0.00956986 Jy ! Component: 1050 - total flux cleaned = 0.00966704 Jy ! Component: 1100 - total flux cleaned = 0.00990533 Jy ! Component: 1150 - total flux cleaned = 0.0100456 Jy ! Component: 1200 - total flux cleaned = 0.010228 Jy ! Component: 1250 - total flux cleaned = 0.0104941 Jy ! Component: 1300 - total flux cleaned = 0.0106668 Jy ! Component: 1350 - total flux cleaned = 0.0107936 Jy ! Component: 1400 - total flux cleaned = 0.0109184 Jy ! Component: 1450 - total flux cleaned = 0.0110403 Jy ! Component: 1500 - total flux cleaned = 0.0111196 Jy ! Component: 1550 - total flux cleaned = 0.0112758 Jy ! Component: 1600 - total flux cleaned = 0.0113909 Jy ! Component: 1650 - total flux cleaned = 0.0115043 Jy ! Component: 1700 - total flux cleaned = 0.0117267 Jy ! Component: 1750 - total flux cleaned = 0.0118724 Jy ! Component: 1800 - total flux cleaned = 0.012088 Jy ! Component: 1850 - total flux cleaned = 0.0123004 Jy ! Component: 1900 - total flux cleaned = 0.0125097 Jy ! Component: 1950 - total flux cleaned = 0.0126476 Jy ! Component: 2000 - total flux cleaned = 0.0127829 Jy ! Component: 2050 - total flux cleaned = 0.0129841 Jy ! Component: 2100 - total flux cleaned = 0.0131829 Jy ! Component: 2150 - total flux cleaned = 0.0133138 Jy ! Component: 2200 - total flux cleaned = 0.0135736 Jy ! Component: 2250 - total flux cleaned = 0.013831 Jy ! Component: 2300 - total flux cleaned = 0.0139905 Jy ! Component: 2350 - total flux cleaned = 0.0142439 Jy ! Component: 2400 - total flux cleaned = 0.0143697 Jy ! Component: 2450 - total flux cleaned = 0.0146499 Jy ! Component: 2500 - total flux cleaned = 0.0148972 Jy ! Component: 2550 - total flux cleaned = 0.0151123 Jy ! Component: 2600 - total flux cleaned = 0.0153558 Jy ! Component: 2650 - total flux cleaned = 0.0155673 Jy ! Component: 2700 - total flux cleaned = 0.0157476 Jy ! Component: 2750 - total flux cleaned = 0.015867 Jy ! Component: 2800 - total flux cleaned = 0.0159862 Jy ! Component: 2850 - total flux cleaned = 0.0161048 Jy ! Component: 2900 - total flux cleaned = 0.0162522 Jy ! Component: 2950 - total flux cleaned = 0.0164584 Jy ! Component: 3000 - total flux cleaned = 0.0165761 Jy ! Component: 3050 - total flux cleaned = 0.0167815 Jy ! Component: 3100 - total flux cleaned = 0.0169866 Jy ! Component: 3150 - total flux cleaned = 0.0170452 Jy ! Component: 3200 - total flux cleaned = 0.0171622 Jy ! Component: 3250 - total flux cleaned = 0.0173083 Jy ! Component: 3300 - total flux cleaned = 0.0174545 Jy ! Component: 3350 - total flux cleaned = 0.0175424 Jy ! Component: 3400 - total flux cleaned = 0.0176886 Jy ! Component: 3450 - total flux cleaned = 0.0178346 Jy ! Component: 3500 - total flux cleaned = 0.0179224 Jy ! Component: 3550 - total flux cleaned = 0.0180979 Jy ! Component: 3600 - total flux cleaned = 0.0181271 Jy ! Component: 3650 - total flux cleaned = 0.0182735 Jy ! Component: 3700 - total flux cleaned = 0.0182441 Jy ! Component: 3750 - total flux cleaned = 0.0182735 Jy ! Component: 3800 - total flux cleaned = 0.0182441 Jy ! Component: 3850 - total flux cleaned = 0.0182442 Jy ! Component: 3900 - total flux cleaned = 0.0182443 Jy ! Component: 3950 - total flux cleaned = 0.0182145 Jy ! Component: 4000 - total flux cleaned = 0.0182445 Jy ! Component: 4050 - total flux cleaned = 0.0181845 Jy ! Total flux subtracted in 4096 components = 0.0181848 Jy ! Clean residual min=-0.001612 max=0.001656 Jy/beam ! Clean residual mean=-0.000008 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.563935 Jy keep ! Adding 616 model components to the UV plane model. ! The established model now contains 798 components and 0.563934 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J2316-4041_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.026 x 52.4 at -1.562 degrees (North through East) ! Clean map min=-0.0048655 max=0.43587 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J2316-4041_S_map.fits wmodel /vlbi/uf001/uva//J2316-4041_S_map.mod ! Writing 798 model components to file: /vlbi/uf001/uva//J2316-4041_S_map.mod wobs /vlbi/uf001/uva//J2316-4041_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J2316-4041_S_uvs.fits wwins /vlbi/uf001/uva//J2316-4041_S_map.win ! wwins: Wrote 2 windows to /vlbi/uf001/uva//J2316-4041_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.435874 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000605715 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.416897 0.416897 0.833794 1.66759 3.33517 6.67035 13.3407 26.6814 53.3628 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.435 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 719.602 quit ! Quitting program ! Log file /vlbi/uf001/uva//J2316-4041_S_dfm.log closed on Mon Jan 14 06:38:26 2019