! Started logfile: /vlbi/uf001/uva//J0859-3309_S_dfm.log on Mon Jan 14 00:12:05 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//J0859-3309_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0859-3309_S_uva.fits ! AN table 1: 74 integrations on 21 of 21 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0859-3309 ! ! 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 4662 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 J0859-3309_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.023557Jy sigma=14.124795 ! Fit after self-cal, rms=0.880711Jy sigma=11.981365 ! 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=8.204 mas, bmaj=34.99 mas, bpa=1.628 degrees ! Estimated noise=1.06899 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.0973795 Jy ! Component: 100 - total flux cleaned = 0.129205 Jy ! Total flux subtracted in 100 components = 0.129205 Jy ! Clean residual min=-0.009576 max=0.014970 Jy/beam ! Clean residual mean=-0.000213 rms=0.004020 Jy/beam ! Combined flux in latest and established models = 0.129205 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 34 components and 0.129205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100146Jy sigma=1.260439 ! Fit after self-cal, rms=0.099869Jy sigma=1.256735 ! 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=9.163 mas, bmaj=36.2 mas, bpa=2.376 degrees ! Estimated noise=0.787404 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.0202417 Jy ! Component: 100 - total flux cleaned = 0.0317687 Jy ! Component: 150 - total flux cleaned = 0.0391562 Jy ! Component: 200 - total flux cleaned = 0.0442482 Jy ! Total flux subtracted in 200 components = 0.0442482 Jy ! Clean residual min=-0.007138 max=0.011739 Jy/beam ! Clean residual mean=-0.000135 rms=0.002745 Jy/beam ! Combined flux in latest and established models = 0.173453 Jy ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 118 components and 0.173453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096131Jy sigma=1.184189 ! Fit after self-cal, rms=0.096065Jy sigma=1.182508 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.163 x 36.2 at 2.376 degrees (North through East) ! Clean map min=-0.0072423 max=0.12876 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.91 KP 1.09 LA 0.88 ! NL 1.22 OV 0.98 PT 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.36 FD 0.96 KP 1.09 LA 0.90 ! NL 1.20 OV 0.98 PT 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.97 KP 1.06 LA 0.89 ! NL 1.09 OV 0.97 PT 0.97 ! ! ! Fit before self-cal, rms=0.096065Jy sigma=1.182508 ! Fit after self-cal, rms=0.105554Jy sigma=1.160917 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=9.515 mas, bmaj=37.39 mas, bpa=2.887 degrees ! Estimated noise=0.791844 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.00165052 Jy ! Component: 100 - total flux cleaned = -0.00188259 Jy ! Component: 150 - total flux cleaned = -0.00216559 Jy ! Component: 200 - total flux cleaned = -0.00236323 Jy ! Total flux subtracted in 200 components = -0.00236323 Jy ! Clean residual min=-0.006718 max=0.007913 Jy/beam ! Clean residual mean=0.000011 rms=0.001939 Jy/beam ! Combined flux in latest and established models = 0.17109 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 139 components and 0.17109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105411Jy sigma=1.159605 ! Fit after self-cal, rms=0.105662Jy sigma=1.159051 ! 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.105662Jy sigma=1.159051 ! Fit after self-cal, rms=0.108069Jy sigma=1.153105 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.575 mas, bmaj=37.54 mas, bpa=2.621 degrees ! Estimated noise=0.793913 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.00908e-05 Jy ! Component: 100 - total flux cleaned = -5.99094e-05 Jy ! Component: 150 - total flux cleaned = -0.000205978 Jy ! Component: 200 - total flux cleaned = -0.000343095 Jy ! Total flux subtracted in 200 components = -0.000343095 Jy ! Clean residual min=-0.005490 max=0.007725 Jy/beam ! Clean residual mean=0.000009 rms=0.001703 Jy/beam ! Combined flux in latest and established models = 0.170747 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 158 components and 0.170747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107998Jy sigma=1.152550 ! Fit after self-cal, rms=0.108028Jy sigma=1.152445 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 (15.5, -10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00751179 Jy ! Component: 100 - total flux cleaned = 0.00967122 Jy ! Component: 150 - total flux cleaned = 0.009223 Jy ! Component: 200 - total flux cleaned = 0.00922551 Jy ! Total flux subtracted in 200 components = 0.00922551 Jy ! Clean residual min=-0.004646 max=0.004035 Jy/beam ! Clean residual mean=0.000066 rms=0.001178 Jy/beam ! Combined flux in latest and established models = 0.179972 Jy ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 234 components and 0.179972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107465Jy sigma=1.142808 ! Fit after self-cal, rms=0.107359Jy sigma=1.141442 ! 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.107359Jy sigma=1.141442 ! Fit after self-cal, rms=0.108846Jy sigma=1.139235 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.563 mas, bmaj=37.55 mas, bpa=2.267 degrees ! Estimated noise=0.786089 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0036055 Jy ! Component: 100 - total flux cleaned = 0.00396799 Jy ! Component: 150 - total flux cleaned = 0.00417947 Jy ! Component: 200 - total flux cleaned = 0.00396596 Jy ! Total flux subtracted in 200 components = 0.00396596 Jy ! Clean residual min=-0.003055 max=0.002763 Jy/beam ! Clean residual mean=0.000039 rms=0.000805 Jy/beam ! Combined flux in latest and established models = 0.183938 Jy selfcal ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 299 components and 0.183938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108691Jy sigma=1.136748 ! Fit after self-cal, rms=0.108668Jy sigma=1.136357 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.000748494 Jy ! Component: 100 - total flux cleaned = 0.000713946 Jy ! Component: 150 - total flux cleaned = 0.000437292 Jy ! Component: 200 - total flux cleaned = 0.000294623 Jy ! Total flux subtracted in 200 components = 0.000294623 Jy ! Clean residual min=-0.002832 max=0.002482 Jy/beam ! Clean residual mean=0.000044 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.184233 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 336 components and 0.184233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108620Jy sigma=1.135839 ! Fit after self-cal, rms=0.108604Jy sigma=1.135781 ! 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.108604Jy sigma=1.135781 ! Fit after self-cal, rms=0.109693Jy sigma=1.135145 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.75 mas, bmaj=39.67 mas, bpa=3.158 degrees ! Estimated noise=0.775113 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000907146 Jy ! Component: 100 - total flux cleaned = 0.00120575 Jy ! Component: 150 - total flux cleaned = 0.00127347 Jy ! Component: 200 - total flux cleaned = 0.0012766 Jy ! Total flux subtracted in 200 components = 0.0012766 Jy ! Clean residual min=-0.002351 max=0.002228 Jy/beam ! Clean residual mean=0.000026 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.185509 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 376 components and 0.185509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109653Jy sigma=1.134621 ! Fit after self-cal, rms=0.109653Jy sigma=1.134549 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.000177655 Jy ! Component: 100 - total flux cleaned = 0.000207661 Jy ! Component: 150 - total flux cleaned = 0.000107992 Jy ! Component: 200 - total flux cleaned = 6.30119e-05 Jy ! Total flux subtracted in 200 components = 6.30119e-05 Jy ! Clean residual min=-0.002251 max=0.002118 Jy/beam ! Clean residual mean=0.000028 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.185572 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 410 components and 0.185572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109634Jy sigma=1.134358 ! Fit after self-cal, rms=0.109625Jy sigma=1.134341 ! 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=9.549 mas, bmaj=37.51 mas, bpa=2.121 degrees ! Estimated noise=0.781421 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.549 x 37.51 at 2.121 degrees (North through East) ! Clean map min=-0.0034723 max=0.12927 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=8.574 mas, bmaj=36.04 mas, bpa=1.172 degrees ! Estimated noise=1.07281 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0967533 Jy ! Component: 100 - total flux cleaned = 0.126053 Jy ! Component: 150 - total flux cleaned = 0.141089 Jy ! Component: 200 - total flux cleaned = 0.151413 Jy ! Total flux subtracted in 200 components = 0.151413 Jy ! Clean residual min=-0.005721 max=0.007036 Jy/beam ! Clean residual mean=-0.000118 rms=0.002060 Jy/beam ! Combined flux in latest and established models = 0.151413 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 66 model components to the UV plane model. ! The established model now contains 66 components and 0.151413 Jy ! Inverting map and beam ! Estimated beam: bmin=9.549 mas, bmaj=37.51 mas, bpa=2.121 degrees ! Estimated noise=0.781421 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.0101202 Jy ! Component: 100 - total flux cleaned = 0.0172296 Jy ! Component: 150 - total flux cleaned = 0.0225749 Jy ! Component: 200 - total flux cleaned = 0.0259031 Jy ! Total flux subtracted in 200 components = 0.0259031 Jy ! Clean residual min=-0.003822 max=0.003368 Jy/beam ! Clean residual mean=-0.000028 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.177316 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 151 components and 0.177316 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=10.75 mas, bmaj=39.67 mas, bpa=3.158 degrees ! Estimated noise=0.775113 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208615 Jy ! Component: 100 - total flux cleaned = 0.00334321 Jy ! Component: 150 - total flux cleaned = 0.00437081 Jy ! Component: 200 - total flux cleaned = 0.00522742 Jy ! Total flux subtracted in 200 components = 0.00522742 Jy ! Clean residual min=-0.002955 max=0.002106 Jy/beam ! Clean residual mean=0.000005 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.182543 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.000778098 Jy ! Component: 100 - total flux cleaned = 0.0012189 Jy ! Component: 150 - total flux cleaned = 0.00164518 Jy ! Component: 200 - total flux cleaned = 0.00181359 Jy ! Total flux subtracted in 200 components = 0.00181359 Jy ! Clean residual min=-0.002581 max=0.001984 Jy/beam ! Clean residual mean=0.000019 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.184357 Jy ! Adding 150 model components to the UV plane model. ! The established model now contains 293 components and 0.184357 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=9.549 mas, bmaj=37.51 mas, bpa=2.121 degrees ! Estimated noise=0.781421 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000449109 Jy ! Component: 100 - total flux cleaned = 0.000689939 Jy ! Component: 150 - total flux cleaned = 0.000688004 Jy ! Component: 200 - total flux cleaned = 0.000688409 Jy ! Total flux subtracted in 200 components = 0.000688409 Jy ! Clean residual min=-0.002485 max=0.001999 Jy/beam ! Clean residual mean=0.000022 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.185045 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 330 components and 0.185045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109630Jy sigma=1.134537 ! Fit after self-cal, rms=0.109563Jy sigma=1.134453 wmodel J0859-3309_S_map.mod ! Writing 330 model components to file: J0859-3309_S_map.mod wobs J0859-3309_S_uvs.fits ! Writing UV FITS file: J0859-3309_S_uvs.fits wwins J0859-3309_S_map.win ! wwins: Wrote 2 windows to J0859-3309_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.000875707 Jy ! Component: 100 - total flux cleaned = -0.00116178 Jy ! Component: 150 - total flux cleaned = -0.00112968 Jy ! Component: 200 - total flux cleaned = -0.000978164 Jy ! Component: 250 - total flux cleaned = -0.00086317 Jy ! Component: 300 - total flux cleaned = -0.000754217 Jy ! Component: 350 - total flux cleaned = -0.000624738 Jy ! Component: 400 - total flux cleaned = -0.000550066 Jy ! Component: 450 - total flux cleaned = -0.000454142 Jy ! Component: 500 - total flux cleaned = -0.000316598 Jy ! Component: 550 - total flux cleaned = -0.000250202 Jy ! Component: 600 - total flux cleaned = -5.67302e-05 Jy ! Component: 650 - total flux cleaned = 5.52426e-06 Jy ! Component: 700 - total flux cleaned = 0.000107258 Jy ! Component: 750 - total flux cleaned = 0.000187422 Jy ! Component: 800 - total flux cleaned = 0.000265691 Jy ! Component: 850 - total flux cleaned = 0.000361487 Jy ! Component: 900 - total flux cleaned = 0.000361164 Jy ! Component: 950 - total flux cleaned = 0.000379452 Jy ! Component: 1000 - total flux cleaned = 0.000451602 Jy ! Component: 1050 - total flux cleaned = 0.000540245 Jy ! Component: 1100 - total flux cleaned = 0.000609765 Jy ! Component: 1150 - total flux cleaned = 0.000661093 Jy ! Component: 1200 - total flux cleaned = 0.000694979 Jy ! Component: 1250 - total flux cleaned = 0.000812299 Jy ! Component: 1300 - total flux cleaned = 0.000960683 Jy ! Component: 1350 - total flux cleaned = 0.00102569 Jy ! Component: 1400 - total flux cleaned = 0.00112218 Jy ! Component: 1450 - total flux cleaned = 0.00121733 Jy ! Component: 1500 - total flux cleaned = 0.00131143 Jy ! Component: 1550 - total flux cleaned = 0.00141972 Jy ! Component: 1600 - total flux cleaned = 0.00148122 Jy ! Component: 1650 - total flux cleaned = 0.00160226 Jy ! Component: 1700 - total flux cleaned = 0.0017365 Jy ! Component: 1750 - total flux cleaned = 0.00178071 Jy ! Component: 1800 - total flux cleaned = 0.00178091 Jy ! Component: 1850 - total flux cleaned = 0.00183907 Jy ! Component: 1900 - total flux cleaned = 0.00191097 Jy ! Component: 1950 - total flux cleaned = 0.00191107 Jy ! Component: 2000 - total flux cleaned = 0.00199599 Jy ! Component: 2050 - total flux cleaned = 0.00203799 Jy ! Component: 2100 - total flux cleaned = 0.00207966 Jy ! Component: 2150 - total flux cleaned = 0.00209328 Jy ! Component: 2200 - total flux cleaned = 0.00209337 Jy ! Component: 2250 - total flux cleaned = 0.00214775 Jy ! Component: 2300 - total flux cleaned = 0.00216137 Jy ! Component: 2350 - total flux cleaned = 0.00217482 Jy ! Component: 2400 - total flux cleaned = 0.00220144 Jy ! Component: 2450 - total flux cleaned = 0.00222784 Jy ! Component: 2500 - total flux cleaned = 0.0021884 Jy ! Component: 2550 - total flux cleaned = 0.0022146 Jy ! Component: 2600 - total flux cleaned = 0.0022665 Jy ! Component: 2650 - total flux cleaned = 0.00226635 Jy ! Component: 2700 - total flux cleaned = 0.00227915 Jy ! Component: 2750 - total flux cleaned = 0.00229192 Jy ! Component: 2800 - total flux cleaned = 0.00231719 Jy ! Component: 2850 - total flux cleaned = 0.00230456 Jy ! Component: 2900 - total flux cleaned = 0.00229203 Jy ! Component: 2950 - total flux cleaned = 0.00231714 Jy ! Component: 3000 - total flux cleaned = 0.00232943 Jy ! Component: 3050 - total flux cleaned = 0.00234173 Jy ! Component: 3100 - total flux cleaned = 0.00230476 Jy ! Component: 3150 - total flux cleaned = 0.00234152 Jy ! Component: 3200 - total flux cleaned = 0.00234145 Jy ! Component: 3250 - total flux cleaned = 0.00235357 Jy ! Component: 3300 - total flux cleaned = 0.00237779 Jy ! Component: 3350 - total flux cleaned = 0.0023657 Jy ! Component: 3400 - total flux cleaned = 0.00232961 Jy ! Component: 3450 - total flux cleaned = 0.00232964 Jy ! Component: 3500 - total flux cleaned = 0.00231765 Jy ! Component: 3550 - total flux cleaned = 0.00230564 Jy ! Component: 3600 - total flux cleaned = 0.0022818 Jy ! Component: 3650 - total flux cleaned = 0.00228172 Jy ! Component: 3700 - total flux cleaned = 0.00224616 Jy ! Component: 3750 - total flux cleaned = 0.00222257 Jy ! Component: 3800 - total flux cleaned = 0.00218712 Jy ! Component: 3850 - total flux cleaned = 0.00211644 Jy ! Component: 3900 - total flux cleaned = 0.00203398 Jy ! Component: 3950 - total flux cleaned = 0.00201044 Jy ! Component: 4000 - total flux cleaned = 0.00193976 Jy ! Component: 4050 - total flux cleaned = 0.00193976 Jy ! Total flux subtracted in 4096 components = 0.00188081 Jy ! Clean residual min=-0.000657 max=0.000642 Jy/beam ! Clean residual mean=0.000013 rms=0.000255 Jy/beam ! Combined flux in latest and established models = 0.186926 Jy keep ! Adding 390 model components to the UV plane model. ! The established model now contains 720 components and 0.186926 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0859-3309_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.549 x 37.51 at 2.121 degrees (North through East) ! Clean map min=-0.0024778 max=0.12921 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0859-3309_S_map.fits wmodel /vlbi/uf001/uva//J0859-3309_S_map.mod ! Writing 720 model components to file: /vlbi/uf001/uva//J0859-3309_S_map.mod wobs /vlbi/uf001/uva//J0859-3309_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0859-3309_S_uvs.fits wwins /vlbi/uf001/uva//J0859-3309_S_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J0859-3309_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.129209 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000250497 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.581609 0.581609 1.16322 2.32643 4.65287 9.30574 18.6115 37.2229 74.4459 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.129 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 515.81 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0859-3309_S_dfm.log closed on Mon Jan 14 00:12:10 2019