! Started logfile: /vlbi/uf001/uva//J1608+4012_S_dfm.log on Mon Jan 14 03:35:27 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//J1608+4012_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1608+4012_S_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1608+4012 ! ! 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 6156 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 J1608+4012_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 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011313Jy sigma=23.131348 ! Fit after self-cal, rms=0.851312Jy sigma=19.418582 ! 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=3.069 mas, bmaj=5.418 mas, bpa=-16.85 degrees ! Estimated noise=0.556656 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.117689 Jy ! Component: 100 - total flux cleaned = 0.14407 Jy ! Total flux subtracted in 100 components = 0.14407 Jy ! Clean residual min=-0.005888 max=0.009176 Jy/beam ! Clean residual mean=0.000000 rms=0.001576 Jy/beam ! Combined flux in latest and established models = 0.14407 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.14407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063653Jy sigma=1.363218 ! Fit after self-cal, rms=0.063652Jy sigma=1.363073 ! 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.655 mas, bmaj=6.192 mas, bpa=-16.06 degrees ! Estimated noise=0.4064 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.0106073 Jy ! Component: 100 - total flux cleaned = 0.0159956 Jy ! Component: 150 - total flux cleaned = 0.0191066 Jy ! Component: 200 - total flux cleaned = 0.0209441 Jy ! Total flux subtracted in 200 components = 0.0209441 Jy ! Clean residual min=-0.005552 max=0.004877 Jy/beam ! Clean residual mean=0.000016 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.165014 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 48 components and 0.165014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062199Jy sigma=1.315853 ! Fit after self-cal, rms=0.062211Jy sigma=1.315652 ! 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.655 x 6.192 at -16.06 degrees (North through East) ! Clean map min=-0.0053791 max=0.15031 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.92 HN 0.96 KP 1.01 ! LA 0.90 MK 1.07 NL 1.09 OV 1.03 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.94 HN 0.94 KP 1.08 ! LA 0.92 MK 1.05 NL 1.05 OV 0.99 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.95 HN 0.98 KP 0.99 ! LA 0.89 MK 1.05 NL 1.08 OV 0.99 ! PT 0.99 SC 0.96 ! ! ! Fit before self-cal, rms=0.062211Jy sigma=1.315652 ! Fit after self-cal, rms=0.062296Jy sigma=1.280481 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.697 mas, bmaj=6.241 mas, bpa=-15.92 degrees ! Estimated noise=0.406845 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.00133684 Jy ! Component: 100 - total flux cleaned = -0.0016699 Jy ! Component: 150 - total flux cleaned = -0.00184405 Jy ! Component: 200 - total flux cleaned = -0.00197116 Jy ! Total flux subtracted in 200 components = -0.00197116 Jy ! Clean residual min=-0.002338 max=0.002415 Jy/beam ! Clean residual mean=0.000004 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.163043 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 54 components and 0.163043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062261Jy sigma=1.279807 ! Fit after self-cal, rms=0.062334Jy sigma=1.279434 ! 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.062334Jy sigma=1.279434 ! Fit after self-cal, rms=0.062625Jy sigma=1.269896 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.704 mas, bmaj=6.238 mas, bpa=-15.77 degrees ! Estimated noise=0.406796 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000362863 Jy ! Component: 100 - total flux cleaned = -0.000413436 Jy ! Component: 150 - total flux cleaned = -0.00041371 Jy ! Component: 200 - total flux cleaned = -0.000427515 Jy ! Total flux subtracted in 200 components = -0.000427515 Jy ! Clean residual min=-0.001972 max=0.001925 Jy/beam ! Clean residual mean=-0.000000 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.162616 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 60 components and 0.162616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062617Jy sigma=1.269686 ! Fit after self-cal, rms=0.062625Jy sigma=1.269602 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.49707e-05 Jy ! Component: 100 - total flux cleaned = 2.53321e-06 Jy ! Component: 150 - total flux cleaned = 2.77075e-06 Jy ! Component: 200 - total flux cleaned = -7.8593e-06 Jy ! Total flux subtracted in 200 components = -7.8593e-06 Jy ! Clean residual min=-0.001967 max=0.001926 Jy/beam ! Clean residual mean=-0.000000 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.162608 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 62 components and 0.162608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062621Jy sigma=1.269490 ! Fit after self-cal, rms=0.062619Jy sigma=1.269483 ! 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.062619Jy sigma=1.269483 ! Fit after self-cal, rms=0.062684Jy sigma=1.269436 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.71 mas, bmaj=6.249 mas, bpa=-15.78 degrees ! Estimated noise=0.406917 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000337543 Jy ! Component: 100 - total flux cleaned = -0.000365235 Jy ! Component: 150 - total flux cleaned = -0.000377722 Jy ! Component: 200 - total flux cleaned = -0.000377816 Jy ! Total flux subtracted in 200 components = -0.000377816 Jy ! Clean residual min=-0.001966 max=0.001904 Jy/beam ! Clean residual mean=-0.000000 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.16223 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 63 components and 0.16223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062678Jy sigma=1.269328 ! Fit after self-cal, rms=0.062678Jy sigma=1.269323 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.73568e-06 Jy ! Component: 100 - total flux cleaned = -8.41279e-06 Jy ! Component: 150 - total flux cleaned = -8.26419e-06 Jy ! Component: 200 - total flux cleaned = -1.722e-05 Jy ! Total flux subtracted in 200 components = -1.722e-05 Jy ! Clean residual min=-0.001961 max=0.001900 Jy/beam ! Clean residual mean=-0.000000 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.162213 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 65 components and 0.162213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062675Jy sigma=1.269258 ! Fit after self-cal, rms=0.062674Jy sigma=1.269253 ! 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.062674Jy sigma=1.269253 ! Fit after self-cal, rms=0.062733Jy sigma=1.269217 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.095 mas, bmaj=9.729 mas, bpa=-29.14 degrees ! Estimated noise=0.47998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000398223 Jy ! Component: 100 - total flux cleaned = -0.000409441 Jy ! Component: 150 - total flux cleaned = -0.000409547 Jy ! Component: 200 - total flux cleaned = -0.000409188 Jy ! Total flux subtracted in 200 components = -0.000409188 Jy ! Clean residual min=-0.002379 max=0.002075 Jy/beam ! Clean residual mean=0.000000 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.161804 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 70 components and 0.161804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062733Jy sigma=1.269166 ! Fit after self-cal, rms=0.062730Jy sigma=1.269119 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 = 3.26349e-07 Jy ! Component: 100 - total flux cleaned = 1.10815e-05 Jy ! Component: 150 - total flux cleaned = 1.10292e-05 Jy ! Component: 200 - total flux cleaned = 1.12588e-05 Jy ! Total flux subtracted in 200 components = 1.12588e-05 Jy ! Clean residual min=-0.002390 max=0.002073 Jy/beam ! Clean residual mean=0.000000 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.161815 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 70 components and 0.161815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062730Jy sigma=1.269090 ! Fit after self-cal, rms=0.062728Jy sigma=1.269064 ! 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.716 mas, bmaj=6.257 mas, bpa=-15.79 degrees ! Estimated noise=0.407037 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.716 x 6.257 at -15.79 degrees (North through East) ! Clean map min=-0.0018698 max=0.15094 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=3.121 mas, bmaj=5.464 mas, bpa=-16.44 degrees ! Estimated noise=0.559689 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.118258 Jy ! Component: 100 - total flux cleaned = 0.144213 Jy ! Component: 150 - total flux cleaned = 0.152898 Jy ! Component: 200 - total flux cleaned = 0.157418 Jy ! Total flux subtracted in 200 components = 0.157418 Jy ! Clean residual min=-0.003110 max=0.003112 Jy/beam ! Clean residual mean=-0.000006 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.157418 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.157418 Jy ! Inverting map and beam ! Estimated beam: bmin=3.716 mas, bmaj=6.257 mas, bpa=-15.79 degrees ! Estimated noise=0.407037 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.00242855 Jy ! Component: 100 - total flux cleaned = 0.00343224 Jy ! Component: 150 - total flux cleaned = 0.00373415 Jy ! Component: 200 - total flux cleaned = 0.00389361 Jy ! Total flux subtracted in 200 components = 0.00389361 Jy ! Clean residual min=-0.001910 max=0.001909 Jy/beam ! Clean residual mean=0.000000 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.161312 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 37 components and 0.161312 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.095 mas, bmaj=9.729 mas, bpa=-29.14 degrees ! Estimated noise=0.47998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000356555 Jy ! Component: 100 - total flux cleaned = 0.000392603 Jy ! Component: 150 - total flux cleaned = 0.000418479 Jy ! Component: 200 - total flux cleaned = 0.000434503 Jy ! Total flux subtracted in 200 components = 0.000434503 Jy ! Clean residual min=-0.002387 max=0.002051 Jy/beam ! Clean residual mean=0.000001 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.161746 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 = 7.71535e-06 Jy ! Component: 100 - total flux cleaned = 2.31318e-05 Jy ! Component: 150 - total flux cleaned = 3.74498e-05 Jy ! Component: 200 - total flux cleaned = 4.44748e-05 Jy ! Total flux subtracted in 200 components = 4.44748e-05 Jy ! Clean residual min=-0.002389 max=0.002056 Jy/beam ! Clean residual mean=0.000000 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.161791 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 43 components and 0.161791 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.716 mas, bmaj=6.257 mas, bpa=-15.79 degrees ! Estimated noise=0.407037 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.38723e-05 Jy ! Component: 100 - total flux cleaned = -1.38982e-05 Jy ! Component: 150 - total flux cleaned = -2.96148e-05 Jy ! Component: 200 - total flux cleaned = -1.55291e-05 Jy ! Total flux subtracted in 200 components = -1.55291e-05 Jy ! Clean residual min=-0.001927 max=0.001948 Jy/beam ! Clean residual mean=-0.000000 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.161775 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.161775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062738Jy sigma=1.269334 ! Fit after self-cal, rms=0.062732Jy sigma=1.269308 wmodel J1608+4012_S_map.mod ! Writing 47 model components to file: J1608+4012_S_map.mod wobs J1608+4012_S_uvs.fits ! Writing UV FITS file: J1608+4012_S_uvs.fits wwins J1608+4012_S_map.win ! wwins: Wrote 1 windows to J1608+4012_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.000108318 Jy ! Component: 100 - total flux cleaned = -7.55675e-05 Jy ! Component: 150 - total flux cleaned = 5.4511e-05 Jy ! Component: 200 - total flux cleaned = 0.00014761 Jy ! Component: 250 - total flux cleaned = 0.000147586 Jy ! Component: 300 - total flux cleaned = 0.000234291 Jy ! Component: 350 - total flux cleaned = 0.000290286 Jy ! Component: 400 - total flux cleaned = 0.000399946 Jy ! Component: 450 - total flux cleaned = 0.000399221 Jy ! Component: 500 - total flux cleaned = 0.000478368 Jy ! Component: 550 - total flux cleaned = 0.000529675 Jy ! Component: 600 - total flux cleaned = 0.000504801 Jy ! Component: 650 - total flux cleaned = 0.000504868 Jy ! Component: 700 - total flux cleaned = 0.000480773 Jy ! Component: 750 - total flux cleaned = 0.000505245 Jy ! Component: 800 - total flux cleaned = 0.000598199 Jy ! Component: 850 - total flux cleaned = 0.000552318 Jy ! Component: 900 - total flux cleaned = 0.000552499 Jy ! Component: 950 - total flux cleaned = 0.000663637 Jy ! Component: 1000 - total flux cleaned = 0.000641374 Jy ! Component: 1050 - total flux cleaned = 0.0007276 Jy ! Component: 1100 - total flux cleaned = 0.000770137 Jy ! Component: 1150 - total flux cleaned = 0.000854247 Jy ! Component: 1200 - total flux cleaned = 0.000895925 Jy ! Component: 1250 - total flux cleaned = 0.000977723 Jy ! Component: 1300 - total flux cleaned = 0.000977888 Jy ! Component: 1350 - total flux cleaned = 0.00101797 Jy ! Component: 1400 - total flux cleaned = 0.00109678 Jy ! Component: 1450 - total flux cleaned = 0.00111635 Jy ! Component: 1500 - total flux cleaned = 0.0011741 Jy ! Component: 1550 - total flux cleaned = 0.00123124 Jy ! Component: 1600 - total flux cleaned = 0.00130615 Jy ! Component: 1650 - total flux cleaned = 0.00130596 Jy ! Component: 1700 - total flux cleaned = 0.00136127 Jy ! Component: 1750 - total flux cleaned = 0.00143397 Jy ! Component: 1800 - total flux cleaned = 0.00145189 Jy ! Component: 1850 - total flux cleaned = 0.00152317 Jy ! Component: 1900 - total flux cleaned = 0.00154081 Jy ! Component: 1950 - total flux cleaned = 0.00164573 Jy ! Component: 2000 - total flux cleaned = 0.00162868 Jy ! Component: 2050 - total flux cleaned = 0.00168012 Jy ! Component: 2100 - total flux cleaned = 0.00176482 Jy ! Component: 2150 - total flux cleaned = 0.00181523 Jy ! Component: 2200 - total flux cleaned = 0.00183199 Jy ! Component: 2250 - total flux cleaned = 0.00189778 Jy ! Component: 2300 - total flux cleaned = 0.00194676 Jy ! Component: 2350 - total flux cleaned = 0.00196285 Jy ! Component: 2400 - total flux cleaned = 0.00204315 Jy ! Component: 2450 - total flux cleaned = 0.00212253 Jy ! Component: 2500 - total flux cleaned = 0.0021698 Jy ! Component: 2550 - total flux cleaned = 0.00216988 Jy ! Component: 2600 - total flux cleaned = 0.00229394 Jy ! Component: 2650 - total flux cleaned = 0.00229388 Jy ! Component: 2700 - total flux cleaned = 0.00241586 Jy ! Component: 2750 - total flux cleaned = 0.00243072 Jy ! Component: 2800 - total flux cleaned = 0.00247591 Jy ! Component: 2850 - total flux cleaned = 0.00256514 Jy ! Component: 2900 - total flux cleaned = 0.00253572 Jy ! Component: 2950 - total flux cleaned = 0.00259453 Jy ! Component: 3000 - total flux cleaned = 0.00265259 Jy ! Component: 3050 - total flux cleaned = 0.00262382 Jy ! Component: 3100 - total flux cleaned = 0.00272423 Jy ! Component: 3150 - total flux cleaned = 0.00268175 Jy ! Component: 3200 - total flux cleaned = 0.00275247 Jy ! Component: 3250 - total flux cleaned = 0.00280873 Jy ! Component: 3300 - total flux cleaned = 0.00280886 Jy ! Component: 3350 - total flux cleaned = 0.00291959 Jy ! Component: 3400 - total flux cleaned = 0.00293341 Jy ! Component: 3450 - total flux cleaned = 0.00298812 Jy ! Component: 3500 - total flux cleaned = 0.00302874 Jy ! Component: 3550 - total flux cleaned = 0.00305577 Jy ! Component: 3600 - total flux cleaned = 0.00309578 Jy ! Component: 3650 - total flux cleaned = 0.00314899 Jy ! Component: 3700 - total flux cleaned = 0.00317545 Jy ! Component: 3750 - total flux cleaned = 0.00325423 Jy ! Component: 3800 - total flux cleaned = 0.00324121 Jy ! Component: 3850 - total flux cleaned = 0.00328013 Jy ! Component: 3900 - total flux cleaned = 0.00338345 Jy ! Component: 3950 - total flux cleaned = 0.00343469 Jy ! Component: 4000 - total flux cleaned = 0.00348578 Jy ! Component: 4050 - total flux cleaned = 0.00351115 Jy ! Total flux subtracted in 4096 components = 0.00349855 Jy ! Clean residual min=-0.000698 max=0.000710 Jy/beam ! Clean residual mean=0.000001 rms=0.000234 Jy/beam ! Combined flux in latest and established models = 0.165274 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 339 components and 0.165274 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1608+4012_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.716 x 6.257 at -15.79 degrees (North through East) ! Clean map min=-0.0015799 max=0.15111 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1608+4012_S_map.fits wmodel /vlbi/uf001/uva//J1608+4012_S_map.mod ! Writing 339 model components to file: /vlbi/uf001/uva//J1608+4012_S_map.mod wobs /vlbi/uf001/uva//J1608+4012_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1608+4012_S_uvs.fits wwins /vlbi/uf001/uva//J1608+4012_S_map.win ! wwins: Wrote 2 windows to /vlbi/uf001/uva//J1608+4012_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.151105 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000232278 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.461157 0.461157 0.922314 1.84463 3.68926 7.37851 14.757 29.514 59.0281 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.151 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 650.537 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1608+4012_S_dfm.log closed on Mon Jan 14 03:35:31 2019