! Started logfile: /image_prod/ug002_uva//J1603-1007_S_dfm.log on Thu Mar 5 02:32:55 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//J1603-1007_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1603-1007_S_uva.fits ! AN table 1: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.997917 visibilities/baseline/integration-bin. ! Found source: J1603-1007 ! ! 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 40 lines of history. ! ! Reading 4311 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 J1603-1007_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.014314Jy sigma=7.634483 ! Fit after self-cal, rms=0.882269Jy sigma=6.668376 ! 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.686 mas, bmaj=7.302 mas, bpa=-2.941 degrees ! Estimated noise=1.85319 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.0914802 Jy ! Component: 100 - total flux cleaned = 0.114016 Jy ! Total flux subtracted in 100 components = 0.114016 Jy ! Clean residual min=-0.006289 max=0.008736 Jy/beam ! Clean residual mean=0.000009 rms=0.001569 Jy/beam ! Combined flux in latest and established models = 0.114016 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.114016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083220Jy sigma=0.490590 ! Fit after self-cal, rms=0.083219Jy sigma=0.490416 ! 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.143 mas, bmaj=8.159 mas, bpa=-2.411 degrees ! Estimated noise=1.49178 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.00999498 Jy ! Component: 100 - total flux cleaned = 0.0139699 Jy ! Component: 150 - total flux cleaned = 0.0150151 Jy ! Component: 200 - total flux cleaned = 0.0152719 Jy ! Total flux subtracted in 200 components = 0.0152719 Jy ! Clean residual min=-0.004742 max=0.004451 Jy/beam ! Clean residual mean=0.000006 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 0.129288 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.129288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081829Jy sigma=0.481818 ! Fit after self-cal, rms=0.081824Jy sigma=0.481710 ! 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.143 x 8.159 at -2.411 degrees (North through East) ! Clean map min=-0.0044491 max=0.11953 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 0.98 KP 1.01 ! LA 1.05 MK 1.03 OV 0.82 PT 1.00 ! SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.05 HN 0.93 KP 1.05 ! LA 1.12 MK 0.98 OV 0.88 PT 1.02 ! SC 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 0.99 KP 1.10 ! LA 1.01 MK 1.00 OV 0.91 PT 1.01 ! SC 1.11 ! ! ! Fit before self-cal, rms=0.081824Jy sigma=0.481710 ! Fit after self-cal, rms=0.079490Jy sigma=0.473314 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.134 mas, bmaj=8.149 mas, bpa=-2.486 degrees ! Estimated noise=1.49312 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.000513479 Jy ! Component: 100 - total flux cleaned = 0.000509758 Jy ! Component: 150 - total flux cleaned = 0.000546245 Jy ! Component: 200 - total flux cleaned = 0.000547135 Jy ! Total flux subtracted in 200 components = 0.000547135 Jy ! Clean residual min=-0.003300 max=0.003015 Jy/beam ! Clean residual mean=0.000001 rms=0.000818 Jy/beam ! Combined flux in latest and established models = 0.129835 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 27 components and 0.129835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079396Jy sigma=0.473146 ! Fit after self-cal, rms=0.079411Jy sigma=0.472946 ! 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.079411Jy sigma=0.472946 ! Fit after self-cal, rms=0.075063Jy sigma=0.468970 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=8.156 mas, bpa=-2.364 degrees ! Estimated noise=1.49245 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.07242e-05 Jy ! Component: 100 - total flux cleaned = -6.41852e-05 Jy ! Component: 150 - total flux cleaned = -6.23751e-05 Jy ! Component: 200 - total flux cleaned = -3.92825e-05 Jy ! Total flux subtracted in 200 components = -3.92825e-05 Jy ! Clean residual min=-0.003544 max=0.002649 Jy/beam ! Clean residual mean=-0.000000 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.129796 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 37 components and 0.129796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075034Jy sigma=0.468850 ! Fit after self-cal, rms=0.075019Jy sigma=0.468802 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 = 3.76717e-05 Jy ! Component: 100 - total flux cleaned = 3.68819e-05 Jy ! Component: 150 - total flux cleaned = 5.61346e-05 Jy ! Component: 200 - total flux cleaned = 5.5784e-05 Jy ! Total flux subtracted in 200 components = 5.5784e-05 Jy ! Clean residual min=-0.003540 max=0.002633 Jy/beam ! Clean residual mean=-0.000000 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.129852 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 40 components and 0.129852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075004Jy sigma=0.468732 ! Fit after self-cal, rms=0.074995Jy sigma=0.468721 ! 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.074995Jy sigma=0.468721 ! Fit after self-cal, rms=0.075029Jy sigma=0.468701 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.132 mas, bmaj=8.158 mas, bpa=-2.312 degrees ! Estimated noise=1.49144 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.29669e-05 Jy ! Component: 100 - total flux cleaned = -8.25811e-06 Jy ! Component: 150 - total flux cleaned = 9.89399e-06 Jy ! Component: 200 - total flux cleaned = 1.01315e-05 Jy ! Total flux subtracted in 200 components = 1.01315e-05 Jy ! Clean residual min=-0.003529 max=0.002634 Jy/beam ! Clean residual mean=-0.000000 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.129862 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 0.129862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075014Jy sigma=0.468646 ! Fit after self-cal, rms=0.075010Jy sigma=0.468638 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 = 4.56289e-05 Jy ! Component: 100 - total flux cleaned = 6.22287e-05 Jy ! Component: 150 - total flux cleaned = 6.20733e-05 Jy ! Component: 200 - total flux cleaned = 6.23335e-05 Jy ! Total flux subtracted in 200 components = 6.23335e-05 Jy ! Clean residual min=-0.003529 max=0.002623 Jy/beam ! Clean residual mean=-0.000000 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.129924 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.129924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075001Jy sigma=0.468601 ! Fit after self-cal, rms=0.074996Jy sigma=0.468594 ! 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.074996Jy sigma=0.468594 ! Fit after self-cal, rms=0.074963Jy sigma=0.468586 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.96 mas, bmaj=15.21 mas, bpa=5.161 degrees ! Estimated noise=1.8732 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000294126 Jy ! Component: 100 - total flux cleaned = 0.000294897 Jy ! Component: 150 - total flux cleaned = 0.00031436 Jy ! Component: 200 - total flux cleaned = 0.000322423 Jy ! Total flux subtracted in 200 components = 0.000322423 Jy ! Clean residual min=-0.003144 max=0.002555 Jy/beam ! Clean residual mean=0.000002 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.130246 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.130246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074962Jy sigma=0.468589 ! Fit after self-cal, rms=0.074961Jy sigma=0.468578 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 = -4.12587e-06 Jy ! Component: 100 - total flux cleaned = 5.02037e-06 Jy ! Component: 150 - total flux cleaned = 1.34475e-05 Jy ! Component: 200 - total flux cleaned = 1.36924e-05 Jy ! Total flux subtracted in 200 components = 1.36924e-05 Jy ! Clean residual min=-0.003139 max=0.002554 Jy/beam ! Clean residual mean=0.000002 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.13026 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.13026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074960Jy sigma=0.468587 ! Fit after self-cal, rms=0.074960Jy sigma=0.468579 ! 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.13 mas, bmaj=8.158 mas, bpa=-2.279 degrees ! Estimated noise=1.49037 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.13 x 8.158 at -2.279 degrees (North through East) ! Clean map min=-0.0033334 max=0.11937 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.685 mas, bmaj=7.346 mas, bpa=-2.811 degrees ! Estimated noise=1.85783 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0915821 Jy ! Component: 100 - total flux cleaned = 0.114695 Jy ! Component: 150 - total flux cleaned = 0.123804 Jy ! Component: 200 - total flux cleaned = 0.127118 Jy ! Total flux subtracted in 200 components = 0.127118 Jy ! Clean residual min=-0.004626 max=0.003973 Jy/beam ! Clean residual mean=0.000001 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.127118 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.127118 Jy ! Inverting map and beam ! Estimated beam: bmin=3.13 mas, bmaj=8.158 mas, bpa=-2.279 degrees ! Estimated noise=1.49037 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.00193126 Jy ! Component: 100 - total flux cleaned = 0.0023193 Jy ! Component: 150 - total flux cleaned = 0.00255584 Jy ! Component: 200 - total flux cleaned = 0.00264877 Jy ! Total flux subtracted in 200 components = 0.00264877 Jy ! Clean residual min=-0.003549 max=0.002718 Jy/beam ! Clean residual mean=0.000000 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.129767 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.129767 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.96 mas, bmaj=15.21 mas, bpa=5.161 degrees ! Estimated noise=1.8732 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000414397 Jy ! Component: 100 - total flux cleaned = 0.000438581 Jy ! Component: 150 - total flux cleaned = 0.000458765 Jy ! Component: 200 - total flux cleaned = 0.000490128 Jy ! Total flux subtracted in 200 components = 0.000490128 Jy ! Clean residual min=-0.003193 max=0.002577 Jy/beam ! Clean residual mean=0.000002 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.130257 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.24567e-05 Jy ! Component: 100 - total flux cleaned = 2.29553e-05 Jy ! Component: 150 - total flux cleaned = 2.37512e-05 Jy ! Component: 200 - total flux cleaned = 2.36091e-05 Jy ! Total flux subtracted in 200 components = 2.36091e-05 Jy ! Clean residual min=-0.003177 max=0.002578 Jy/beam ! Clean residual mean=0.000002 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.130281 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 38 components and 0.130281 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.13 mas, bmaj=8.158 mas, bpa=-2.279 degrees ! Estimated noise=1.49037 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.03738e-05 Jy ! Component: 100 - total flux cleaned = -0.000104365 Jy ! Component: 150 - total flux cleaned = -0.000103573 Jy ! Component: 200 - total flux cleaned = -0.000104414 Jy ! Total flux subtracted in 200 components = -0.000104414 Jy ! Clean residual min=-0.003476 max=0.002717 Jy/beam ! Clean residual mean=-0.000000 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.130176 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.130176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074978Jy sigma=0.468717 ! Fit after self-cal, rms=0.074980Jy sigma=0.468712 wmodel J1603-1007_S_map.mod ! Writing 49 model components to file: J1603-1007_S_map.mod wobs J1603-1007_S_uvs.fits ! Writing UV FITS file: J1603-1007_S_uvs.fits wwins J1603-1007_S_map.win ! wwins: Wrote 1 windows to J1603-1007_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.00100376 Jy ! Component: 100 - total flux cleaned = -0.00100997 Jy ! Component: 150 - total flux cleaned = -0.00105305 Jy ! Component: 200 - total flux cleaned = -0.00109576 Jy ! Component: 250 - total flux cleaned = -0.0012207 Jy ! Component: 300 - total flux cleaned = -0.00137996 Jy ! Component: 350 - total flux cleaned = -0.00130359 Jy ! Component: 400 - total flux cleaned = -0.00130414 Jy ! Component: 450 - total flux cleaned = -0.00126828 Jy ! Component: 500 - total flux cleaned = -0.00126793 Jy ! Component: 550 - total flux cleaned = -0.00116339 Jy ! Component: 600 - total flux cleaned = -0.00109559 Jy ! Component: 650 - total flux cleaned = -0.000996409 Jy ! Component: 700 - total flux cleaned = -0.000996142 Jy ! Component: 750 - total flux cleaned = -0.00096373 Jy ! Component: 800 - total flux cleaned = -0.000902029 Jy ! Component: 850 - total flux cleaned = -0.000902267 Jy ! Component: 900 - total flux cleaned = -0.000872676 Jy ! Component: 950 - total flux cleaned = -0.000931208 Jy ! Component: 1000 - total flux cleaned = -0.000930494 Jy ! Component: 1050 - total flux cleaned = -0.000930325 Jy ! Component: 1100 - total flux cleaned = -0.000846728 Jy ! Component: 1150 - total flux cleaned = -0.00095629 Jy ! Component: 1200 - total flux cleaned = -0.000901907 Jy ! Component: 1250 - total flux cleaned = -0.000928292 Jy ! Component: 1300 - total flux cleaned = -0.000980328 Jy ! Component: 1350 - total flux cleaned = -0.00100578 Jy ! Component: 1400 - total flux cleaned = -0.00103109 Jy ! Component: 1450 - total flux cleaned = -0.00103091 Jy ! Component: 1500 - total flux cleaned = -0.00100672 Jy ! Component: 1550 - total flux cleaned = -0.00103097 Jy ! Component: 1600 - total flux cleaned = -0.00103056 Jy ! Component: 1650 - total flux cleaned = -0.00105388 Jy ! Component: 1700 - total flux cleaned = -0.00105359 Jy ! Component: 1750 - total flux cleaned = -0.00103011 Jy ! Component: 1800 - total flux cleaned = -0.000984789 Jy ! Component: 1850 - total flux cleaned = -0.000917679 Jy ! Component: 1900 - total flux cleaned = -0.00091779 Jy ! Component: 1950 - total flux cleaned = -0.000917634 Jy ! Component: 2000 - total flux cleaned = -0.000917328 Jy ! Component: 2050 - total flux cleaned = -0.000832842 Jy ! Component: 2100 - total flux cleaned = -0.000811807 Jy ! Component: 2150 - total flux cleaned = -0.000832357 Jy ! Component: 2200 - total flux cleaned = -0.000669927 Jy ! Component: 2250 - total flux cleaned = -0.000670004 Jy ! Component: 2300 - total flux cleaned = -0.000630805 Jy ! Component: 2350 - total flux cleaned = -0.000630871 Jy ! Component: 2400 - total flux cleaned = -0.000553093 Jy ! Component: 2450 - total flux cleaned = -0.000457404 Jy ! Component: 2500 - total flux cleaned = -0.000419722 Jy ! Component: 2550 - total flux cleaned = -0.000400815 Jy ! Component: 2600 - total flux cleaned = -0.000289755 Jy ! Component: 2650 - total flux cleaned = -0.000198402 Jy ! Component: 2700 - total flux cleaned = -0.000144412 Jy ! Component: 2750 - total flux cleaned = 3.45931e-05 Jy ! Component: 2800 - total flux cleaned = 0.0001053 Jy ! Component: 2850 - total flux cleaned = 0.000228265 Jy ! Component: 2900 - total flux cleaned = 0.000315178 Jy ! Component: 2950 - total flux cleaned = 0.000418163 Jy ! Component: 3000 - total flux cleaned = 0.000554226 Jy ! Component: 3050 - total flux cleaned = 0.000621396 Jy ! Component: 3100 - total flux cleaned = 0.000637827 Jy ! Component: 3150 - total flux cleaned = 0.000704281 Jy ! Component: 3200 - total flux cleaned = 0.000835464 Jy ! Component: 3250 - total flux cleaned = 0.000900458 Jy ! Component: 3300 - total flux cleaned = 0.000996958 Jy ! Component: 3350 - total flux cleaned = 0.000964768 Jy ! Component: 3400 - total flux cleaned = 0.00109157 Jy ! Component: 3450 - total flux cleaned = 0.00118575 Jy ! Component: 3500 - total flux cleaned = 0.00126371 Jy ! Component: 3550 - total flux cleaned = 0.00129456 Jy ! Component: 3600 - total flux cleaned = 0.00138677 Jy ! Component: 3650 - total flux cleaned = 0.00150873 Jy ! Component: 3700 - total flux cleaned = 0.00155415 Jy ! Component: 3750 - total flux cleaned = 0.00168895 Jy ! Component: 3800 - total flux cleaned = 0.00176306 Jy ! Component: 3850 - total flux cleaned = 0.00177778 Jy ! Component: 3900 - total flux cleaned = 0.00188044 Jy ! Component: 3950 - total flux cleaned = 0.00196761 Jy ! Component: 4000 - total flux cleaned = 0.00201113 Jy ! Component: 4050 - total flux cleaned = 0.00215434 Jy ! Total flux subtracted in 4096 components = 0.0021543 Jy ! Clean residual min=-0.000847 max=0.000748 Jy/beam ! Clean residual mean=0.000000 rms=0.000249 Jy/beam ! Combined flux in latest and established models = 0.132331 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 306 components and 0.132331 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1603-1007_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.13 x 8.158 at -2.279 degrees (North through East) ! Clean map min=-0.0021624 max=0.11923 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1603-1007_S_map.fits wmodel /image_prod/ug002_uva//J1603-1007_S_map.mod ! Writing 306 model components to file: /image_prod/ug002_uva//J1603-1007_S_map.mod wobs /image_prod/ug002_uva//J1603-1007_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1603-1007_S_uvs.fits wwins /image_prod/ug002_uva//J1603-1007_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1603-1007_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.119226 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000241881 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.608628 0.608628 1.21726 2.43451 4.86902 9.73804 19.4761 38.9522 77.9043 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.119 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 492.912 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1603-1007_S_dfm.log closed on Thu Mar 5 02:32:59 2020