! Started logfile: /vlbi/uf001/uva//J0343-2530_S_dfm.log on Sun Jan 13 21:53:57 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//J0343-2530_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0343-2530_S_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.987739 visibilities/baseline/integration-bin. ! Found source: J0343-2530 ! ! 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 7734 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 J0343-2530_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.024307Jy sigma=15.755705 ! Fit after self-cal, rms=0.825925Jy sigma=12.643769 ! 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.534 mas, bmaj=6.768 mas, bpa=-7.242 degrees ! Estimated noise=0.882819 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.13687 Jy ! Component: 100 - total flux cleaned = 0.171481 Jy ! Total flux subtracted in 100 components = 0.171481 Jy ! Clean residual min=-0.010043 max=0.016952 Jy/beam ! Clean residual mean=-0.000031 rms=0.002893 Jy/beam ! Combined flux in latest and established models = 0.171481 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.171481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096021Jy sigma=1.477881 ! Fit after self-cal, rms=0.095834Jy sigma=1.474793 ! 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.079 mas, bmaj=7.875 mas, bpa=-5.824 degrees ! Estimated noise=0.540449 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.0141262 Jy ! Component: 100 - total flux cleaned = 0.020811 Jy ! Component: 150 - total flux cleaned = 0.0245318 Jy ! Component: 200 - total flux cleaned = 0.0264741 Jy ! Total flux subtracted in 200 components = 0.0264741 Jy ! Clean residual min=-0.009169 max=0.013201 Jy/beam ! Clean residual mean=-0.000040 rms=0.002928 Jy/beam ! Combined flux in latest and established models = 0.197955 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 21 components and 0.197955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093916Jy sigma=1.444605 ! Fit after self-cal, rms=0.093911Jy sigma=1.444384 ! 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.079 x 7.875 at -5.824 degrees (North through East) ! Clean map min=-0.0092079 max=0.17233 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.24 HN 1.10 KP 0.97 ! LA 0.85 MK 0.97 NL 1.11 OV 0.95 ! PT 0.95 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.20 HN 1.10 KP 1.00 ! LA 0.85 MK 0.97 NL 1.08 OV 0.89 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.23 HN 1.13 KP 0.94 ! LA 0.88 MK 0.99 NL 1.02 OV 0.92 ! PT 0.95 SC 0.98 ! ! ! Fit before self-cal, rms=0.093911Jy sigma=1.444384 ! Fit after self-cal, rms=0.095866Jy sigma=1.396240 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.08 mas, bmaj=7.823 mas, bpa=-5.694 degrees ! Estimated noise=0.538528 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.000588005 Jy ! Component: 100 - total flux cleaned = -0.000869284 Jy ! Component: 150 - total flux cleaned = -0.00105388 Jy ! Component: 200 - total flux cleaned = -0.00110985 Jy ! Total flux subtracted in 200 components = -0.00110985 Jy ! Clean residual min=-0.010221 max=0.008956 Jy/beam ! Clean residual mean=-0.000019 rms=0.002562 Jy/beam ! Combined flux in latest and established models = 0.196846 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 28 components and 0.196846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.095771Jy sigma=1.394862 ! Fit after self-cal, rms=0.095860Jy sigma=1.394084 ! 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.095860Jy sigma=1.394084 ! Fit after self-cal, rms=0.105081Jy sigma=1.300258 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.069 mas, bmaj=7.817 mas, bpa=-5.621 degrees ! Estimated noise=0.545045 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00253522 Jy ! Component: 100 - total flux cleaned = 0.00293608 Jy ! Component: 150 - total flux cleaned = 0.0030411 Jy ! Component: 200 - total flux cleaned = 0.00301341 Jy ! Total flux subtracted in 200 components = 0.00301341 Jy ! Clean residual min=-0.004304 max=0.004855 Jy/beam ! Clean residual mean=0.000002 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.199859 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.199859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105037Jy sigma=1.298746 ! Fit after self-cal, rms=0.105227Jy sigma=1.297904 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 (-7, -20.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00479321 Jy ! Component: 100 - total flux cleaned = 0.00735698 Jy ! Component: 150 - total flux cleaned = 0.00847836 Jy ! Component: 200 - total flux cleaned = 0.00875411 Jy ! Total flux subtracted in 200 components = 0.00875411 Jy ! Clean residual min=-0.004770 max=0.003767 Jy/beam ! Clean residual mean=0.000014 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.208613 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 71 components and 0.208613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105031Jy sigma=1.293039 ! Fit after self-cal, rms=0.105011Jy sigma=1.292625 ! 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.105011Jy sigma=1.292625 ! Fit after self-cal, rms=0.108954Jy sigma=1.287152 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.06 mas, bmaj=7.799 mas, bpa=-5.619 degrees ! Estimated noise=0.544743 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186065 Jy ! Component: 100 - total flux cleaned = 0.00226564 Jy ! Component: 150 - total flux cleaned = 0.00249108 Jy ! Component: 200 - total flux cleaned = 0.0025721 Jy ! Total flux subtracted in 200 components = 0.0025721 Jy ! Clean residual min=-0.003233 max=0.003694 Jy/beam ! Clean residual mean=0.000014 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.211185 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 89 components and 0.211185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108917Jy sigma=1.286439 ! Fit after self-cal, rms=0.108943Jy sigma=1.286274 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 (-18, -47.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00335979 Jy ! Component: 100 - total flux cleaned = 0.00508501 Jy ! Component: 150 - total flux cleaned = 0.00619708 Jy ! Component: 200 - total flux cleaned = 0.00689951 Jy ! Total flux subtracted in 200 components = 0.00689951 Jy ! Clean residual min=-0.002820 max=0.002820 Jy/beam ! Clean residual mean=0.000021 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.218085 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 113 components and 0.218085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108827Jy sigma=1.284297 ! Fit after self-cal, rms=0.108810Jy sigma=1.284207 ! 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.108810Jy sigma=1.284207 ! Fit after self-cal, rms=0.108676Jy sigma=1.284074 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.577 mas, bmaj=17.38 mas, bpa=-0.2087 degrees ! Estimated noise=0.707694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128462 Jy ! Component: 100 - total flux cleaned = 0.00151927 Jy ! Component: 150 - total flux cleaned = 0.00165059 Jy ! Component: 200 - total flux cleaned = 0.0016726 Jy ! Total flux subtracted in 200 components = 0.0016726 Jy ! Clean residual min=-0.003299 max=0.003626 Jy/beam ! Clean residual mean=0.000046 rms=0.001016 Jy/beam ! Combined flux in latest and established models = 0.219757 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 132 components and 0.219757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108666Jy sigma=1.283988 ! Fit after self-cal, rms=0.108660Jy sigma=1.283938 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.000117243 Jy ! Component: 100 - total flux cleaned = 0.000139175 Jy ! Component: 150 - total flux cleaned = 0.000158709 Jy ! Component: 200 - total flux cleaned = 0.000176415 Jy ! Total flux subtracted in 200 components = 0.000176415 Jy ! Clean residual min=-0.003249 max=0.003634 Jy/beam ! Clean residual mean=0.000047 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.219934 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 148 components and 0.219934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108657Jy sigma=1.283918 ! Fit after self-cal, rms=0.108656Jy sigma=1.283904 ! 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.06 mas, bmaj=7.79 mas, bpa=-5.563 degrees ! Estimated noise=0.54407 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.06 x 7.79 at -5.563 degrees (North through East) ! Clean map min=-0.0026058 max=0.17462 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.515 mas, bmaj=6.688 mas, bpa=-6.911 degrees ! Estimated noise=0.883956 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.137053 Jy ! Component: 100 - total flux cleaned = 0.172187 Jy ! Component: 150 - total flux cleaned = 0.185797 Jy ! Component: 200 - total flux cleaned = 0.192889 Jy ! Total flux subtracted in 200 components = 0.192889 Jy ! Clean residual min=-0.005311 max=0.005435 Jy/beam ! Clean residual mean=0.000018 rms=0.001276 Jy/beam ! Combined flux in latest and established models = 0.192889 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.192889 Jy ! Inverting map and beam ! Estimated beam: bmin=3.06 mas, bmaj=7.79 mas, bpa=-5.563 degrees ! Estimated noise=0.54407 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-1, -12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00638503 Jy ! Component: 100 - total flux cleaned = 0.0107603 Jy ! Component: 150 - total flux cleaned = 0.0140497 Jy ! Component: 200 - total flux cleaned = 0.0166522 Jy ! Total flux subtracted in 200 components = 0.0166522 Jy ! Clean residual min=-0.003434 max=0.002665 Jy/beam ! Clean residual mean=0.000012 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.209541 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 84 components and 0.209541 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.577 mas, bmaj=17.38 mas, bpa=-0.2087 degrees ! Estimated noise=0.707694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00332952 Jy ! Component: 100 - total flux cleaned = 0.00538539 Jy ! Component: 150 - total flux cleaned = 0.00680861 Jy ! Component: 200 - total flux cleaned = 0.00774479 Jy ! Total flux subtracted in 200 components = 0.00774479 Jy ! Clean residual min=-0.003516 max=0.003605 Jy/beam ! Clean residual mean=0.000042 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.217286 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.000410751 Jy ! Component: 100 - total flux cleaned = 0.000677224 Jy ! Component: 150 - total flux cleaned = 0.000860079 Jy ! Component: 200 - total flux cleaned = 0.00102439 Jy ! Total flux subtracted in 200 components = 0.00102439 Jy ! Clean residual min=-0.003413 max=0.003646 Jy/beam ! Clean residual mean=0.000045 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.21831 Jy ! Adding 112 model components to the UV plane model. ! The established model now contains 191 components and 0.21831 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.06 mas, bmaj=7.79 mas, bpa=-5.563 degrees ! Estimated noise=0.54407 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.82672e-05 Jy ! Component: 100 - total flux cleaned = 0.000102096 Jy ! Component: 150 - total flux cleaned = 0.000141603 Jy ! Component: 200 - total flux cleaned = 0.000211706 Jy ! Total flux subtracted in 200 components = 0.000211706 Jy ! Clean residual min=-0.002872 max=0.002794 Jy/beam ! Clean residual mean=0.000021 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.218522 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 207 components and 0.218522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108645Jy sigma=1.283739 ! Fit after self-cal, rms=0.108633Jy sigma=1.283628 wmodel J0343-2530_S_map.mod ! Writing 207 model components to file: J0343-2530_S_map.mod wobs J0343-2530_S_uvs.fits ! Writing UV FITS file: J0343-2530_S_uvs.fits wwins J0343-2530_S_map.win ! wwins: Wrote 4 windows to J0343-2530_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.000378537 Jy ! Component: 100 - total flux cleaned = -0.000290884 Jy ! Component: 150 - total flux cleaned = 5.2696e-05 Jy ! Component: 200 - total flux cleaned = 0.000339935 Jy ! Component: 250 - total flux cleaned = 0.00057747 Jy ! Component: 300 - total flux cleaned = 0.00080681 Jy ! Component: 350 - total flux cleaned = 0.000953989 Jy ! Component: 400 - total flux cleaned = 0.00127474 Jy ! Component: 450 - total flux cleaned = 0.00148164 Jy ! Component: 500 - total flux cleaned = 0.00171788 Jy ! Component: 550 - total flux cleaned = 0.00191509 Jy ! Component: 600 - total flux cleaned = 0.0022335 Jy ! Component: 650 - total flux cleaned = 0.00235712 Jy ! Component: 700 - total flux cleaned = 0.00238748 Jy ! Component: 750 - total flux cleaned = 0.00253623 Jy ! Component: 800 - total flux cleaned = 0.00262366 Jy ! Component: 850 - total flux cleaned = 0.00273754 Jy ! Component: 900 - total flux cleaned = 0.00284915 Jy ! Component: 950 - total flux cleaned = 0.002849 Jy ! Component: 1000 - total flux cleaned = 0.00295681 Jy ! Component: 1050 - total flux cleaned = 0.0030358 Jy ! Component: 1100 - total flux cleaned = 0.00311374 Jy ! Component: 1150 - total flux cleaned = 0.00319013 Jy ! Component: 1200 - total flux cleaned = 0.00321522 Jy ! Component: 1250 - total flux cleaned = 0.00326461 Jy ! Component: 1300 - total flux cleaned = 0.00336254 Jy ! Component: 1350 - total flux cleaned = 0.00343503 Jy ! Component: 1400 - total flux cleaned = 0.00348224 Jy ! Component: 1450 - total flux cleaned = 0.00357622 Jy ! Component: 1500 - total flux cleaned = 0.00369173 Jy ! Component: 1550 - total flux cleaned = 0.00371441 Jy ! Component: 1600 - total flux cleaned = 0.00380431 Jy ! Component: 1650 - total flux cleaned = 0.00382649 Jy ! Component: 1700 - total flux cleaned = 0.0038704 Jy ! Component: 1750 - total flux cleaned = 0.00397903 Jy ! Component: 1800 - total flux cleaned = 0.00404313 Jy ! Component: 1850 - total flux cleaned = 0.00412797 Jy ! Component: 1900 - total flux cleaned = 0.00421169 Jy ! Component: 1950 - total flux cleaned = 0.00429457 Jy ! Component: 2000 - total flux cleaned = 0.00433519 Jy ! Component: 2050 - total flux cleaned = 0.00441632 Jy ! Component: 2100 - total flux cleaned = 0.0044966 Jy ! Component: 2150 - total flux cleaned = 0.00451663 Jy ! Component: 2200 - total flux cleaned = 0.00465401 Jy ! Component: 2250 - total flux cleaned = 0.00469311 Jy ! Component: 2300 - total flux cleaned = 0.00473166 Jy ! Component: 2350 - total flux cleaned = 0.00482686 Jy ! Component: 2400 - total flux cleaned = 0.00492109 Jy ! Component: 2450 - total flux cleaned = 0.00490215 Jy ! Component: 2500 - total flux cleaned = 0.00495771 Jy ! Component: 2550 - total flux cleaned = 0.00501273 Jy ! Component: 2600 - total flux cleaned = 0.00499447 Jy ! Component: 2650 - total flux cleaned = 0.00501277 Jy ! Component: 2700 - total flux cleaned = 0.00503048 Jy ! Component: 2750 - total flux cleaned = 0.00504817 Jy ! Component: 2800 - total flux cleaned = 0.00504826 Jy ! Component: 2850 - total flux cleaned = 0.00504806 Jy ! Component: 2900 - total flux cleaned = 0.00506541 Jy ! Component: 2950 - total flux cleaned = 0.0050995 Jy ! Component: 3000 - total flux cleaned = 0.00513341 Jy ! Component: 3050 - total flux cleaned = 0.00515006 Jy ! Component: 3100 - total flux cleaned = 0.00520025 Jy ! Component: 3150 - total flux cleaned = 0.00526679 Jy ! Component: 3200 - total flux cleaned = 0.00521735 Jy ! Component: 3250 - total flux cleaned = 0.00529936 Jy ! Component: 3300 - total flux cleaned = 0.00536456 Jy ! Component: 3350 - total flux cleaned = 0.00539682 Jy ! Component: 3400 - total flux cleaned = 0.00542881 Jy ! Component: 3450 - total flux cleaned = 0.00547651 Jy ! Component: 3500 - total flux cleaned = 0.00549217 Jy ! Component: 3550 - total flux cleaned = 0.00552372 Jy ! Component: 3600 - total flux cleaned = 0.00555494 Jy ! Component: 3650 - total flux cleaned = 0.00563216 Jy ! Component: 3700 - total flux cleaned = 0.005632 Jy ! Component: 3750 - total flux cleaned = 0.00567782 Jy ! Component: 3800 - total flux cleaned = 0.0057083 Jy ! Component: 3850 - total flux cleaned = 0.00579898 Jy ! Component: 3900 - total flux cleaned = 0.00578395 Jy ! Component: 3950 - total flux cleaned = 0.00588854 Jy ! Component: 4000 - total flux cleaned = 0.00591821 Jy ! Component: 4050 - total flux cleaned = 0.00597731 Jy ! Total flux subtracted in 4096 components = 0.00602138 Jy ! Clean residual min=-0.001019 max=0.000955 Jy/beam ! Clean residual mean=0.000004 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 0.224543 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 524 components and 0.224543 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0343-2530_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.06 x 7.79 at -5.563 degrees (North through East) ! Clean map min=-0.0019632 max=0.17613 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0343-2530_S_map.fits wmodel /vlbi/uf001/uva//J0343-2530_S_map.mod ! Writing 524 model components to file: /vlbi/uf001/uva//J0343-2530_S_map.mod wobs /vlbi/uf001/uva//J0343-2530_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0343-2530_S_uvs.fits wwins /vlbi/uf001/uva//J0343-2530_S_map.win ! wwins: Wrote 5 windows to /vlbi/uf001/uva//J0343-2530_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.176132 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000272125 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.463501 0.463501 0.927003 1.85401 3.70801 7.41602 14.832 29.6641 59.3282 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.176 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 647.247 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0343-2530_S_dfm.log closed on Sun Jan 13 21:54:02 2019