! Started logfile: /vlbi/uf001/uva//J1001-4438_S_dfm.log on Mon Jan 14 00:42:32 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//J1001-4438_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1001-4438_S_uva.fits ! AN table 1: 39 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.984615 visibilities/baseline/integration-bin. ! Found source: J1001-4438 ! ! 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 1728 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 J1001-4438_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.043909Jy sigma=14.286081 ! Fit after self-cal, rms=0.803181Jy sigma=11.036946 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.535 mas, bmaj=41.81 mas, bpa=-25.15 degrees ! Estimated noise=2.20722 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.126975 Jy ! Component: 100 - total flux cleaned = 0.19535 Jy ! Total flux subtracted in 100 components = 0.19535 Jy ! Clean residual min=-0.017814 max=0.033852 Jy/beam ! Clean residual mean=-0.000686 rms=0.007453 Jy/beam ! Combined flux in latest and established models = 0.19535 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.19535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.120414Jy sigma=1.599133 ! Fit after self-cal, rms=0.119401Jy sigma=1.587122 ! 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.408 mas, bmaj=36.06 mas, bpa=-24.92 degrees ! Estimated noise=1.31213 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.0583573 Jy ! Component: 100 - total flux cleaned = 0.084751 Jy ! Component: 150 - total flux cleaned = 0.101423 Jy ! Component: 200 - total flux cleaned = 0.11247 Jy ! Total flux subtracted in 200 components = 0.11247 Jy ! Clean residual min=-0.012106 max=0.008602 Jy/beam ! Clean residual mean=-0.000201 rms=0.003795 Jy/beam ! Combined flux in latest and established models = 0.307821 Jy ! Performing phase self-cal ! Adding 106 model components to the UV plane model. ! The established model now contains 113 components and 0.307821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087817Jy sigma=1.180903 ! Fit after self-cal, rms=0.087569Jy sigma=1.178856 ! 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.408 x 36.06 at -24.92 degrees (North through East) ! Clean map min=-0.01125 max=0.19716 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 1.00 LA 0.86 MK 1.10 ! OV 1.05 PT 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.96 LA 0.89 MK 0.88 ! OV 1.04 PT 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 0.97 LA 0.89 MK 0.95 ! OV 1.03 PT 1.09 ! ! ! Fit before self-cal, rms=0.087569Jy sigma=1.178856 ! Fit after self-cal, rms=0.082962Jy sigma=1.145037 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.382 mas, bmaj=36.74 mas, bpa=-24.93 degrees ! Estimated noise=1.27177 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.00150829 Jy ! Component: 100 - total flux cleaned = 0.00236073 Jy ! Component: 150 - total flux cleaned = 0.0028227 Jy ! Component: 200 - total flux cleaned = 0.00315993 Jy ! Total flux subtracted in 200 components = 0.00315993 Jy ! Clean residual min=-0.003266 max=0.002976 Jy/beam ! Clean residual mean=0.000035 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.310981 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 143 components and 0.310981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082708Jy sigma=1.141391 ! Fit after self-cal, rms=0.082728Jy sigma=1.140550 ! 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.082728Jy sigma=1.140550 ! Fit after self-cal, rms=0.082328Jy sigma=1.140393 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.371 mas, bmaj=36.69 mas, bpa=-24.94 degrees ! Estimated noise=1.26597 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000990841 Jy ! Component: 100 - total flux cleaned = 0.00138873 Jy ! Component: 150 - total flux cleaned = 0.0016178 Jy ! Component: 200 - total flux cleaned = 0.00166993 Jy ! Total flux subtracted in 200 components = 0.00166993 Jy ! Clean residual min=-0.003097 max=0.002471 Jy/beam ! Clean residual mean=0.000033 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.312651 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 157 components and 0.312651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082287Jy sigma=1.139779 ! Fit after self-cal, rms=0.082269Jy sigma=1.139686 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 = 2.6678e-05 Jy ! Component: 100 - total flux cleaned = 7.50099e-05 Jy ! Component: 150 - total flux cleaned = 1.98964e-05 Jy ! Component: 200 - total flux cleaned = -2.91434e-05 Jy ! Total flux subtracted in 200 components = -2.91434e-05 Jy ! Clean residual min=-0.003011 max=0.002383 Jy/beam ! Clean residual mean=0.000032 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.312622 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 167 components and 0.312622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082257Jy sigma=1.139553 ! Fit after self-cal, rms=0.082251Jy sigma=1.139531 ! 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.082251Jy sigma=1.139531 ! Fit after self-cal, rms=0.082141Jy sigma=1.139487 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.37 mas, bmaj=36.65 mas, bpa=-24.94 degrees ! Estimated noise=1.26465 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00065275 Jy ! Component: 100 - total flux cleaned = 0.000868816 Jy ! Component: 150 - total flux cleaned = 0.000884443 Jy ! Component: 200 - total flux cleaned = 0.000897815 Jy ! Total flux subtracted in 200 components = 0.000897815 Jy ! Clean residual min=-0.003013 max=0.002287 Jy/beam ! Clean residual mean=0.000031 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.313519 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 192 components and 0.313519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082135Jy sigma=1.139382 ! Fit after self-cal, rms=0.082131Jy sigma=1.139371 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 = 2.63098e-05 Jy ! Component: 100 - total flux cleaned = 5.1743e-05 Jy ! Component: 150 - total flux cleaned = 2.919e-05 Jy ! Component: 200 - total flux cleaned = -2.58017e-06 Jy ! Total flux subtracted in 200 components = -2.58017e-06 Jy ! Clean residual min=-0.002992 max=0.002315 Jy/beam ! Clean residual mean=0.000031 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.313517 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 211 components and 0.313517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082127Jy sigma=1.139339 ! Fit after self-cal, rms=0.082127Jy sigma=1.139334 ! 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.082127Jy sigma=1.139334 ! Fit after self-cal, rms=0.082030Jy sigma=1.139319 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.17 mas, bmaj=45.58 mas, bpa=-12.33 degrees ! Estimated noise=1.58151 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000373809 Jy ! Component: 100 - total flux cleaned = 0.000470176 Jy ! Component: 150 - total flux cleaned = 0.00048973 Jy ! Component: 200 - total flux cleaned = 0.000508022 Jy ! Total flux subtracted in 200 components = 0.000508022 Jy ! Clean residual min=-0.002716 max=0.002526 Jy/beam ! Clean residual mean=0.000048 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.314025 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 237 components and 0.314025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082029Jy sigma=1.139285 ! Fit after self-cal, rms=0.082029Jy sigma=1.139282 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.96139e-05 Jy ! Component: 100 - total flux cleaned = 5.73333e-05 Jy ! Component: 150 - total flux cleaned = 6.61568e-05 Jy ! Component: 200 - total flux cleaned = 5.00464e-05 Jy ! Total flux subtracted in 200 components = 5.00464e-05 Jy ! Clean residual min=-0.002675 max=0.002554 Jy/beam ! Clean residual mean=0.000049 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.314075 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 262 components and 0.314075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082027Jy sigma=1.139276 ! Fit after self-cal, rms=0.082027Jy sigma=1.139274 ! 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.369 mas, bmaj=36.63 mas, bpa=-24.94 degrees ! Estimated noise=1.26319 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.369 x 36.63 at -24.94 degrees (North through East) ! Clean map min=-0.0054939 max=0.1908 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.522 mas, bmaj=42.43 mas, bpa=-25.16 degrees ! Estimated noise=2.1224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.122978 Jy ! Component: 100 - total flux cleaned = 0.190401 Jy ! Component: 150 - total flux cleaned = 0.229519 Jy ! Component: 200 - total flux cleaned = 0.252498 Jy ! Total flux subtracted in 200 components = 0.252498 Jy ! Clean residual min=-0.009325 max=0.011681 Jy/beam ! Clean residual mean=-0.000297 rms=0.003715 Jy/beam ! Combined flux in latest and established models = 0.252498 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.252498 Jy ! Inverting map and beam ! Estimated beam: bmin=3.369 mas, bmaj=36.63 mas, bpa=-24.94 degrees ! Estimated noise=1.26319 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.0225473 Jy ! Component: 100 - total flux cleaned = 0.0358725 Jy ! Component: 150 - total flux cleaned = 0.0446513 Jy ! Component: 200 - total flux cleaned = 0.0505182 Jy ! Total flux subtracted in 200 components = 0.0505182 Jy ! Clean residual min=-0.004605 max=0.003335 Jy/beam ! Clean residual mean=-0.000069 rms=0.001375 Jy/beam ! Combined flux in latest and established models = 0.303016 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 104 components and 0.303017 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=11.17 mas, bmaj=45.58 mas, bpa=-12.33 degrees ! Estimated noise=1.58151 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00536265 Jy ! Component: 100 - total flux cleaned = 0.00737729 Jy ! Component: 150 - total flux cleaned = 0.00857424 Jy ! Component: 200 - total flux cleaned = 0.00943737 Jy ! Total flux subtracted in 200 components = 0.00943737 Jy ! Clean residual min=-0.003725 max=0.002468 Jy/beam ! Clean residual mean=0.000022 rms=0.001130 Jy/beam ! Combined flux in latest and established models = 0.312454 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.000633277 Jy ! Component: 100 - total flux cleaned = 0.000827083 Jy ! Component: 150 - total flux cleaned = 0.000958649 Jy ! Component: 200 - total flux cleaned = 0.00104357 Jy ! Total flux subtracted in 200 components = 0.00104357 Jy ! Clean residual min=-0.003369 max=0.002369 Jy/beam ! Clean residual mean=0.000038 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.313497 Jy ! Adding 88 model components to the UV plane model. ! The established model now contains 191 components and 0.313497 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.369 mas, bmaj=36.63 mas, bpa=-24.94 degrees ! Estimated noise=1.26319 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.78273e-05 Jy ! Component: 100 - total flux cleaned = 6.95918e-05 Jy ! Component: 150 - total flux cleaned = 4.82329e-06 Jy ! Component: 200 - total flux cleaned = -2.22047e-05 Jy ! Total flux subtracted in 200 components = -2.22047e-05 Jy ! Clean residual min=-0.003479 max=0.002448 Jy/beam ! Clean residual mean=0.000025 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.313475 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 211 components and 0.313475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082062Jy sigma=1.139720 ! Fit after self-cal, rms=0.082041Jy sigma=1.139614 wmodel J1001-4438_S_map.mod ! Writing 211 model components to file: J1001-4438_S_map.mod wobs J1001-4438_S_uvs.fits ! Writing UV FITS file: J1001-4438_S_uvs.fits wwins J1001-4438_S_map.win ! wwins: Wrote 1 windows to J1001-4438_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.00136403 Jy ! Component: 100 - total flux cleaned = -0.00202796 Jy ! Component: 150 - total flux cleaned = -0.00257552 Jy ! Component: 200 - total flux cleaned = -0.00290864 Jy ! Component: 250 - total flux cleaned = -0.0031569 Jy ! Component: 300 - total flux cleaned = -0.00341656 Jy ! Component: 350 - total flux cleaned = -0.0035268 Jy ! Component: 400 - total flux cleaned = -0.00358018 Jy ! Component: 450 - total flux cleaned = -0.00357998 Jy ! Component: 500 - total flux cleaned = -0.0035307 Jy ! Component: 550 - total flux cleaned = -0.00350668 Jy ! Component: 600 - total flux cleaned = -0.00341415 Jy ! Component: 650 - total flux cleaned = -0.00332342 Jy ! Component: 700 - total flux cleaned = -0.00325678 Jy ! Component: 750 - total flux cleaned = -0.0031915 Jy ! Component: 800 - total flux cleaned = -0.00319139 Jy ! Component: 850 - total flux cleaned = -0.00314897 Jy ! Component: 900 - total flux cleaned = -0.00302387 Jy ! Component: 950 - total flux cleaned = -0.00294132 Jy ! Component: 1000 - total flux cleaned = -0.0028391 Jy ! Component: 1050 - total flux cleaned = -0.00281901 Jy ! Component: 1100 - total flux cleaned = -0.0027788 Jy ! Component: 1150 - total flux cleaned = -0.00273884 Jy ! Component: 1200 - total flux cleaned = -0.00269905 Jy ! Component: 1250 - total flux cleaned = -0.00265946 Jy ! Component: 1300 - total flux cleaned = -0.0026595 Jy ! Component: 1350 - total flux cleaned = -0.0026203 Jy ! Component: 1400 - total flux cleaned = -0.00258115 Jy ! Component: 1450 - total flux cleaned = -0.00256178 Jy ! Component: 1500 - total flux cleaned = -0.00260059 Jy ! Component: 1550 - total flux cleaned = -0.00261995 Jy ! Component: 1600 - total flux cleaned = -0.00263911 Jy ! Component: 1650 - total flux cleaned = -0.00265837 Jy ! Component: 1700 - total flux cleaned = -0.00269697 Jy ! Component: 1750 - total flux cleaned = -0.00273548 Jy ! Component: 1800 - total flux cleaned = -0.00281272 Jy ! Component: 1850 - total flux cleaned = -0.00290949 Jy ! Component: 1900 - total flux cleaned = -0.00296763 Jy ! Component: 1950 - total flux cleaned = -0.00302597 Jy ! Component: 2000 - total flux cleaned = -0.00304558 Jy ! Component: 2050 - total flux cleaned = -0.00304577 Jy ! Component: 2100 - total flux cleaned = -0.00308505 Jy ! Component: 2150 - total flux cleaned = -0.00306553 Jy ! Component: 2200 - total flux cleaned = -0.00304582 Jy ! Component: 2250 - total flux cleaned = -0.00306554 Jy ! Component: 2300 - total flux cleaned = -0.00308554 Jy ! Component: 2350 - total flux cleaned = -0.00308563 Jy ! Component: 2400 - total flux cleaned = -0.00310586 Jy ! Component: 2450 - total flux cleaned = -0.00310581 Jy ! Component: 2500 - total flux cleaned = -0.00312654 Jy ! Component: 2550 - total flux cleaned = -0.00306465 Jy ! Component: 2600 - total flux cleaned = -0.00302329 Jy ! Component: 2650 - total flux cleaned = -0.0030443 Jy ! Component: 2700 - total flux cleaned = -0.00300219 Jy ! Component: 2750 - total flux cleaned = -0.00293838 Jy ! Component: 2800 - total flux cleaned = -0.00291674 Jy ! Component: 2850 - total flux cleaned = -0.00283038 Jy ! Component: 2900 - total flux cleaned = -0.00287413 Jy ! Component: 2950 - total flux cleaned = -0.00287463 Jy ! Component: 3000 - total flux cleaned = -0.00287464 Jy ! Component: 3050 - total flux cleaned = -0.00287482 Jy ! Component: 3100 - total flux cleaned = -0.00292048 Jy ! Component: 3150 - total flux cleaned = -0.00298964 Jy ! Component: 3200 - total flux cleaned = -0.00308324 Jy ! Component: 3250 - total flux cleaned = -0.00313072 Jy ! Component: 3300 - total flux cleaned = -0.00315454 Jy ! Component: 3350 - total flux cleaned = -0.003203 Jy ! Component: 3400 - total flux cleaned = -0.00325268 Jy ! Component: 3450 - total flux cleaned = -0.00325259 Jy ! Component: 3500 - total flux cleaned = -0.00330354 Jy ! Component: 3550 - total flux cleaned = -0.00332947 Jy ! Component: 3600 - total flux cleaned = -0.00340813 Jy ! Component: 3650 - total flux cleaned = -0.0034348 Jy ! Component: 3700 - total flux cleaned = -0.00351641 Jy ! Component: 3750 - total flux cleaned = -0.00359933 Jy ! Component: 3800 - total flux cleaned = -0.00368386 Jy ! Component: 3850 - total flux cleaned = -0.00374081 Jy ! Component: 3900 - total flux cleaned = -0.00385652 Jy ! Component: 3950 - total flux cleaned = -0.00394529 Jy ! Component: 4000 - total flux cleaned = -0.0040352 Jy ! Component: 4050 - total flux cleaned = -0.0040964 Jy ! Total flux subtracted in 4096 components = -0.00415794 Jy ! Clean residual min=-0.001764 max=0.001954 Jy/beam ! Clean residual mean=0.000040 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.309317 Jy keep ! Adding 190 model components to the UV plane model. ! The established model now contains 401 components and 0.309317 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1001-4438_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.369 x 36.63 at -24.94 degrees (North through East) ! Clean map min=-0.002927 max=0.17812 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1001-4438_S_map.fits wmodel /vlbi/uf001/uva//J1001-4438_S_map.mod ! Writing 401 model components to file: /vlbi/uf001/uva//J1001-4438_S_map.mod wobs /vlbi/uf001/uva//J1001-4438_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1001-4438_S_uvs.fits wwins /vlbi/uf001/uva//J1001-4438_S_map.win ! wwins: Wrote 2 windows to /vlbi/uf001/uva//J1001-4438_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.178116 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000564276 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.950409 0.950409 1.90082 3.80164 7.60327 15.2065 30.4131 60.8262 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.178 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 315.653 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1001-4438_S_dfm.log closed on Mon Jan 14 00:42:36 2019