! Started logfile: /image_prod/ug002_uva//J2325-4051_S_dfm.log on Thu Mar 5 06:16:04 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//J2325-4051_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2325-4051_S_uva.fits ! AN table 1: 38 integrations on 21 of 21 possible baselines. ! AN table 2: 38 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.998747 visibilities/baseline/integration-bin. ! Found source: J2325-4051 ! ! 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 4782 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 J2325-4051_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.024853Jy sigma=5.938805 ! Fit after self-cal, rms=0.833763Jy sigma=4.669322 ! 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.042 mas, bmaj=11.05 mas, bpa=-5.917 degrees ! Estimated noise=3.91726 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.131291 Jy ! Component: 100 - total flux cleaned = 0.200927 Jy ! Total flux subtracted in 100 components = 0.200927 Jy ! Clean residual min=-0.024437 max=0.049487 Jy/beam ! Clean residual mean=-0.000973 rms=0.010091 Jy/beam ! Combined flux in latest and established models = 0.200927 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 40 components and 0.200927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.163702Jy sigma=0.970187 ! Fit after self-cal, rms=0.162981Jy sigma=0.966988 ! 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.797 mas, bmaj=13.79 mas, bpa=-5.483 degrees ! Estimated noise=1.80864 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.0727142 Jy ! Component: 100 - total flux cleaned = 0.10613 Jy ! Component: 150 - total flux cleaned = 0.120217 Jy ! Component: 200 - total flux cleaned = 0.121551 Jy ! Total flux subtracted in 200 components = 0.121551 Jy ! Clean residual min=-0.026802 max=0.060254 Jy/beam ! Clean residual mean=-0.001169 rms=0.011573 Jy/beam ! Combined flux in latest and established models = 0.322478 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.322478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139100Jy sigma=0.755270 ! Fit after self-cal, rms=0.139009Jy sigma=0.754549 ! 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.797 x 13.79 at -5.483 degrees (North through East) ! Clean map min=-0.026984 max=0.11816 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.84 KP 1.03 LA 0.85 NL 3.36 ! OV 1.37 PT 0.79 SC 1.89 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.05 KP 0.89 LA 0.82 MK 0.98 ! NL 3.04 OV 1.58 PT 0.71 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.83 KP 1.06 LA 0.88 NL 3.54 ! OV 1.45 PT 0.78 SC 1.63 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.06 KP 0.87 LA 0.84 MK 1.20 ! NL 3.02 OV 1.65 PT 0.72 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.80 KP 1.11 LA 0.86 NL 2.73 ! OV 1.50 PT 0.82 SC 1.59 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.05 KP 0.92 LA 0.82 MK 1.43 ! NL 2.77 OV 1.70 PT 0.73 ! ! ! Fit before self-cal, rms=0.139009Jy sigma=0.754549 ! Fit after self-cal, rms=0.249791Jy sigma=0.541532 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.172 mas, bmaj=15.75 mas, bpa=-8.161 degrees ! Estimated noise=2.10684 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.00121608 Jy ! Component: 100 - total flux cleaned = 0.00107758 Jy ! Component: 150 - total flux cleaned = 0.00118709 Jy ! Component: 200 - total flux cleaned = 0.00128865 Jy ! Total flux subtracted in 200 components = 0.00128865 Jy ! Clean residual min=-0.018154 max=0.026491 Jy/beam ! Clean residual mean=0.000132 rms=0.007211 Jy/beam ! Combined flux in latest and established models = 0.323767 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 52 components and 0.323767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.249416Jy sigma=0.540945 ! Fit after self-cal, rms=0.251952Jy sigma=0.538678 ! 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.251952Jy sigma=0.538678 ! Fit after self-cal, rms=0.260264Jy sigma=0.538537 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.243 mas, bmaj=16.2 mas, bpa=-8.531 degrees ! Estimated noise=2.14076 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013311 Jy ! Component: 100 - total flux cleaned = 0.00132046 Jy ! Component: 150 - total flux cleaned = 0.00131776 Jy ! Component: 200 - total flux cleaned = 0.00149413 Jy ! Total flux subtracted in 200 components = 0.00149413 Jy ! Clean residual min=-0.017902 max=0.026881 Jy/beam ! Clean residual mean=0.000144 rms=0.007281 Jy/beam ! Combined flux in latest and established models = 0.325261 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 62 components and 0.325261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.259965Jy sigma=0.538037 ! Fit after self-cal, rms=0.260107Jy sigma=0.537953 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.000229693 Jy ! Component: 100 - total flux cleaned = 0.00022776 Jy ! Component: 150 - total flux cleaned = 0.000402831 Jy ! Component: 200 - total flux cleaned = 0.000477283 Jy ! Total flux subtracted in 200 components = 0.000477283 Jy ! Clean residual min=-0.017749 max=0.026893 Jy/beam ! Clean residual mean=0.000150 rms=0.007267 Jy/beam ! Combined flux in latest and established models = 0.325738 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 66 components and 0.325738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.259915Jy sigma=0.537517 ! Fit after self-cal, rms=0.259966Jy sigma=0.537464 ! 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.259966Jy sigma=0.537464 ! Fit after self-cal, rms=0.263998Jy sigma=0.537273 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.332 mas, bmaj=16.7 mas, bpa=-8.792 degrees ! Estimated noise=2.17471 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121603 Jy ! Component: 100 - total flux cleaned = 0.00110331 Jy ! Component: 150 - total flux cleaned = 0.00128979 Jy ! Component: 200 - total flux cleaned = 0.00137465 Jy ! Total flux subtracted in 200 components = 0.00137465 Jy ! Clean residual min=-0.017998 max=0.027254 Jy/beam ! Clean residual mean=0.000145 rms=0.007352 Jy/beam ! Combined flux in latest and established models = 0.327113 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 68 components and 0.327113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.263727Jy sigma=0.536779 ! Fit after self-cal, rms=0.263807Jy sigma=0.536722 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.000204102 Jy ! Component: 100 - total flux cleaned = 0.000209151 Jy ! Component: 150 - total flux cleaned = 0.000375466 Jy ! Component: 200 - total flux cleaned = 0.000454819 Jy ! Total flux subtracted in 200 components = 0.000454819 Jy ! Clean residual min=-0.017883 max=0.027248 Jy/beam ! Clean residual mean=0.000151 rms=0.007340 Jy/beam ! Combined flux in latest and established models = 0.327568 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 69 components and 0.327568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.263620Jy sigma=0.536305 ! Fit after self-cal, rms=0.263658Jy sigma=0.536261 ! 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.263658Jy sigma=0.536261 ! Fit after self-cal, rms=0.267819Jy sigma=0.536102 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.24 mas, bmaj=52.99 mas, bpa=-2.787 degrees ! Estimated noise=2.18631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00399269 Jy ! Component: 100 - total flux cleaned = 0.00410404 Jy ! Component: 150 - total flux cleaned = 0.00421229 Jy ! Component: 200 - total flux cleaned = 0.00431953 Jy ! Total flux subtracted in 200 components = 0.00431953 Jy ! Clean residual min=-0.021663 max=0.034216 Jy/beam ! Clean residual mean=0.000252 rms=0.009571 Jy/beam ! Combined flux in latest and established models = 0.331887 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 73 components and 0.331887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.267689Jy sigma=0.535936 ! Fit after self-cal, rms=0.267775Jy sigma=0.535885 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.000121114 Jy ! Component: 100 - total flux cleaned = 0.000222245 Jy ! Component: 150 - total flux cleaned = 0.000322664 Jy ! Component: 200 - total flux cleaned = 0.000522074 Jy ! Total flux subtracted in 200 components = 0.000522074 Jy ! Clean residual min=-0.021646 max=0.034193 Jy/beam ! Clean residual mean=0.000260 rms=0.009549 Jy/beam ! Combined flux in latest and established models = 0.332409 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 73 components and 0.332409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.267712Jy sigma=0.535492 ! Fit after self-cal, rms=0.267752Jy sigma=0.535462 ! 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=4.421 mas, bmaj=17.17 mas, bpa=-8.949 degrees ! Estimated noise=2.20613 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.421 x 17.17 at -8.949 degrees (North through East) ! Clean map min=-0.017648 max=0.12687 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.353 mas, bmaj=13.08 mas, bpa=-9.238 degrees ! Estimated noise=5.46496 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.170662 Jy ! Component: 100 - total flux cleaned = 0.240188 Jy ! Component: 150 - total flux cleaned = 0.273121 Jy ! Component: 200 - total flux cleaned = 0.288878 Jy ! Total flux subtracted in 200 components = 0.288878 Jy ! Clean residual min=-0.021676 max=0.033969 Jy/beam ! Clean residual mean=-0.000303 rms=0.007760 Jy/beam ! Combined flux in latest and established models = 0.288878 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.288878 Jy ! Inverting map and beam ! Estimated beam: bmin=4.421 mas, bmaj=17.17 mas, bpa=-8.949 degrees ! Estimated noise=2.20613 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.0212279 Jy ! Component: 100 - total flux cleaned = 0.0277519 Jy ! Component: 150 - total flux cleaned = 0.0281749 Jy ! Component: 200 - total flux cleaned = 0.0286005 Jy ! Total flux subtracted in 200 components = 0.0286005 Jy ! Clean residual min=-0.019723 max=0.027220 Jy/beam ! Clean residual mean=0.000025 rms=0.007858 Jy/beam ! Combined flux in latest and established models = 0.317479 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 45 components and 0.317479 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=12.24 mas, bmaj=52.99 mas, bpa=-2.787 degrees ! Estimated noise=2.18631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00615994 Jy ! Component: 100 - total flux cleaned = 0.00636455 Jy ! Component: 150 - total flux cleaned = 0.00675112 Jy ! Component: 200 - total flux cleaned = 0.00694443 Jy ! Total flux subtracted in 200 components = 0.00694443 Jy ! Clean residual min=-0.022824 max=0.034547 Jy/beam ! Clean residual mean=0.000137 rms=0.009951 Jy/beam ! Combined flux in latest and established models = 0.324423 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.00019154 Jy ! Component: 100 - total flux cleaned = 0.000567466 Jy ! Component: 150 - total flux cleaned = 0.000749396 Jy ! Component: 200 - total flux cleaned = 0.000934184 Jy ! Total flux subtracted in 200 components = 0.000934184 Jy ! Clean residual min=-0.022703 max=0.034491 Jy/beam ! Clean residual mean=0.000151 rms=0.009892 Jy/beam ! Combined flux in latest and established models = 0.325358 Jy ! Adding 4 model components to the UV plane model. ! The established model now contains 46 components and 0.325358 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.421 mas, bmaj=17.17 mas, bpa=-8.949 degrees ! Estimated noise=2.20613 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0048555 Jy ! Component: 100 - total flux cleaned = -0.00444115 Jy ! Component: 150 - total flux cleaned = -0.00409592 Jy ! Component: 200 - total flux cleaned = -0.00376143 Jy ! Total flux subtracted in 200 components = -0.00376143 Jy ! Clean residual min=-0.019117 max=0.027386 Jy/beam ! Clean residual mean=0.000068 rms=0.007681 Jy/beam ! Combined flux in latest and established models = 0.321596 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.321596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.268942Jy sigma=0.544021 ! Fit after self-cal, rms=0.268308Jy sigma=0.543627 wmodel J2325-4051_S_map.mod ! Writing 49 model components to file: J2325-4051_S_map.mod wobs J2325-4051_S_uvs.fits ! Writing UV FITS file: J2325-4051_S_uvs.fits wwins J2325-4051_S_map.win ! wwins: Wrote 1 windows to J2325-4051_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.0117769 Jy ! Component: 100 - total flux cleaned = 0.0217665 Jy ! Component: 150 - total flux cleaned = 0.0289549 Jy ! Component: 200 - total flux cleaned = 0.0341752 Jy ! Component: 250 - total flux cleaned = 0.0380882 Jy ! Component: 300 - total flux cleaned = 0.0408734 Jy ! Component: 350 - total flux cleaned = 0.0432411 Jy ! Component: 400 - total flux cleaned = 0.0459605 Jy ! Component: 450 - total flux cleaned = 0.0480586 Jy ! Component: 500 - total flux cleaned = 0.0502903 Jy ! Component: 550 - total flux cleaned = 0.0513636 Jy ! Component: 600 - total flux cleaned = 0.0519847 Jy ! Component: 650 - total flux cleaned = 0.0529826 Jy ! Component: 700 - total flux cleaned = 0.0539494 Jy ! Component: 750 - total flux cleaned = 0.0548864 Jy ! Component: 800 - total flux cleaned = 0.0557995 Jy ! Component: 850 - total flux cleaned = 0.0568692 Jy ! Component: 900 - total flux cleaned = 0.0577431 Jy ! Component: 950 - total flux cleaned = 0.0589401 Jy ! Component: 1000 - total flux cleaned = 0.0602783 Jy ! Component: 1050 - total flux cleaned = 0.06143 Jy ! Component: 1100 - total flux cleaned = 0.0630457 Jy ! Component: 1150 - total flux cleaned = 0.0646363 Jy ! Component: 1200 - total flux cleaned = 0.0663738 Jy ! Component: 1250 - total flux cleaned = 0.0682599 Jy ! Component: 1300 - total flux cleaned = 0.0704478 Jy ! Component: 1350 - total flux cleaned = 0.0723134 Jy ! Component: 1400 - total flux cleaned = 0.0740166 Jy ! Component: 1450 - total flux cleaned = 0.0755609 Jy ! Component: 1500 - total flux cleaned = 0.0771003 Jy ! Component: 1550 - total flux cleaned = 0.0789422 Jy ! Component: 1600 - total flux cleaned = 0.0803205 Jy ! Component: 1650 - total flux cleaned = 0.0818485 Jy ! Component: 1700 - total flux cleaned = 0.0836791 Jy ! Component: 1750 - total flux cleaned = 0.0848988 Jy ! Component: 1800 - total flux cleaned = 0.0864225 Jy ! Component: 1850 - total flux cleaned = 0.0877942 Jy ! Component: 1900 - total flux cleaned = 0.0893181 Jy ! Component: 1950 - total flux cleaned = 0.090996 Jy ! Component: 2000 - total flux cleaned = 0.0925268 Jy ! Component: 2050 - total flux cleaned = 0.0946805 Jy ! Component: 2100 - total flux cleaned = 0.0965371 Jy ! Component: 2150 - total flux cleaned = 0.0985598 Jy ! Component: 2200 - total flux cleaned = 0.100283 Jy ! Component: 2250 - total flux cleaned = 0.102173 Jy ! Component: 2300 - total flux cleaned = 0.104235 Jy ! Component: 2350 - total flux cleaned = 0.106153 Jy ! Component: 2400 - total flux cleaned = 0.108082 Jy ! Component: 2450 - total flux cleaned = 0.110187 Jy ! Component: 2500 - total flux cleaned = 0.112146 Jy ! Component: 2550 - total flux cleaned = 0.114285 Jy ! Component: 2600 - total flux cleaned = 0.116277 Jy ! Component: 2650 - total flux cleaned = 0.118285 Jy ! Component: 2700 - total flux cleaned = 0.120477 Jy ! Component: 2750 - total flux cleaned = 0.122689 Jy ! Component: 2800 - total flux cleaned = 0.124748 Jy ! Component: 2850 - total flux cleaned = 0.127173 Jy ! Component: 2900 - total flux cleaned = 0.129269 Jy ! Component: 2950 - total flux cleaned = 0.131559 Jy ! Component: 3000 - total flux cleaned = 0.134047 Jy ! Component: 3050 - total flux cleaned = 0.136198 Jy ! Component: 3100 - total flux cleaned = 0.138733 Jy ! Component: 3150 - total flux cleaned = 0.141111 Jy ! Component: 3200 - total flux cleaned = 0.14351 Jy ! Component: 3250 - total flux cleaned = 0.146118 Jy ! Component: 3300 - total flux cleaned = 0.148564 Jy ! Component: 3350 - total flux cleaned = 0.151224 Jy ! Component: 3400 - total flux cleaned = 0.153717 Jy ! Component: 3450 - total flux cleaned = 0.156233 Jy ! Component: 3500 - total flux cleaned = 0.158969 Jy ! Component: 3550 - total flux cleaned = 0.161733 Jy ! Component: 3600 - total flux cleaned = 0.164325 Jy ! Component: 3650 - total flux cleaned = 0.166941 Jy ! Component: 3700 - total flux cleaned = 0.16999 Jy ! Component: 3750 - total flux cleaned = 0.172658 Jy ! Component: 3800 - total flux cleaned = 0.175561 Jy ! Component: 3850 - total flux cleaned = 0.178491 Jy ! Component: 3900 - total flux cleaned = 0.181451 Jy ! Component: 3950 - total flux cleaned = 0.184657 Jy ! Component: 4000 - total flux cleaned = 0.187462 Jy ! Component: 4050 - total flux cleaned = 0.190295 Jy ! Total flux subtracted in 4096 components = 0.193378 Jy ! Clean residual min=-0.012270 max=0.013930 Jy/beam ! Clean residual mean=0.000461 rms=0.004283 Jy/beam ! Combined flux in latest and established models = 0.514975 Jy keep ! Adding 364 model components to the UV plane model. ! The established model now contains 413 components and 0.514975 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2325-4051_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.421 x 17.17 at -8.949 degrees (North through East) ! Clean map min=-0.017196 max=0.14777 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2325-4051_S_map.fits wmodel /image_prod/ug002_uva//J2325-4051_S_map.mod ! Writing 413 model components to file: /image_prod/ug002_uva//J2325-4051_S_map.mod wobs /image_prod/ug002_uva//J2325-4051_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2325-4051_S_uvs.fits wwins /image_prod/ug002_uva//J2325-4051_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2325-4051_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.147771 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00440943 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -8.95187 8.95187 17.9037 35.8075 71.615 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0132 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.147 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 33.512 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2325-4051_S_dfm.log closed on Thu Mar 5 06:16:07 2020