! Started logfile: /vlbi/uf001/uva//J0213+3652_S_dfm.log on Sun Jan 13 21:19: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//J0213+3652_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0213+3652_S_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975828 visibilities/baseline/integration-bin. ! Found source: J0213+3652 ! ! 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 7509 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 J0213+3652_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 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.026497Jy sigma=25.394101 ! Fit after self-cal, rms=0.814736Jy sigma=20.418547 ! 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.87 mas, bmaj=5.497 mas, bpa=-7.758 degrees ! Estimated noise=0.467159 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.141234 Jy ! Component: 100 - total flux cleaned = 0.172033 Jy ! Total flux subtracted in 100 components = 0.172033 Jy ! Clean residual min=-0.005490 max=0.008598 Jy/beam ! Clean residual mean=0.000002 rms=0.001666 Jy/beam ! Combined flux in latest and established models = 0.172033 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.172033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075495Jy sigma=1.497465 ! Fit after self-cal, rms=0.075487Jy sigma=1.497377 ! 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.468 mas, bmaj=6.297 mas, bpa=-6.429 degrees ! Estimated noise=0.33876 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.0107801 Jy ! Component: 100 - total flux cleaned = 0.0152856 Jy ! Component: 150 - total flux cleaned = 0.017708 Jy ! Component: 200 - total flux cleaned = 0.0191869 Jy ! Total flux subtracted in 200 components = 0.0191869 Jy ! Clean residual min=-0.005328 max=0.006122 Jy/beam ! Clean residual mean=0.000006 rms=0.001481 Jy/beam ! Combined flux in latest and established models = 0.191219 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.191219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073506Jy sigma=1.462781 ! Fit after self-cal, rms=0.073506Jy sigma=1.462654 ! 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.468 x 6.297 at -6.429 degrees (North through East) ! Clean map min=-0.0052188 max=0.18293 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.98 HN 1.02 KP 1.00 ! LA 0.95 MK 0.99 NL 1.04 OV 1.00 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.25 FD 0.97 HN 1.01 KP 1.01 ! LA 0.95 MK 0.95 NL 1.04 OV 0.93 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 0.99 HN 1.02 KP 1.03 ! LA 0.95 MK 0.99 NL 1.06 OV 0.99 ! PT 0.98 SC 0.99 ! ! ! Fit before self-cal, rms=0.073506Jy sigma=1.462654 ! Fit after self-cal, rms=0.084892Jy sigma=1.421800 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.441 mas, bmaj=6.341 mas, bpa=-6.564 degrees ! Estimated noise=0.342446 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.00205056 Jy ! Component: 100 - total flux cleaned = 0.00189819 Jy ! Component: 150 - total flux cleaned = 0.00178098 Jy ! Component: 200 - total flux cleaned = 0.00167269 Jy ! Total flux subtracted in 200 components = 0.00167269 Jy ! Clean residual min=-0.005285 max=0.004990 Jy/beam ! Clean residual mean=0.000009 rms=0.001339 Jy/beam ! Combined flux in latest and established models = 0.192892 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.192892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084490Jy sigma=1.420899 ! Fit after self-cal, rms=0.084520Jy sigma=1.420743 ! 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.084520Jy sigma=1.420743 ! Fit after self-cal, rms=0.080421Jy sigma=1.346942 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.44 mas, bmaj=6.281 mas, bpa=-6.653 degrees ! Estimated noise=0.346416 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017435 Jy ! Component: 100 - total flux cleaned = 0.00163959 Jy ! Component: 150 - total flux cleaned = 0.00168086 Jy ! Component: 200 - total flux cleaned = 0.00167947 Jy ! Total flux subtracted in 200 components = 0.00167947 Jy ! Clean residual min=-0.003038 max=0.002839 Jy/beam ! Clean residual mean=0.000004 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.194572 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.194572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080129Jy sigma=1.346508 ! Fit after self-cal, rms=0.080142Jy sigma=1.346297 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.34723e-05 Jy ! Component: 100 - total flux cleaned = 2.21404e-05 Jy ! Component: 150 - total flux cleaned = -1.26944e-06 Jy ! Component: 200 - total flux cleaned = -4.23879e-05 Jy ! Total flux subtracted in 200 components = -4.23879e-05 Jy ! Clean residual min=-0.003060 max=0.002731 Jy/beam ! Clean residual mean=0.000004 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.194529 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.194529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080089Jy sigma=1.346306 ! Fit after self-cal, rms=0.080088Jy sigma=1.346299 ! 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.080088Jy sigma=1.346299 ! Fit after self-cal, rms=0.057889Jy sigma=1.288176 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.448 mas, bmaj=6.281 mas, bpa=-6.85 degrees ! Estimated noise=0.346013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000156393 Jy ! Component: 100 - total flux cleaned = -0.000172945 Jy ! Component: 150 - total flux cleaned = -0.000186732 Jy ! Component: 200 - total flux cleaned = -0.000186715 Jy ! Total flux subtracted in 200 components = -0.000186715 Jy ! Clean residual min=-0.001783 max=0.001607 Jy/beam ! Clean residual mean=0.000001 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.194343 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.194343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057877Jy sigma=1.288021 ! Fit after self-cal, rms=0.057859Jy sigma=1.287774 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 = -7.76844e-05 Jy ! Component: 100 - total flux cleaned = -7.73468e-05 Jy ! Component: 150 - total flux cleaned = -6.82878e-05 Jy ! Component: 200 - total flux cleaned = -6.843e-05 Jy ! Total flux subtracted in 200 components = -6.843e-05 Jy ! Clean residual min=-0.001789 max=0.001616 Jy/beam ! Clean residual mean=0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.194274 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 58 components and 0.194274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057854Jy sigma=1.287725 ! Fit after self-cal, rms=0.057854Jy sigma=1.287723 ! 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.057854Jy sigma=1.287723 ! Fit after self-cal, rms=0.057785Jy sigma=1.287665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.411 mas, bmaj=9.678 mas, bpa=-3.769 degrees ! Estimated noise=0.432629 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000337942 Jy ! Component: 100 - total flux cleaned = 0.000322137 Jy ! Component: 150 - total flux cleaned = 0.000308812 Jy ! Component: 200 - total flux cleaned = 0.00029686 Jy ! Total flux subtracted in 200 components = 0.00029686 Jy ! Clean residual min=-0.001921 max=0.001777 Jy/beam ! Clean residual mean=0.000004 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.194571 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 75 components and 0.194571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057787Jy sigma=1.287785 ! Fit after self-cal, rms=0.057784Jy sigma=1.287706 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.000129423 Jy ! Component: 100 - total flux cleaned = 0.000119175 Jy ! Component: 150 - total flux cleaned = 0.000119315 Jy ! Component: 200 - total flux cleaned = 0.000119418 Jy ! Total flux subtracted in 200 components = 0.000119418 Jy ! Clean residual min=-0.001903 max=0.001791 Jy/beam ! Clean residual mean=0.000004 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.19469 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 83 components and 0.19469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057791Jy sigma=1.287870 ! Fit after self-cal, rms=0.057791Jy sigma=1.287847 ! 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.451 mas, bmaj=6.282 mas, bpa=-6.799 degrees ! Estimated noise=0.345808 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.451 x 6.282 at -6.799 degrees (North through East) ! Clean map min=-0.0016945 max=0.18712 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.849 mas, bmaj=5.468 mas, bpa=-8.168 degrees ! Estimated noise=0.480386 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.145214 Jy ! Component: 100 - total flux cleaned = 0.176881 Jy ! Component: 150 - total flux cleaned = 0.185175 Jy ! Component: 200 - total flux cleaned = 0.189225 Jy ! Total flux subtracted in 200 components = 0.189225 Jy ! Clean residual min=-0.002657 max=0.002658 Jy/beam ! Clean residual mean=0.000000 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.189225 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.189225 Jy ! Inverting map and beam ! Estimated beam: bmin=3.451 mas, bmaj=6.282 mas, bpa=-6.799 degrees ! Estimated noise=0.345808 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.0030696 Jy ! Component: 100 - total flux cleaned = 0.00388285 Jy ! Component: 150 - total flux cleaned = 0.00421038 Jy ! Component: 200 - total flux cleaned = 0.00446317 Jy ! Total flux subtracted in 200 components = 0.00446317 Jy ! Clean residual min=-0.001777 max=0.001700 Jy/beam ! Clean residual mean=0.000001 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.193688 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 33 components and 0.193688 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=7.411 mas, bmaj=9.678 mas, bpa=-3.769 degrees ! Estimated noise=0.432629 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000821224 Jy ! Component: 100 - total flux cleaned = 0.000892245 Jy ! Component: 150 - total flux cleaned = 0.000944765 Jy ! Component: 200 - total flux cleaned = 0.000975326 Jy ! Total flux subtracted in 200 components = 0.000975326 Jy ! Clean residual min=-0.001924 max=0.001791 Jy/beam ! Clean residual mean=0.000003 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.194664 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 = 1.70243e-05 Jy ! Component: 100 - total flux cleaned = 3.17806e-05 Jy ! Component: 150 - total flux cleaned = 3.80202e-05 Jy ! Component: 200 - total flux cleaned = 3.75137e-05 Jy ! Total flux subtracted in 200 components = 3.75137e-05 Jy ! Clean residual min=-0.001909 max=0.001789 Jy/beam ! Clean residual mean=0.000003 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.194701 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.194701 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.451 mas, bmaj=6.282 mas, bpa=-6.799 degrees ! Estimated noise=0.345808 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000470668 Jy ! Component: 100 - total flux cleaned = -0.000384201 Jy ! Component: 150 - total flux cleaned = -0.000347906 Jy ! Component: 200 - total flux cleaned = -0.000357859 Jy ! Total flux subtracted in 200 components = -0.000357859 Jy ! Clean residual min=-0.001759 max=0.001661 Jy/beam ! Clean residual mean=0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.194343 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.194343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057790Jy sigma=1.287772 ! Fit after self-cal, rms=0.057787Jy sigma=1.287738 wmodel J0213+3652_S_map.mod ! Writing 49 model components to file: J0213+3652_S_map.mod wobs J0213+3652_S_uvs.fits ! Writing UV FITS file: J0213+3652_S_uvs.fits wwins J0213+3652_S_map.win ! wwins: Wrote 1 windows to J0213+3652_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.000177851 Jy ! Component: 100 - total flux cleaned = 0.000122927 Jy ! Component: 150 - total flux cleaned = -1.26974e-05 Jy ! Component: 200 - total flux cleaned = -0.000248935 Jy ! Component: 250 - total flux cleaned = -0.000427086 Jy ! Component: 300 - total flux cleaned = -0.000698736 Jy ! Component: 350 - total flux cleaned = -0.000818953 Jy ! Component: 400 - total flux cleaned = -0.0010073 Jy ! Component: 450 - total flux cleaned = -0.00116842 Jy ! Component: 500 - total flux cleaned = -0.0013268 Jy ! Component: 550 - total flux cleaned = -0.00154821 Jy ! Component: 600 - total flux cleaned = -0.0016781 Jy ! Component: 650 - total flux cleaned = -0.00180622 Jy ! Component: 700 - total flux cleaned = -0.00191142 Jy ! Component: 750 - total flux cleaned = -0.00197328 Jy ! Component: 800 - total flux cleaned = -0.00203416 Jy ! Component: 850 - total flux cleaned = -0.00209426 Jy ! Component: 900 - total flux cleaned = -0.00209443 Jy ! Component: 950 - total flux cleaned = -0.00211448 Jy ! Component: 1000 - total flux cleaned = -0.00215299 Jy ! Component: 1050 - total flux cleaned = -0.00213415 Jy ! Component: 1100 - total flux cleaned = -0.00213425 Jy ! Component: 1150 - total flux cleaned = -0.00217118 Jy ! Component: 1200 - total flux cleaned = -0.00213454 Jy ! Component: 1250 - total flux cleaned = -0.00213471 Jy ! Component: 1300 - total flux cleaned = -0.00215259 Jy ! Component: 1350 - total flux cleaned = -0.00213494 Jy ! Component: 1400 - total flux cleaned = -0.0021004 Jy ! Component: 1450 - total flux cleaned = -0.00211788 Jy ! Component: 1500 - total flux cleaned = -0.00211797 Jy ! Component: 1550 - total flux cleaned = -0.00220192 Jy ! Component: 1600 - total flux cleaned = -0.00220204 Jy ! Component: 1650 - total flux cleaned = -0.00225134 Jy ! Component: 1700 - total flux cleaned = -0.00223522 Jy ! Component: 1750 - total flux cleaned = -0.00233184 Jy ! Component: 1800 - total flux cleaned = -0.00228409 Jy ! Component: 1850 - total flux cleaned = -0.00226818 Jy ! Component: 1900 - total flux cleaned = -0.00228385 Jy ! Component: 1950 - total flux cleaned = -0.00225286 Jy ! Component: 2000 - total flux cleaned = -0.00232898 Jy ! Component: 2050 - total flux cleaned = -0.00229861 Jy ! Component: 2100 - total flux cleaned = -0.00232845 Jy ! Component: 2150 - total flux cleaned = -0.00228405 Jy ! Component: 2200 - total flux cleaned = -0.00234281 Jy ! Component: 2250 - total flux cleaned = -0.00238652 Jy ! Component: 2300 - total flux cleaned = -0.00234314 Jy ! Component: 2350 - total flux cleaned = -0.00238615 Jy ! Component: 2400 - total flux cleaned = -0.00242871 Jy ! Component: 2450 - total flux cleaned = -0.00244272 Jy ! Component: 2500 - total flux cleaned = -0.00245657 Jy ! Component: 2550 - total flux cleaned = -0.00247039 Jy ! Component: 2600 - total flux cleaned = -0.0024018 Jy ! Component: 2650 - total flux cleaned = -0.00244249 Jy ! Component: 2700 - total flux cleaned = -0.00244268 Jy ! Component: 2750 - total flux cleaned = -0.00237581 Jy ! Component: 2800 - total flux cleaned = -0.00240238 Jy ! Component: 2850 - total flux cleaned = -0.00238933 Jy ! Component: 2900 - total flux cleaned = -0.00237622 Jy ! Component: 2950 - total flux cleaned = -0.00237613 Jy ! Component: 3000 - total flux cleaned = -0.00238901 Jy ! Component: 3050 - total flux cleaned = -0.00238887 Jy ! Component: 3100 - total flux cleaned = -0.00231289 Jy ! Component: 3150 - total flux cleaned = -0.00241352 Jy ! Component: 3200 - total flux cleaned = -0.00237598 Jy ! Component: 3250 - total flux cleaned = -0.00233865 Jy ! Component: 3300 - total flux cleaned = -0.00233874 Jy ! Component: 3350 - total flux cleaned = -0.00235085 Jy ! Component: 3400 - total flux cleaned = -0.00239927 Jy ! Component: 3450 - total flux cleaned = -0.00237524 Jy ! Component: 3500 - total flux cleaned = -0.0023752 Jy ! Component: 3550 - total flux cleaned = -0.00236324 Jy ! Component: 3600 - total flux cleaned = -0.0023868 Jy ! Component: 3650 - total flux cleaned = -0.00231634 Jy ! Component: 3700 - total flux cleaned = -0.0023514 Jy ! Component: 3750 - total flux cleaned = -0.00237463 Jy ! Component: 3800 - total flux cleaned = -0.00239751 Jy ! Component: 3850 - total flux cleaned = -0.00240904 Jy ! Component: 3900 - total flux cleaned = -0.00244311 Jy ! Component: 3950 - total flux cleaned = -0.00246561 Jy ! Component: 4000 - total flux cleaned = -0.00249932 Jy ! Component: 4050 - total flux cleaned = -0.00248807 Jy ! Total flux subtracted in 4096 components = -0.00254363 Jy ! Clean residual min=-0.000673 max=0.000644 Jy/beam ! Clean residual mean=0.000000 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.1918 Jy keep ! Adding 314 model components to the UV plane model. ! The established model now contains 363 components and 0.1918 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0213+3652_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.451 x 6.282 at -6.799 degrees (North through East) ! Clean map min=-0.0016283 max=0.18724 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0213+3652_S_map.fits wmodel /vlbi/uf001/uva//J0213+3652_S_map.mod ! Writing 363 model components to file: /vlbi/uf001/uva//J0213+3652_S_map.mod wobs /vlbi/uf001/uva//J0213+3652_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0213+3652_S_uvs.fits wwins /vlbi/uf001/uva//J0213+3652_S_map.win ! wwins: Wrote 2 windows to /vlbi/uf001/uva//J0213+3652_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.187238 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000207725 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.332824 0.332824 0.665649 1.3313 2.6626 5.32519 10.6504 21.3008 42.6015 85.2031 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.187 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 901.376 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0213+3652_S_dfm.log closed on Sun Jan 13 21:19:37 2019