! Started logfile: /vlbi/uf001/uva//J1012+2312_S_dfm.log on Mon Jan 14 00:47:23 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//J1012+2312_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1012+2312_S_uva.fits ! AN table 1: 54 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.729938 visibilities/baseline/integration-bin. ! Found source: J1012+2312 ! ! 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 4257 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 J1012+2312_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 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.013101Jy sigma=21.001915 ! Fit after self-cal, rms=0.847782Jy sigma=17.597459 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=7.129 mas, bpa=14.58 degrees ! Estimated noise=0.697254 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.118707 Jy ! Component: 100 - total flux cleaned = 0.145036 Jy ! Total flux subtracted in 100 components = 0.145036 Jy ! Clean residual min=-0.005523 max=0.008912 Jy/beam ! Clean residual mean=-0.000025 rms=0.001524 Jy/beam ! Combined flux in latest and established models = 0.145036 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.145036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060928Jy sigma=1.218610 ! Fit after self-cal, rms=0.060917Jy sigma=1.218521 ! 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.954 mas, bmaj=7.772 mas, bpa=11.65 degrees ! Estimated noise=0.573131 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.010715 Jy ! Component: 100 - total flux cleaned = 0.0160015 Jy ! Component: 150 - total flux cleaned = 0.0187976 Jy ! Component: 200 - total flux cleaned = 0.0204312 Jy ! Total flux subtracted in 200 components = 0.0204312 Jy ! Clean residual min=-0.004470 max=0.005788 Jy/beam ! Clean residual mean=-0.000010 rms=0.001187 Jy/beam ! Combined flux in latest and established models = 0.165467 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.165467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059082Jy sigma=1.183178 ! Fit after self-cal, rms=0.059050Jy sigma=1.182772 ! 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.954 x 7.772 at 11.65 degrees (North through East) ! Clean map min=-0.0043787 max=0.15401 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 0.95 KP 1.01 ! LA 0.91 MK 1.03 NL 1.05 OV 0.99 ! SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 0.96 KP 1.00 ! LA 0.92 MK 0.97 NL 1.14 OV 0.98 ! SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 0.99 KP 1.03 ! LA 0.90 MK 1.01 NL 1.22 OV 0.94 ! SC 1.00 ! ! ! Fit before self-cal, rms=0.059050Jy sigma=1.182772 ! Fit after self-cal, rms=0.058183Jy sigma=1.152464 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.946 mas, bmaj=7.773 mas, bpa=11.52 degrees ! Estimated noise=0.570074 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.000158219 Jy ! Component: 100 - total flux cleaned = -0.00033978 Jy ! Component: 150 - total flux cleaned = -0.000466749 Jy ! Component: 200 - total flux cleaned = -0.000524279 Jy ! Total flux subtracted in 200 components = -0.000524279 Jy ! Clean residual min=-0.003369 max=0.003883 Jy/beam ! Clean residual mean=0.000000 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 0.164943 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.164943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058156Jy sigma=1.152056 ! Fit after self-cal, rms=0.058185Jy sigma=1.151696 ! 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.058185Jy sigma=1.151696 ! Fit after self-cal, rms=0.057862Jy sigma=1.132100 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.944 mas, bmaj=7.774 mas, bpa=11.42 degrees ! Estimated noise=0.570277 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000137224 Jy ! Component: 100 - total flux cleaned = -8.37725e-05 Jy ! Component: 150 - total flux cleaned = -0.000112232 Jy ! Component: 200 - total flux cleaned = -9.83705e-05 Jy ! Total flux subtracted in 200 components = -9.83705e-05 Jy ! Clean residual min=-0.002210 max=0.002620 Jy/beam ! Clean residual mean=-0.000001 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.164845 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 39 components and 0.164845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057852Jy sigma=1.131911 ! Fit after self-cal, rms=0.057854Jy sigma=1.131732 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 = -6.5767e-06 Jy ! Component: 100 - total flux cleaned = -5.20348e-06 Jy ! Component: 150 - total flux cleaned = 6.63137e-06 Jy ! Component: 200 - total flux cleaned = 6.71438e-06 Jy ! Total flux subtracted in 200 components = 6.71438e-06 Jy ! Clean residual min=-0.002214 max=0.002611 Jy/beam ! Clean residual mean=-0.000001 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.164851 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 46 components and 0.164851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057847Jy sigma=1.131628 ! Fit after self-cal, rms=0.057846Jy sigma=1.131603 ! 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.057846Jy sigma=1.131603 ! Fit after self-cal, rms=0.057913Jy sigma=1.131499 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.945 mas, bmaj=7.774 mas, bpa=11.42 degrees ! Estimated noise=0.570487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.66619e-05 Jy ! Component: 100 - total flux cleaned = -5.75552e-05 Jy ! Component: 150 - total flux cleaned = -5.71711e-05 Jy ! Component: 200 - total flux cleaned = -4.72532e-05 Jy ! Total flux subtracted in 200 components = -4.72532e-05 Jy ! Clean residual min=-0.002165 max=0.002618 Jy/beam ! Clean residual mean=-0.000002 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.164804 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 50 components and 0.164804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057908Jy sigma=1.131420 ! Fit after self-cal, rms=0.057908Jy sigma=1.131406 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.70251e-05 Jy ! Component: 100 - total flux cleaned = 7.40006e-06 Jy ! Component: 150 - total flux cleaned = 7.53128e-06 Jy ! Component: 200 - total flux cleaned = 7.81052e-06 Jy ! Total flux subtracted in 200 components = 7.81052e-06 Jy ! Clean residual min=-0.002188 max=0.002610 Jy/beam ! Clean residual mean=-0.000002 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.164812 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 0.164812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057904Jy sigma=1.131352 ! Fit after self-cal, rms=0.057904Jy sigma=1.131344 ! 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.057904Jy sigma=1.131344 ! Fit after self-cal, rms=0.057922Jy sigma=1.131342 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.988 mas, bmaj=9.331 mas, bpa=-0.8607 degrees ! Estimated noise=0.689094 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.28122e-05 Jy ! Component: 100 - total flux cleaned = 3.81981e-05 Jy ! Component: 150 - total flux cleaned = -6.32089e-06 Jy ! Component: 200 - total flux cleaned = -1.60578e-05 Jy ! Total flux subtracted in 200 components = -1.60578e-05 Jy ! Clean residual min=-0.002561 max=0.003278 Jy/beam ! Clean residual mean=-0.000001 rms=0.000828 Jy/beam ! Combined flux in latest and established models = 0.164796 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 64 components and 0.164796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057921Jy sigma=1.131379 ! Fit after self-cal, rms=0.057920Jy sigma=1.131367 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.22347e-05 Jy ! Component: 100 - total flux cleaned = 1.34794e-05 Jy ! Component: 150 - total flux cleaned = -2.59664e-06 Jy ! Component: 200 - total flux cleaned = -1.02043e-05 Jy ! Total flux subtracted in 200 components = -1.02043e-05 Jy ! Clean residual min=-0.002565 max=0.003252 Jy/beam ! Clean residual mean=-0.000001 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.164786 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 69 components and 0.164786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057920Jy sigma=1.131401 ! Fit after self-cal, rms=0.057919Jy sigma=1.131397 ! 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.945 mas, bmaj=7.773 mas, bpa=11.43 degrees ! Estimated noise=0.570667 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.945 x 7.773 at 11.43 degrees (North through East) ! Clean map min=-0.0022142 max=0.15347 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.216 mas, bmaj=7.11 mas, bpa=14.34 degrees ! Estimated noise=0.694689 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.118227 Jy ! Component: 100 - total flux cleaned = 0.144577 Jy ! Component: 150 - total flux cleaned = 0.154467 Jy ! Component: 200 - total flux cleaned = 0.159346 Jy ! Total flux subtracted in 200 components = 0.159346 Jy ! Clean residual min=-0.003003 max=0.003139 Jy/beam ! Clean residual mean=-0.000003 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.159346 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.159346 Jy ! Inverting map and beam ! Estimated beam: bmin=3.945 mas, bmaj=7.773 mas, bpa=11.43 degrees ! Estimated noise=0.570667 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.00290599 Jy ! Component: 100 - total flux cleaned = 0.00376563 Jy ! Component: 150 - total flux cleaned = 0.00436709 Jy ! Component: 200 - total flux cleaned = 0.0047607 Jy ! Total flux subtracted in 200 components = 0.0047607 Jy ! Clean residual min=-0.002239 max=0.002533 Jy/beam ! Clean residual mean=-0.000002 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.164106 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 25 components and 0.164107 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=6.988 mas, bmaj=9.331 mas, bpa=-0.8607 degrees ! Estimated noise=0.689094 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000562129 Jy ! Component: 100 - total flux cleaned = 0.000524272 Jy ! Component: 150 - total flux cleaned = 0.000524543 Jy ! Component: 200 - total flux cleaned = 0.000510132 Jy ! Total flux subtracted in 200 components = 0.000510132 Jy ! Clean residual min=-0.002524 max=0.003415 Jy/beam ! Clean residual mean=-0.000001 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.164617 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.2891e-05 Jy ! Component: 100 - total flux cleaned = -3.7751e-05 Jy ! Component: 150 - total flux cleaned = -4.92002e-05 Jy ! Component: 200 - total flux cleaned = -6.05802e-05 Jy ! Total flux subtracted in 200 components = -6.05802e-05 Jy ! Clean residual min=-0.002543 max=0.003371 Jy/beam ! Clean residual mean=-0.000001 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.164556 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 42 components and 0.164556 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.945 mas, bmaj=7.773 mas, bpa=11.43 degrees ! Estimated noise=0.570667 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.93807e-05 Jy ! Component: 100 - total flux cleaned = -0.00013549 Jy ! Component: 150 - total flux cleaned = -0.000151685 Jy ! Component: 200 - total flux cleaned = -0.000164475 Jy ! Total flux subtracted in 200 components = -0.000164475 Jy ! Clean residual min=-0.002258 max=0.002549 Jy/beam ! Clean residual mean=-0.000002 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.164392 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 53 components and 0.164392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057931Jy sigma=1.131660 ! Fit after self-cal, rms=0.057930Jy sigma=1.131623 wmodel J1012+2312_S_map.mod ! Writing 53 model components to file: J1012+2312_S_map.mod wobs J1012+2312_S_uvs.fits ! Writing UV FITS file: J1012+2312_S_uvs.fits wwins J1012+2312_S_map.win ! wwins: Wrote 1 windows to J1012+2312_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.000923644 Jy ! Component: 100 - total flux cleaned = 0.000926044 Jy ! Component: 150 - total flux cleaned = 0.000808497 Jy ! Component: 200 - total flux cleaned = 0.000659053 Jy ! Component: 250 - total flux cleaned = 0.000514727 Jy ! Component: 300 - total flux cleaned = 0.000235763 Jy ! Component: 350 - total flux cleaned = 6.77458e-05 Jy ! Component: 400 - total flux cleaned = -3.08022e-05 Jy ! Component: 450 - total flux cleaned = -0.000157783 Jy ! Component: 500 - total flux cleaned = -0.000311832 Jy ! Component: 550 - total flux cleaned = -0.000461805 Jy ! Component: 600 - total flux cleaned = -0.000520358 Jy ! Component: 650 - total flux cleaned = -0.000577554 Jy ! Component: 700 - total flux cleaned = -0.000549558 Jy ! Component: 750 - total flux cleaned = -0.000467175 Jy ! Component: 800 - total flux cleaned = -0.000332787 Jy ! Component: 850 - total flux cleaned = -0.000227392 Jy ! Component: 900 - total flux cleaned = -0.000201541 Jy ! Component: 950 - total flux cleaned = -0.000201312 Jy ! Component: 1000 - total flux cleaned = -0.000125824 Jy ! Component: 1050 - total flux cleaned = -0.000125168 Jy ! Component: 1100 - total flux cleaned = -7.64156e-05 Jy ! Component: 1150 - total flux cleaned = -2.90384e-05 Jy ! Component: 1200 - total flux cleaned = -2.92157e-05 Jy ! Component: 1250 - total flux cleaned = 3.98014e-05 Jy ! Component: 1300 - total flux cleaned = 4.00211e-05 Jy ! Component: 1350 - total flux cleaned = 4.01964e-05 Jy ! Component: 1400 - total flux cleaned = 4.01726e-05 Jy ! Component: 1450 - total flux cleaned = 6.25901e-05 Jy ! Component: 1500 - total flux cleaned = 6.29419e-05 Jy ! Component: 1550 - total flux cleaned = 6.35677e-05 Jy ! Component: 1600 - total flux cleaned = 0.000147763 Jy ! Component: 1650 - total flux cleaned = 0.000105999 Jy ! Component: 1700 - total flux cleaned = 4.47463e-05 Jy ! Component: 1750 - total flux cleaned = 8.56132e-05 Jy ! Component: 1800 - total flux cleaned = 6.54566e-05 Jy ! Component: 1850 - total flux cleaned = 2.5929e-05 Jy ! Component: 1900 - total flux cleaned = -1.30292e-05 Jy ! Component: 1950 - total flux cleaned = -1.31081e-05 Jy ! Component: 2000 - total flux cleaned = -7.07612e-05 Jy ! Component: 2050 - total flux cleaned = -0.000146462 Jy ! Component: 2100 - total flux cleaned = -0.000202409 Jy ! Component: 2150 - total flux cleaned = -0.000202491 Jy ! Component: 2200 - total flux cleaned = -0.000220878 Jy ! Component: 2250 - total flux cleaned = -0.000275225 Jy ! Component: 2300 - total flux cleaned = -0.000293062 Jy ! Component: 2350 - total flux cleaned = -0.000310586 Jy ! Component: 2400 - total flux cleaned = -0.000328002 Jy ! Component: 2450 - total flux cleaned = -0.000310552 Jy ! Component: 2500 - total flux cleaned = -0.000344751 Jy ! Component: 2550 - total flux cleaned = -0.000344945 Jy ! Component: 2600 - total flux cleaned = -0.000379134 Jy ! Component: 2650 - total flux cleaned = -0.000412878 Jy ! Component: 2700 - total flux cleaned = -0.000413124 Jy ! Component: 2750 - total flux cleaned = -0.000495625 Jy ! Component: 2800 - total flux cleaned = -0.000446642 Jy ! Component: 2850 - total flux cleaned = -0.000527982 Jy ! Component: 2900 - total flux cleaned = -0.000479637 Jy ! Component: 2950 - total flux cleaned = -0.00047984 Jy ! Component: 3000 - total flux cleaned = -0.000527456 Jy ! Component: 3050 - total flux cleaned = -0.00051157 Jy ! Component: 3100 - total flux cleaned = -0.000542683 Jy ! Component: 3150 - total flux cleaned = -0.000542851 Jy ! Component: 3200 - total flux cleaned = -0.000512309 Jy ! Component: 3250 - total flux cleaned = -0.000527543 Jy ! Component: 3300 - total flux cleaned = -0.000527526 Jy ! Component: 3350 - total flux cleaned = -0.000482753 Jy ! Component: 3400 - total flux cleaned = -0.000542396 Jy ! Component: 3450 - total flux cleaned = -0.000571795 Jy ! Component: 3500 - total flux cleaned = -0.000542461 Jy ! Component: 3550 - total flux cleaned = -0.000484165 Jy ! Component: 3600 - total flux cleaned = -0.000412158 Jy ! Component: 3650 - total flux cleaned = -0.000397874 Jy ! Component: 3700 - total flux cleaned = -0.000412074 Jy ! Component: 3750 - total flux cleaned = -0.000397867 Jy ! Component: 3800 - total flux cleaned = -0.000355812 Jy ! Component: 3850 - total flux cleaned = -0.00025838 Jy ! Component: 3900 - total flux cleaned = -0.000299946 Jy ! Component: 3950 - total flux cleaned = -0.000272565 Jy ! Component: 4000 - total flux cleaned = -0.000299776 Jy ! Component: 4050 - total flux cleaned = -0.00024573 Jy ! Total flux subtracted in 4096 components = -0.000218923 Jy ! Clean residual min=-0.000980 max=0.001057 Jy/beam ! Clean residual mean=-0.000002 rms=0.000255 Jy/beam ! Combined flux in latest and established models = 0.164173 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 370 components and 0.164173 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1012+2312_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.945 x 7.773 at 11.43 degrees (North through East) ! Clean map min=-0.0016882 max=0.15331 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1012+2312_S_map.fits wmodel /vlbi/uf001/uva//J1012+2312_S_map.mod ! Writing 370 model components to file: /vlbi/uf001/uva//J1012+2312_S_map.mod wobs /vlbi/uf001/uva//J1012+2312_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1012+2312_S_uvs.fits wwins /vlbi/uf001/uva//J1012+2312_S_map.win ! wwins: Wrote 2 windows to /vlbi/uf001/uva//J1012+2312_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.153312 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000248796 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.486841 0.486841 0.973683 1.94737 3.89473 7.78946 15.5789 31.1579 62.3157 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.153 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 616.216 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1012+2312_S_dfm.log closed on Mon Jan 14 00:47:27 2019