! Started logfile: /vlbi/uf001/uva//J1534-2243_S_dfm.log on Mon Jan 14 03:21:17 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//J1534-2243_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1534-2243_S_uva.fits ! AN table 1: 38 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.983709 visibilities/baseline/integration-bin. ! Found source: J1534-2243 ! ! 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 2355 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 J1534-2243_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 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999092Jy sigma=18.043591 ! Fit after self-cal, rms=0.868045Jy sigma=15.505412 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.96 mas, bmaj=32.28 mas, bpa=-6.363 degrees ! Estimated noise=1.22137 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.100666 Jy ! Component: 100 - total flux cleaned = 0.130803 Jy ! Total flux subtracted in 100 components = 0.130803 Jy ! Clean residual min=-0.008833 max=0.013862 Jy/beam ! Clean residual mean=-0.000087 rms=0.003154 Jy/beam ! Combined flux in latest and established models = 0.130803 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.130803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078905Jy sigma=1.377535 ! Fit after self-cal, rms=0.078587Jy sigma=1.372348 ! 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.628 mas, bmaj=34.23 mas, bpa=-6.491 degrees ! Estimated noise=0.832678 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.020683 Jy ! Component: 100 - total flux cleaned = 0.0307082 Jy ! Component: 150 - total flux cleaned = 0.0360157 Jy ! Component: 200 - total flux cleaned = 0.0371191 Jy ! Total flux subtracted in 200 components = 0.0371191 Jy ! Clean residual min=-0.005059 max=0.005100 Jy/beam ! Clean residual mean=-0.000019 rms=0.001581 Jy/beam ! Combined flux in latest and established models = 0.167922 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 85 components and 0.167922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073881Jy sigma=1.270092 ! Fit after self-cal, rms=0.073764Jy sigma=1.267954 ! 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.628 x 34.23 at -6.491 degrees (North through East) ! Clean map min=-0.0050921 max=0.13512 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 HN 1.05 KP 0.98 LA 0.91 ! NL 1.16 OV 1.01 PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 HN 1.13 KP 1.00 LA 0.98 ! NL 1.04 OV 0.86 PT 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 HN 1.02 KP 1.04 LA 0.99 ! NL 1.02 OV 0.97 PT 1.01 ! ! ! Fit before self-cal, rms=0.073764Jy sigma=1.267954 ! Fit after self-cal, rms=0.073950Jy sigma=1.248263 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.719 mas, bmaj=34.16 mas, bpa=-6.326 degrees ! Estimated noise=0.831104 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.00306384 Jy ! Component: 100 - total flux cleaned = -0.00327265 Jy ! Component: 150 - total flux cleaned = -0.00358154 Jy ! Component: 200 - total flux cleaned = -0.00380503 Jy ! Total flux subtracted in 200 components = -0.00380503 Jy ! Clean residual min=-0.003332 max=0.003860 Jy/beam ! Clean residual mean=-0.000005 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.164117 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 113 components and 0.164117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073767Jy sigma=1.246068 ! Fit after self-cal, rms=0.073875Jy sigma=1.245448 ! 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.073875Jy sigma=1.245448 ! Fit after self-cal, rms=0.074411Jy sigma=1.241797 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.732 mas, bmaj=34.22 mas, bpa=-6.339 degrees ! Estimated noise=0.833733 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00204718 Jy ! Component: 100 - total flux cleaned = -0.00265054 Jy ! Component: 150 - total flux cleaned = -0.00302737 Jy ! Component: 200 - total flux cleaned = -0.00312328 Jy ! Total flux subtracted in 200 components = -0.00312328 Jy ! Clean residual min=-0.003092 max=0.003592 Jy/beam ! Clean residual mean=-0.000003 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.160994 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 121 components and 0.160994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074323Jy sigma=1.240889 ! Fit after self-cal, rms=0.074341Jy sigma=1.240756 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.00014656 Jy ! Component: 100 - total flux cleaned = -0.000208007 Jy ! Component: 150 - total flux cleaned = -0.000235472 Jy ! Component: 200 - total flux cleaned = -0.000259155 Jy ! Total flux subtracted in 200 components = -0.000259155 Jy ! Clean residual min=-0.003115 max=0.003549 Jy/beam ! Clean residual mean=-0.000004 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.160735 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 134 components and 0.160735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074315Jy sigma=1.240460 ! Fit after self-cal, rms=0.074314Jy sigma=1.240430 ! 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.074314Jy sigma=1.240430 ! Fit after self-cal, rms=0.075011Jy sigma=1.239319 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.739 mas, bmaj=34.31 mas, bpa=-6.381 degrees ! Estimated noise=0.8357 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00142426 Jy ! Component: 100 - total flux cleaned = -0.00206558 Jy ! Component: 150 - total flux cleaned = -0.00220435 Jy ! Component: 200 - total flux cleaned = -0.00230076 Jy ! Total flux subtracted in 200 components = -0.00230076 Jy ! Clean residual min=-0.003082 max=0.003316 Jy/beam ! Clean residual mean=-0.000002 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.158434 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 149 components and 0.158434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074964Jy sigma=1.238899 ! Fit after self-cal, rms=0.074984Jy sigma=1.238841 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.000165464 Jy ! Component: 100 - total flux cleaned = -0.000271684 Jy ! Component: 150 - total flux cleaned = -0.000252154 Jy ! Component: 200 - total flux cleaned = -0.000251202 Jy ! Total flux subtracted in 200 components = -0.000251202 Jy ! Clean residual min=-0.003098 max=0.003274 Jy/beam ! Clean residual mean=-0.000002 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.158183 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 156 components and 0.158183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074969Jy sigma=1.238703 ! Fit after self-cal, rms=0.074971Jy sigma=1.238691 ! 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.074971Jy sigma=1.238691 ! Fit after self-cal, rms=0.075363Jy sigma=1.238470 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.214 mas, bmaj=35.05 mas, bpa=-6.007 degrees ! Estimated noise=0.873557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00107588 Jy ! Component: 100 - total flux cleaned = -0.00141904 Jy ! Component: 150 - total flux cleaned = -0.00159391 Jy ! Component: 200 - total flux cleaned = -0.00164864 Jy ! Total flux subtracted in 200 components = -0.00164864 Jy ! Clean residual min=-0.002825 max=0.003161 Jy/beam ! Clean residual mean=0.000000 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 0.156534 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 163 components and 0.156534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075343Jy sigma=1.238338 ! Fit after self-cal, rms=0.075351Jy sigma=1.238291 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.91249e-05 Jy ! Component: 100 - total flux cleaned = -0.000114869 Jy ! Component: 150 - total flux cleaned = -0.000148121 Jy ! Component: 200 - total flux cleaned = -0.000178734 Jy ! Total flux subtracted in 200 components = -0.000178734 Jy ! Clean residual min=-0.002802 max=0.003147 Jy/beam ! Clean residual mean=0.000000 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.156355 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 177 components and 0.156355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075342Jy sigma=1.238282 ! Fit after self-cal, rms=0.075342Jy sigma=1.238259 ! 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.743 mas, bmaj=34.39 mas, bpa=-6.392 degrees ! Estimated noise=0.837034 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.743 x 34.39 at -6.392 degrees (North through East) ! Clean map min=-0.0038757 max=0.13517 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.041 mas, bmaj=32.35 mas, bpa=-6.377 degrees ! Estimated noise=1.2537 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.102818 Jy ! Component: 100 - total flux cleaned = 0.133481 Jy ! Component: 150 - total flux cleaned = 0.147981 Jy ! Component: 200 - total flux cleaned = 0.155269 Jy ! Total flux subtracted in 200 components = 0.155269 Jy ! Clean residual min=-0.004991 max=0.005998 Jy/beam ! Clean residual mean=-0.000012 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 0.155269 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.155269 Jy ! Inverting map and beam ! Estimated beam: bmin=5.743 mas, bmaj=34.39 mas, bpa=-6.392 degrees ! Estimated noise=0.837034 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) ! Added new window around map position (8.5, 12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00533226 Jy ! Component: 100 - total flux cleaned = 0.00503988 Jy ! Component: 150 - total flux cleaned = 0.00419614 Jy ! Component: 200 - total flux cleaned = 0.00349934 Jy ! Total flux subtracted in 200 components = 0.00349934 Jy ! Clean residual min=-0.003439 max=0.003116 Jy/beam ! Clean residual mean=0.000003 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.158769 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 108 components and 0.158769 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.214 mas, bmaj=35.05 mas, bpa=-6.007 degrees ! Estimated noise=0.873557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000407056 Jy ! Component: 100 - total flux cleaned = -0.00109635 Jy ! Component: 150 - total flux cleaned = -0.0015528 Jy ! Component: 200 - total flux cleaned = -0.00169484 Jy ! Total flux subtracted in 200 components = -0.00169484 Jy ! Clean residual min=-0.002576 max=0.002649 Jy/beam ! Clean residual mean=0.000005 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.157074 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.79524e-05 Jy ! Component: 100 - total flux cleaned = -0.000205745 Jy ! Component: 150 - total flux cleaned = -0.000311019 Jy ! Component: 200 - total flux cleaned = -0.000344188 Jy ! Total flux subtracted in 200 components = -0.000344188 Jy ! Clean residual min=-0.002418 max=0.002576 Jy/beam ! Clean residual mean=0.000004 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.15673 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 192 components and 0.15673 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.743 mas, bmaj=34.39 mas, bpa=-6.392 degrees ! Estimated noise=0.837034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000800773 Jy ! Component: 100 - total flux cleaned = 0.00123226 Jy ! Component: 150 - total flux cleaned = 0.0013083 Jy ! Component: 200 - total flux cleaned = 0.00130799 Jy ! Total flux subtracted in 200 components = 0.00130799 Jy ! Clean residual min=-0.002521 max=0.002828 Jy/beam ! Clean residual mean=0.000004 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.158038 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 218 components and 0.158038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075208Jy sigma=1.236458 ! Fit after self-cal, rms=0.075216Jy sigma=1.236111 wmodel J1534-2243_S_map.mod ! Writing 218 model components to file: J1534-2243_S_map.mod wobs J1534-2243_S_uvs.fits ! Writing UV FITS file: J1534-2243_S_uvs.fits wwins J1534-2243_S_map.win ! wwins: Wrote 2 windows to J1534-2243_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.000475028 Jy ! Component: 100 - total flux cleaned = 0.000519295 Jy ! Component: 150 - total flux cleaned = 0.000521279 Jy ! Component: 200 - total flux cleaned = 0.000481887 Jy ! Component: 250 - total flux cleaned = 0.000518716 Jy ! Component: 300 - total flux cleaned = 0.000553311 Jy ! Component: 350 - total flux cleaned = 0.000688187 Jy ! Component: 400 - total flux cleaned = 0.000817715 Jy ! Component: 450 - total flux cleaned = 0.000911164 Jy ! Component: 500 - total flux cleaned = 0.000940884 Jy ! Component: 550 - total flux cleaned = 0.000881211 Jy ! Component: 600 - total flux cleaned = 0.00093847 Jy ! Component: 650 - total flux cleaned = 0.00102148 Jy ! Component: 700 - total flux cleaned = 0.00102062 Jy ! Component: 750 - total flux cleaned = 0.00107206 Jy ! Component: 800 - total flux cleaned = 0.000943696 Jy ! Component: 850 - total flux cleaned = 0.000768367 Jy ! Component: 900 - total flux cleaned = 0.000718851 Jy ! Component: 950 - total flux cleaned = 0.000574494 Jy ! Component: 1000 - total flux cleaned = 0.000480401 Jy ! Component: 1050 - total flux cleaned = 0.000504038 Jy ! Component: 1100 - total flux cleaned = 0.000458157 Jy ! Component: 1150 - total flux cleaned = 0.000368774 Jy ! Component: 1200 - total flux cleaned = 0.000303199 Jy ! Component: 1250 - total flux cleaned = 0.000281812 Jy ! Component: 1300 - total flux cleaned = 0.000260802 Jy ! Component: 1350 - total flux cleaned = 0.000197761 Jy ! Component: 1400 - total flux cleaned = 0.000218931 Jy ! Component: 1450 - total flux cleaned = 0.000280127 Jy ! Component: 1500 - total flux cleaned = 0.00028016 Jy ! Component: 1550 - total flux cleaned = 0.000200372 Jy ! Component: 1600 - total flux cleaned = 0.00016127 Jy ! Component: 1650 - total flux cleaned = 0.000180918 Jy ! Component: 1700 - total flux cleaned = 0.000142321 Jy ! Component: 1750 - total flux cleaned = 0.000104292 Jy ! Component: 1800 - total flux cleaned = 0.000104529 Jy ! Component: 1850 - total flux cleaned = 8.59004e-05 Jy ! Component: 1900 - total flux cleaned = 0.000122637 Jy ! Component: 1950 - total flux cleaned = 8.5953e-05 Jy ! Component: 2000 - total flux cleaned = 0.000121604 Jy ! Component: 2050 - total flux cleaned = 0.000103599 Jy ! Component: 2100 - total flux cleaned = 6.8558e-05 Jy ! Component: 2150 - total flux cleaned = 0.000120758 Jy ! Component: 2200 - total flux cleaned = 0.00010367 Jy ! Component: 2250 - total flux cleaned = 0.000137837 Jy ! Component: 2300 - total flux cleaned = 0.000188409 Jy ! Component: 2350 - total flux cleaned = 0.000205106 Jy ! Component: 2400 - total flux cleaned = 0.000188501 Jy ! Component: 2450 - total flux cleaned = 0.00022098 Jy ! Component: 2500 - total flux cleaned = 0.000205062 Jy ! Component: 2550 - total flux cleaned = 0.000285127 Jy ! Component: 2600 - total flux cleaned = 0.00026907 Jy ! Component: 2650 - total flux cleaned = 0.000269209 Jy ! Component: 2700 - total flux cleaned = 0.000331249 Jy ! Component: 2750 - total flux cleaned = 0.000315786 Jy ! Component: 2800 - total flux cleaned = 0.000346347 Jy ! Component: 2850 - total flux cleaned = 0.000422075 Jy ! Component: 2900 - total flux cleaned = 0.000422135 Jy ! Component: 2950 - total flux cleaned = 0.000436818 Jy ! Component: 3000 - total flux cleaned = 0.000422223 Jy ! Component: 3050 - total flux cleaned = 0.000422471 Jy ! Component: 3100 - total flux cleaned = 0.000407996 Jy ! Component: 3150 - total flux cleaned = 0.000408065 Jy ! Component: 3200 - total flux cleaned = 0.000422234 Jy ! Component: 3250 - total flux cleaned = 0.000393841 Jy ! Component: 3300 - total flux cleaned = 0.000351665 Jy ! Component: 3350 - total flux cleaned = 0.00029595 Jy ! Component: 3400 - total flux cleaned = 0.000240705 Jy ! Component: 3450 - total flux cleaned = 0.000213152 Jy ! Component: 3500 - total flux cleaned = 0.000158395 Jy ! Component: 3550 - total flux cleaned = 0.000104044 Jy ! Component: 3600 - total flux cleaned = 3.64427e-05 Jy ! Component: 3650 - total flux cleaned = -4.40846e-05 Jy ! Component: 3700 - total flux cleaned = -9.73838e-05 Jy ! Component: 3750 - total flux cleaned = -0.000137272 Jy ! Component: 3800 - total flux cleaned = -0.000242589 Jy ! Component: 3850 - total flux cleaned = -0.000255836 Jy ! Component: 3900 - total flux cleaned = -0.000373209 Jy ! Component: 3950 - total flux cleaned = -0.000450874 Jy ! Component: 4000 - total flux cleaned = -0.000515246 Jy ! Component: 4050 - total flux cleaned = -0.000553643 Jy ! Total flux subtracted in 4096 components = -0.000604613 Jy ! Clean residual min=-0.000888 max=0.000945 Jy/beam ! Clean residual mean=0.000005 rms=0.000267 Jy/beam ! Combined flux in latest and established models = 0.157433 Jy keep ! Adding 436 model components to the UV plane model. ! The established model now contains 654 components and 0.157433 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1534-2243_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.743 x 34.39 at -6.392 degrees (North through East) ! Clean map min=-0.0030593 max=0.1346 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1534-2243_S_map.fits wmodel /vlbi/uf001/uva//J1534-2243_S_map.mod ! Writing 654 model components to file: /vlbi/uf001/uva//J1534-2243_S_map.mod wobs /vlbi/uf001/uva//J1534-2243_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1534-2243_S_uvs.fits wwins /vlbi/uf001/uva//J1534-2243_S_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J1534-2243_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.134603 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000266276 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.593472 0.593472 1.18694 2.37389 4.74777 9.49555 18.9911 37.9822 75.9644 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.134 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 505.5 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1534-2243_S_dfm.log closed on Mon Jan 14 03:21:21 2019