! Started logfile: /image_prod/ug002_uva//J1523-3338_S_dfm.log on Thu Mar 5 02:13:36 2020 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 /image_prod/ug002_uva//J1523-3338_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1523-3338_S_uva.fits ! AN table 1: 30 integrations on 21 of 21 possible baselines. ! AN table 2: 30 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.999074 visibilities/baseline/integration-bin. ! Found source: J1523-3338 ! ! 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 3237 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 J1523-3338_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.007857Jy sigma=6.307750 ! Fit after self-cal, rms=0.942457Jy sigma=5.922061 ! 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.092 mas, bmaj=14.36 mas, bpa=17.83 degrees ! Estimated noise=3.50212 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.0485159 Jy ! Component: 100 - total flux cleaned = 0.0594885 Jy ! Total flux subtracted in 100 components = 0.0594885 Jy ! Clean residual min=-0.007019 max=0.006785 Jy/beam ! Clean residual mean=0.000010 rms=0.001767 Jy/beam ! Combined flux in latest and established models = 0.0594885 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0594885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093762Jy sigma=0.462580 ! Fit after self-cal, rms=0.092703Jy sigma=0.454151 ! 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.965 mas, bmaj=16.44 mas, bpa=15.52 degrees ! Estimated noise=2.05734 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.00225768 Jy ! Component: 100 - total flux cleaned = 0.00249111 Jy ! Component: 150 - total flux cleaned = 0.00243318 Jy ! Component: 200 - total flux cleaned = 0.00227231 Jy ! Total flux subtracted in 200 components = 0.00227231 Jy ! Clean residual min=-0.004562 max=0.004580 Jy/beam ! Clean residual mean=0.000013 rms=0.001169 Jy/beam ! Combined flux in latest and established models = 0.0617608 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 15 components and 0.0617608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092438Jy sigma=0.453416 ! Fit after self-cal, rms=0.092416Jy sigma=0.453360 ! 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.965 x 16.44 at 15.52 degrees (North through East) ! Clean map min=-0.0044596 max=0.062043 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 1.21 LA 0.98 NL 1.20 ! OV 0.85 PT 1.07 SC 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.39 FD 0.93 KP 1.05 LA 1.06 ! OV 0.74 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 1.13 LA 1.18 NL 0.91 ! OV 0.87 PT 1.01 SC 0.92 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 0.98 KP 0.85 LA 1.17 ! OV 0.96 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.08 KP 1.05 LA 1.10 NL 0.93 ! OV 0.83 PT 1.13 SC 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.46 FD 1.03 KP 1.08 LA 0.97 ! OV 0.79 SC 1.05 ! ! ! Fit before self-cal, rms=0.092416Jy sigma=0.453360 ! Fit after self-cal, rms=0.078807Jy sigma=0.448509 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.91 mas, bmaj=16.43 mas, bpa=15.53 degrees ! Estimated noise=2.02855 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.000458277 Jy ! Component: 100 - total flux cleaned = 0.00058236 Jy ! Component: 150 - total flux cleaned = 0.000695589 Jy ! Component: 200 - total flux cleaned = 0.000799557 Jy ! Total flux subtracted in 200 components = 0.000799557 Jy ! Clean residual min=-0.002904 max=0.003238 Jy/beam ! Clean residual mean=-0.000006 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.0625604 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.0625604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078778Jy sigma=0.448373 ! Fit after self-cal, rms=0.078884Jy sigma=0.447457 ! 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.078884Jy sigma=0.447457 ! Fit after self-cal, rms=0.079233Jy sigma=0.447223 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.899 mas, bmaj=16.44 mas, bpa=15.41 degrees ! Estimated noise=2.0299 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000381235 Jy ! Component: 100 - total flux cleaned = 0.00047307 Jy ! Component: 150 - total flux cleaned = 0.000557635 Jy ! Component: 200 - total flux cleaned = 0.000637854 Jy ! Total flux subtracted in 200 components = 0.000637854 Jy ! Clean residual min=-0.002898 max=0.003114 Jy/beam ! Clean residual mean=-0.000004 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.0631982 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 35 components and 0.0631982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079209Jy sigma=0.447108 ! Fit after self-cal, rms=0.079282Jy sigma=0.447044 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.000129118 Jy ! Component: 100 - total flux cleaned = 0.000205756 Jy ! Component: 150 - total flux cleaned = 0.000254622 Jy ! Component: 200 - total flux cleaned = 0.000325687 Jy ! Total flux subtracted in 200 components = 0.000325687 Jy ! Clean residual min=-0.002914 max=0.003137 Jy/beam ! Clean residual mean=-0.000002 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.0635239 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 0.0635239 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079264Jy sigma=0.446966 ! Fit after self-cal, rms=0.079263Jy sigma=0.446961 ! 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.079263Jy sigma=0.446961 ! Fit after self-cal, rms=0.079604Jy sigma=0.446918 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.891 mas, bmaj=16.49 mas, bpa=15.35 degrees ! Estimated noise=2.03482 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000356674 Jy ! Component: 100 - total flux cleaned = 0.000411499 Jy ! Component: 150 - total flux cleaned = 0.000487662 Jy ! Component: 200 - total flux cleaned = 0.000581209 Jy ! Total flux subtracted in 200 components = 0.000581209 Jy ! Clean residual min=-0.002940 max=0.002976 Jy/beam ! Clean residual mean=-0.000004 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.0641051 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 43 components and 0.0641051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079585Jy sigma=0.446828 ! Fit after self-cal, rms=0.079621Jy sigma=0.446784 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 = 5.68659e-05 Jy ! Component: 100 - total flux cleaned = 0.000101804 Jy ! Component: 150 - total flux cleaned = 0.000166353 Jy ! Component: 200 - total flux cleaned = 0.000228474 Jy ! Total flux subtracted in 200 components = 0.000228474 Jy ! Clean residual min=-0.002920 max=0.002906 Jy/beam ! Clean residual mean=-0.000003 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.0643336 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.0643336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079606Jy sigma=0.446723 ! Fit after self-cal, rms=0.079604Jy sigma=0.446717 ! 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.079604Jy sigma=0.446717 ! Fit after self-cal, rms=0.079870Jy sigma=0.446691 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.386 mas, bmaj=26.79 mas, bpa=2.601 degrees ! Estimated noise=2.34503 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000429011 Jy ! Component: 100 - total flux cleaned = 0.000493062 Jy ! Component: 150 - total flux cleaned = 0.000550433 Jy ! Component: 200 - total flux cleaned = 0.000621843 Jy ! Total flux subtracted in 200 components = 0.000621843 Jy ! Clean residual min=-0.003018 max=0.002613 Jy/beam ! Clean residual mean=-0.000008 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.0649554 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 58 components and 0.0649554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079863Jy sigma=0.446651 ! Fit after self-cal, rms=0.079893Jy sigma=0.446632 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.44115e-05 Jy ! Component: 100 - total flux cleaned = 6.73608e-05 Jy ! Component: 150 - total flux cleaned = 0.000133567 Jy ! Component: 200 - total flux cleaned = 0.000180296 Jy ! Total flux subtracted in 200 components = 0.000180296 Jy ! Clean residual min=-0.002978 max=0.002580 Jy/beam ! Clean residual mean=-0.000006 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.0651357 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 66 components and 0.0651357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079890Jy sigma=0.446625 ! Fit after self-cal, rms=0.079892Jy sigma=0.446615 ! 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.88 mas, bmaj=16.53 mas, bpa=15.32 degrees ! Estimated noise=2.03726 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.88 x 16.53 at 15.32 degrees (North through East) ! Clean map min=-0.0027063 max=0.058731 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.018 mas, bmaj=14.31 mas, bpa=17.38 degrees ! Estimated noise=3.34743 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0470742 Jy ! Component: 100 - total flux cleaned = 0.0578155 Jy ! Component: 150 - total flux cleaned = 0.0596311 Jy ! Component: 200 - total flux cleaned = 0.0608112 Jy ! Total flux subtracted in 200 components = 0.0608112 Jy ! Clean residual min=-0.004684 max=0.004582 Jy/beam ! Clean residual mean=0.000002 rms=0.001313 Jy/beam ! Combined flux in latest and established models = 0.0608112 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0608112 Jy ! Inverting map and beam ! Estimated beam: bmin=3.88 mas, bmaj=16.53 mas, bpa=15.32 degrees ! Estimated noise=2.03726 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.00241979 Jy ! Component: 100 - total flux cleaned = 0.00299125 Jy ! Component: 150 - total flux cleaned = 0.003227 Jy ! Component: 200 - total flux cleaned = 0.00339486 Jy ! Total flux subtracted in 200 components = 0.00339486 Jy ! Clean residual min=-0.003027 max=0.002978 Jy/beam ! Clean residual mean=-0.000002 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.0642061 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 28 components and 0.0642061 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=9.386 mas, bmaj=26.79 mas, bpa=2.601 degrees ! Estimated noise=2.34503 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000356636 Jy ! Component: 100 - total flux cleaned = 0.000434274 Jy ! Component: 150 - total flux cleaned = 0.000529121 Jy ! Component: 200 - total flux cleaned = 0.000594578 Jy ! Total flux subtracted in 200 components = 0.000594578 Jy ! Clean residual min=-0.003043 max=0.002724 Jy/beam ! Clean residual mean=-0.000005 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.0648007 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 = 8.02973e-05 Jy ! Component: 100 - total flux cleaned = 0.000154806 Jy ! Component: 150 - total flux cleaned = 0.0002077 Jy ! Component: 200 - total flux cleaned = 0.000256991 Jy ! Total flux subtracted in 200 components = 0.000256991 Jy ! Clean residual min=-0.002978 max=0.002646 Jy/beam ! Clean residual mean=-0.000006 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.0650577 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 40 components and 0.0650577 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.88 mas, bmaj=16.53 mas, bpa=15.32 degrees ! Estimated noise=2.03726 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.61471e-05 Jy ! Component: 100 - total flux cleaned = 5.03051e-08 Jy ! Component: 150 - total flux cleaned = 8.30562e-05 Jy ! Component: 200 - total flux cleaned = 0.000201186 Jy ! Total flux subtracted in 200 components = 0.000201186 Jy ! Clean residual min=-0.002896 max=0.002813 Jy/beam ! Clean residual mean=-0.000004 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.0652588 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 55 components and 0.0652588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079906Jy sigma=0.446698 ! Fit after self-cal, rms=0.079907Jy sigma=0.446656 wmodel J1523-3338_S_map.mod ! Writing 55 model components to file: J1523-3338_S_map.mod wobs J1523-3338_S_uvs.fits ! Writing UV FITS file: J1523-3338_S_uvs.fits wwins J1523-3338_S_map.win ! wwins: Wrote 1 windows to J1523-3338_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.000264596 Jy ! Component: 100 - total flux cleaned = 0.000316823 Jy ! Component: 150 - total flux cleaned = 0.000106421 Jy ! Component: 200 - total flux cleaned = -9.20239e-05 Jy ! Component: 250 - total flux cleaned = -5.43188e-05 Jy ! Component: 300 - total flux cleaned = -5.45696e-05 Jy ! Component: 350 - total flux cleaned = -5.27318e-05 Jy ! Component: 400 - total flux cleaned = -1.89113e-05 Jy ! Component: 450 - total flux cleaned = 4.24796e-05 Jy ! Component: 500 - total flux cleaned = -7.55956e-05 Jy ! Component: 550 - total flux cleaned = -0.000216643 Jy ! Component: 600 - total flux cleaned = -0.000325384 Jy ! Component: 650 - total flux cleaned = -0.000457853 Jy ! Component: 700 - total flux cleaned = -0.00053489 Jy ! Component: 750 - total flux cleaned = -0.000585598 Jy ! Component: 800 - total flux cleaned = -0.000756789 Jy ! Component: 850 - total flux cleaned = -0.000899308 Jy ! Component: 900 - total flux cleaned = -0.00103831 Jy ! Component: 950 - total flux cleaned = -0.00124251 Jy ! Component: 1000 - total flux cleaned = -0.00144167 Jy ! Component: 1050 - total flux cleaned = -0.00159394 Jy ! Component: 1100 - total flux cleaned = -0.00182607 Jy ! Component: 1150 - total flux cleaned = -0.00197075 Jy ! Component: 1200 - total flux cleaned = -0.00209214 Jy ! Component: 1250 - total flux cleaned = -0.00227007 Jy ! Component: 1300 - total flux cleaned = -0.00242505 Jy ! Component: 1350 - total flux cleaned = -0.00265218 Jy ! Component: 1400 - total flux cleaned = -0.0027634 Jy ! Component: 1450 - total flux cleaned = -0.00294564 Jy ! Component: 1500 - total flux cleaned = -0.00315974 Jy ! Component: 1550 - total flux cleaned = -0.00322982 Jy ! Component: 1600 - total flux cleaned = -0.00335025 Jy ! Component: 1650 - total flux cleaned = -0.00346811 Jy ! Component: 1700 - total flux cleaned = -0.00348509 Jy ! Component: 1750 - total flux cleaned = -0.00351794 Jy ! Component: 1800 - total flux cleaned = -0.00351772 Jy ! Component: 1850 - total flux cleaned = -0.00347036 Jy ! Component: 1900 - total flux cleaned = -0.00350167 Jy ! Component: 1950 - total flux cleaned = -0.00354767 Jy ! Component: 2000 - total flux cleaned = -0.00362333 Jy ! Component: 2050 - total flux cleaned = -0.00362339 Jy ! Component: 2100 - total flux cleaned = -0.00365318 Jy ! Component: 2150 - total flux cleaned = -0.00372596 Jy ! Component: 2200 - total flux cleaned = -0.00368282 Jy ! Component: 2250 - total flux cleaned = -0.00373959 Jy ! Component: 2300 - total flux cleaned = -0.00376778 Jy ! Component: 2350 - total flux cleaned = -0.00378143 Jy ! Component: 2400 - total flux cleaned = -0.0037678 Jy ! Component: 2450 - total flux cleaned = -0.00374066 Jy ! Component: 2500 - total flux cleaned = -0.00372739 Jy ! Component: 2550 - total flux cleaned = -0.00370108 Jy ! Component: 2600 - total flux cleaned = -0.00380545 Jy ! Component: 2650 - total flux cleaned = -0.00375369 Jy ! Component: 2700 - total flux cleaned = -0.00376654 Jy ! Component: 2750 - total flux cleaned = -0.00380475 Jy ! Component: 2800 - total flux cleaned = -0.00383014 Jy ! Component: 2850 - total flux cleaned = -0.00386738 Jy ! Component: 2900 - total flux cleaned = -0.00381793 Jy ! Component: 2950 - total flux cleaned = -0.00384256 Jy ! Component: 3000 - total flux cleaned = -0.00380609 Jy ! Component: 3050 - total flux cleaned = -0.00383015 Jy ! Component: 3100 - total flux cleaned = -0.00382999 Jy ! Component: 3150 - total flux cleaned = -0.00385366 Jy ! Component: 3200 - total flux cleaned = -0.00381827 Jy ! Component: 3250 - total flux cleaned = -0.00383 Jy ! Component: 3300 - total flux cleaned = -0.00385317 Jy ! Component: 3350 - total flux cleaned = -0.00385318 Jy ! Component: 3400 - total flux cleaned = -0.00386472 Jy ! Component: 3450 - total flux cleaned = -0.0038761 Jy ! Component: 3500 - total flux cleaned = -0.00391007 Jy ! Component: 3550 - total flux cleaned = -0.00389871 Jy ! Component: 3600 - total flux cleaned = -0.00389861 Jy ! Component: 3650 - total flux cleaned = -0.00389867 Jy ! Component: 3700 - total flux cleaned = -0.00388765 Jy ! Component: 3750 - total flux cleaned = -0.0039208 Jy ! Component: 3800 - total flux cleaned = -0.00393175 Jy ! Component: 3850 - total flux cleaned = -0.00393174 Jy ! Component: 3900 - total flux cleaned = -0.00394254 Jy ! Component: 3950 - total flux cleaned = -0.00396417 Jy ! Component: 4000 - total flux cleaned = -0.00397492 Jy ! Component: 4050 - total flux cleaned = -0.0039964 Jy ! Total flux subtracted in 4096 components = -0.0040071 Jy ! Clean residual min=-0.000589 max=0.000621 Jy/beam ! Clean residual mean=-0.000005 rms=0.000185 Jy/beam ! Combined flux in latest and established models = 0.0612517 Jy keep ! Adding 250 model components to the UV plane model. ! The established model now contains 305 components and 0.0612518 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1523-3338_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.88 x 16.53 at 15.32 degrees (North through East) ! Clean map min=-0.0019533 max=0.05757 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1523-3338_S_map.fits wmodel /image_prod/ug002_uva//J1523-3338_S_map.mod ! Writing 305 model components to file: /image_prod/ug002_uva//J1523-3338_S_map.mod wobs /image_prod/ug002_uva//J1523-3338_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1523-3338_S_uvs.fits wwins /image_prod/ug002_uva//J1523-3338_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1523-3338_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0575696 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00018516 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.964881 0.964881 1.92976 3.85953 7.71905 15.4381 30.8762 61.7524 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.057 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 310.919 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1523-3338_S_dfm.log closed on Thu Mar 5 02:13:40 2020