! Started logfile: /image_prod/ug002_uva//J1510-0543_S_dfm.log on Thu Mar 5 02:08:00 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//J1510-0543_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1510-0543_S_uva.fits ! AN table 1: 90 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.792593 visibilities/baseline/integration-bin. ! Found source: J1510-0543 ! ! 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 9630 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 J1510-0543_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 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.039497Jy sigma=7.588909 ! Fit after self-cal, rms=0.796483Jy sigma=5.870023 ! 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.775 mas, bmaj=7.357 mas, bpa=-5.001 degrees ! Estimated noise=1.55334 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.15615 Jy ! Component: 100 - total flux cleaned = 0.190582 Jy ! Total flux subtracted in 100 components = 0.190582 Jy ! Clean residual min=-0.021507 max=0.039361 Jy/beam ! Clean residual mean=0.000016 rms=0.005144 Jy/beam ! Combined flux in latest and established models = 0.190582 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.190582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.140730Jy sigma=0.979971 ! Fit after self-cal, rms=0.140717Jy sigma=0.979725 ! Inverting map ! Added new window around map position (17.5, 3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0337854 Jy ! Component: 100 - total flux cleaned = 0.0496591 Jy ! Total flux subtracted in 100 components = 0.0496591 Jy ! Clean residual min=-0.021681 max=0.022270 Jy/beam ! Clean residual mean=0.000015 rms=0.004529 Jy/beam ! Combined flux in latest and established models = 0.240241 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.240241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.127252Jy sigma=0.894218 ! Fit after self-cal, rms=0.125627Jy sigma=0.886126 ! 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.331 mas, bmaj=8.55 mas, bpa=-5.855 degrees ! Estimated noise=1.03406 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.0286382 Jy ! Component: 100 - total flux cleaned = 0.0473413 Jy ! Component: 150 - total flux cleaned = 0.0607654 Jy ! Component: 200 - total flux cleaned = 0.0708887 Jy ! Total flux subtracted in 200 components = 0.0708887 Jy ! Clean residual min=-0.021882 max=0.021176 Jy/beam ! Clean residual mean=0.000070 rms=0.005602 Jy/beam ! Combined flux in latest and established models = 0.31113 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 40 components and 0.31113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.116686Jy sigma=0.841334 ! Fit after self-cal, rms=0.115850Jy sigma=0.837304 ! 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.331 x 8.55 at -5.855 degrees (North through East) ! Clean map min=-0.021547 max=0.20956 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 0.99 KP 0.88 ! LA 1.04 MK 0.94 NL 0.99 OV 1.02 ! PT 0.88 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.93 HN 1.01 KP 0.89 ! LA 1.03 MK 0.94 NL 0.89 OV 1.00 ! PT 0.89 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.25 HN 1.06 KP 1.05 ! LA 1.19 MK 0.86 NL 1.43 OV 1.05 ! PT 0.88 SC 1.06 ! ! ! Fit before self-cal, rms=0.115850Jy sigma=0.837304 ! Fit after self-cal, rms=0.126959Jy sigma=0.782634 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.27 mas, bmaj=8.646 mas, bpa=-6.646 degrees ! Estimated noise=1.02587 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.0107837 Jy ! Component: 100 - total flux cleaned = 0.0158718 Jy ! Component: 150 - total flux cleaned = 0.0184432 Jy ! Component: 200 - total flux cleaned = 0.0197201 Jy ! Total flux subtracted in 200 components = 0.0197201 Jy ! Clean residual min=-0.019961 max=0.016737 Jy/beam ! Clean residual mean=0.000052 rms=0.004893 Jy/beam ! Combined flux in latest and established models = 0.33085 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 54 components and 0.33085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.125334Jy sigma=0.776628 ! Fit after self-cal, rms=0.125286Jy sigma=0.775699 ! 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.125286Jy sigma=0.775699 ! Fit after self-cal, rms=0.104152Jy sigma=0.587666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=8.79 mas, bpa=-6.847 degrees ! Estimated noise=1.03234 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0085303 Jy ! Component: 100 - total flux cleaned = 0.0106259 Jy ! Component: 150 - total flux cleaned = 0.0115164 Jy ! Component: 200 - total flux cleaned = 0.0122632 Jy ! Total flux subtracted in 200 components = 0.0122632 Jy ! Clean residual min=-0.009486 max=0.010253 Jy/beam ! Clean residual mean=0.000094 rms=0.002614 Jy/beam ! Combined flux in latest and established models = 0.343113 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 72 components and 0.343113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103595Jy sigma=0.579090 ! Fit after self-cal, rms=0.103814Jy sigma=0.577741 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.000152358 Jy ! Component: 100 - total flux cleaned = 0.000482748 Jy ! Component: 150 - total flux cleaned = 0.000580154 Jy ! Component: 200 - total flux cleaned = 0.000576631 Jy ! Total flux subtracted in 200 components = 0.000576631 Jy ! Clean residual min=-0.009321 max=0.009686 Jy/beam ! Clean residual mean=0.000093 rms=0.002586 Jy/beam ! Combined flux in latest and established models = 0.34369 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 78 components and 0.34369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103652Jy sigma=0.575657 ! Fit after self-cal, rms=0.103581Jy sigma=0.575469 ! 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.103581Jy sigma=0.575469 ! Fit after self-cal, rms=0.105034Jy sigma=0.545946 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.299 mas, bmaj=8.781 mas, bpa=-6.722 degrees ! Estimated noise=1.03076 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00267641 Jy ! Component: 100 - total flux cleaned = 0.00257692 Jy ! Component: 150 - total flux cleaned = 0.00210645 Jy ! Component: 200 - total flux cleaned = 0.0017647 Jy ! Total flux subtracted in 200 components = 0.0017647 Jy ! Clean residual min=-0.009667 max=0.010401 Jy/beam ! Clean residual mean=0.000063 rms=0.002508 Jy/beam ! Combined flux in latest and established models = 0.345455 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 87 components and 0.345455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104842Jy sigma=0.543203 ! Fit after self-cal, rms=0.104865Jy sigma=0.543011 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.24206e-05 Jy ! Component: 100 - total flux cleaned = -0.000290087 Jy ! Component: 150 - total flux cleaned = -0.000360187 Jy ! Component: 200 - total flux cleaned = -0.000497778 Jy ! Total flux subtracted in 200 components = -0.000497778 Jy ! Clean residual min=-0.009588 max=0.010320 Jy/beam ! Clean residual mean=0.000063 rms=0.002495 Jy/beam ! Combined flux in latest and established models = 0.344957 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 90 components and 0.344957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104776Jy sigma=0.542091 ! Fit after self-cal, rms=0.104764Jy sigma=0.542063 ! 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.104764Jy sigma=0.542063 ! Fit after self-cal, rms=0.105049Jy sigma=0.541806 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.263 mas, bmaj=14.23 mas, bpa=-3.034 degrees ! Estimated noise=1.25846 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000663862 Jy ! Component: 100 - total flux cleaned = 0.00116639 Jy ! Component: 150 - total flux cleaned = 0.00172222 Jy ! Component: 200 - total flux cleaned = 0.0017993 Jy ! Total flux subtracted in 200 components = 0.0017993 Jy ! Clean residual min=-0.014931 max=0.013370 Jy/beam ! Clean residual mean=0.000129 rms=0.003988 Jy/beam ! Combined flux in latest and established models = 0.346756 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 95 components and 0.346756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105130Jy sigma=0.542124 ! Fit after self-cal, rms=0.105030Jy sigma=0.541280 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.000364758 Jy ! Component: 100 - total flux cleaned = 8.01017e-07 Jy ! Component: 150 - total flux cleaned = 3.0412e-07 Jy ! Component: 200 - total flux cleaned = 2.17492e-06 Jy ! Total flux subtracted in 200 components = 2.17492e-06 Jy ! Clean residual min=-0.014922 max=0.013333 Jy/beam ! Clean residual mean=0.000129 rms=0.003982 Jy/beam ! Combined flux in latest and established models = 0.346758 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 99 components and 0.346758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105146Jy sigma=0.542140 ! Fit after self-cal, rms=0.105108Jy sigma=0.541746 ! 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.298 mas, bmaj=8.759 mas, bpa=-6.57 degrees ! Estimated noise=1.02954 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.298 x 8.759 at -6.57 degrees (North through East) ! Clean map min=-0.0095856 max=0.20874 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.724 mas, bmaj=7.509 mas, bpa=-6.111 degrees ! Estimated noise=1.59162 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.159377 Jy ! Component: 100 - total flux cleaned = 0.211491 Jy ! Component: 150 - total flux cleaned = 0.242869 Jy ! Component: 200 - total flux cleaned = 0.26529 Jy ! Total flux subtracted in 200 components = 0.26529 Jy ! Clean residual min=-0.009500 max=0.015158 Jy/beam ! Clean residual mean=0.000017 rms=0.002738 Jy/beam ! Combined flux in latest and established models = 0.26529 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.26529 Jy ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=8.759 mas, bpa=-6.57 degrees ! Estimated noise=1.02954 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.026096 Jy ! Component: 100 - total flux cleaned = 0.0429086 Jy ! Component: 150 - total flux cleaned = 0.0546829 Jy ! Component: 200 - total flux cleaned = 0.0630345 Jy ! Total flux subtracted in 200 components = 0.0630345 Jy ! Clean residual min=-0.010376 max=0.010815 Jy/beam ! Clean residual mean=0.000064 rms=0.002783 Jy/beam ! Combined flux in latest and established models = 0.328325 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 55 components and 0.328325 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=8.263 mas, bmaj=14.23 mas, bpa=-3.034 degrees ! Estimated noise=1.25846 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0099867 Jy ! Component: 100 - total flux cleaned = 0.0120813 Jy ! Component: 150 - total flux cleaned = 0.0138546 Jy ! Component: 200 - total flux cleaned = 0.0151916 Jy ! Total flux subtracted in 200 components = 0.0151916 Jy ! Clean residual min=-0.015157 max=0.013024 Jy/beam ! Clean residual mean=0.000130 rms=0.004066 Jy/beam ! Combined flux in latest and established models = 0.343517 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.000910437 Jy ! Component: 100 - total flux cleaned = 0.00173388 Jy ! Component: 150 - total flux cleaned = 0.00230183 Jy ! Component: 200 - total flux cleaned = 0.00250725 Jy ! Total flux subtracted in 200 components = 0.00250725 Jy ! Clean residual min=-0.015028 max=0.013180 Jy/beam ! Clean residual mean=0.000129 rms=0.003980 Jy/beam ! Combined flux in latest and established models = 0.346024 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 67 components and 0.346024 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=8.759 mas, bpa=-6.57 degrees ! Estimated noise=1.02954 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000414866 Jy ! Component: 100 - total flux cleaned = -0.000957036 Jy ! Component: 150 - total flux cleaned = -0.00192732 Jy ! Component: 200 - total flux cleaned = -0.00250826 Jy ! Total flux subtracted in 200 components = -0.00250826 Jy ! Clean residual min=-0.010056 max=0.010005 Jy/beam ! Clean residual mean=0.000063 rms=0.002487 Jy/beam ! Combined flux in latest and established models = 0.343516 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.343516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105175Jy sigma=0.541821 ! Fit after self-cal, rms=0.105179Jy sigma=0.541517 wmodel J1510-0543_S_map.mod ! Writing 82 model components to file: J1510-0543_S_map.mod wobs J1510-0543_S_uvs.fits ! Writing UV FITS file: J1510-0543_S_uvs.fits wwins J1510-0543_S_map.win ! wwins: Wrote 2 windows to J1510-0543_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.000715784 Jy ! Component: 100 - total flux cleaned = 0.00150098 Jy ! Component: 150 - total flux cleaned = 0.00269478 Jy ! Component: 200 - total flux cleaned = 0.00339779 Jy ! Component: 250 - total flux cleaned = 0.0036606 Jy ! Component: 300 - total flux cleaned = 0.00365817 Jy ! Component: 350 - total flux cleaned = 0.0032901 Jy ! Component: 400 - total flux cleaned = 0.00317659 Jy ! Component: 450 - total flux cleaned = 0.00329331 Jy ! Component: 500 - total flux cleaned = 0.0032941 Jy ! Component: 550 - total flux cleaned = 0.00318464 Jy ! Component: 600 - total flux cleaned = 0.00307979 Jy ! Component: 650 - total flux cleaned = 0.00287482 Jy ! Component: 700 - total flux cleaned = 0.00307636 Jy ! Component: 750 - total flux cleaned = 0.00307597 Jy ! Component: 800 - total flux cleaned = 0.00307639 Jy ! Component: 850 - total flux cleaned = 0.00298392 Jy ! Component: 900 - total flux cleaned = 0.00307558 Jy ! Component: 950 - total flux cleaned = 0.00316731 Jy ! Component: 1000 - total flux cleaned = 0.00325563 Jy ! Component: 1050 - total flux cleaned = 0.00316946 Jy ! Component: 1100 - total flux cleaned = 0.00350966 Jy ! Component: 1150 - total flux cleaned = 0.00334201 Jy ! Component: 1200 - total flux cleaned = 0.00358959 Jy ! Component: 1250 - total flux cleaned = 0.00366964 Jy ! Component: 1300 - total flux cleaned = 0.00351247 Jy ! Component: 1350 - total flux cleaned = 0.00343543 Jy ! Component: 1400 - total flux cleaned = 0.00358797 Jy ! Component: 1450 - total flux cleaned = 0.00358933 Jy ! Component: 1500 - total flux cleaned = 0.0035153 Jy ! Component: 1550 - total flux cleaned = 0.00366117 Jy ! Component: 1600 - total flux cleaned = 0.00351699 Jy ! Component: 1650 - total flux cleaned = 0.00351843 Jy ! Component: 1700 - total flux cleaned = 0.00358949 Jy ! Component: 1750 - total flux cleaned = 0.0038638 Jy ! Component: 1800 - total flux cleaned = 0.00366123 Jy ! Component: 1850 - total flux cleaned = 0.00392718 Jy ! Component: 1900 - total flux cleaned = 0.00399243 Jy ! Component: 1950 - total flux cleaned = 0.00399176 Jy ! Component: 2000 - total flux cleaned = 0.00405669 Jy ! Component: 2050 - total flux cleaned = 0.00399404 Jy ! Component: 2100 - total flux cleaned = 0.004182 Jy ! Component: 2150 - total flux cleaned = 0.00442866 Jy ! Component: 2200 - total flux cleaned = 0.00461301 Jy ! Component: 2250 - total flux cleaned = 0.00497426 Jy ! Component: 2300 - total flux cleaned = 0.00533245 Jy ! Component: 2350 - total flux cleaned = 0.00527439 Jy ! Component: 2400 - total flux cleaned = 0.00568261 Jy ! Component: 2450 - total flux cleaned = 0.00579773 Jy ! Component: 2500 - total flux cleaned = 0.00602521 Jy ! Component: 2550 - total flux cleaned = 0.00602535 Jy ! Component: 2600 - total flux cleaned = 0.00608155 Jy ! Component: 2650 - total flux cleaned = 0.00630331 Jy ! Component: 2700 - total flux cleaned = 0.00635729 Jy ! Component: 2750 - total flux cleaned = 0.00662721 Jy ! Component: 2800 - total flux cleaned = 0.00646591 Jy ! Component: 2850 - total flux cleaned = 0.0065722 Jy ! Component: 2900 - total flux cleaned = 0.00672966 Jy ! Component: 2950 - total flux cleaned = 0.00693731 Jy ! Component: 3000 - total flux cleaned = 0.00709146 Jy ! Component: 3050 - total flux cleaned = 0.00714289 Jy ! Component: 3100 - total flux cleaned = 0.0074958 Jy ! Component: 3150 - total flux cleaned = 0.00759546 Jy ! Component: 3200 - total flux cleaned = 0.0077925 Jy ! Component: 3250 - total flux cleaned = 0.00793916 Jy ! Component: 3300 - total flux cleaned = 0.00803597 Jy ! Component: 3350 - total flux cleaned = 0.00808461 Jy ! Component: 3400 - total flux cleaned = 0.00808498 Jy ! Component: 3450 - total flux cleaned = 0.00832176 Jy ! Component: 3500 - total flux cleaned = 0.00827475 Jy ! Component: 3550 - total flux cleaned = 0.00841487 Jy ! Component: 3600 - total flux cleaned = 0.00841474 Jy ! Component: 3650 - total flux cleaned = 0.0085524 Jy ! Component: 3700 - total flux cleaned = 0.0085527 Jy ! Component: 3750 - total flux cleaned = 0.00877848 Jy ! Component: 3800 - total flux cleaned = 0.00886807 Jy ! Component: 3850 - total flux cleaned = 0.00895688 Jy ! Component: 3900 - total flux cleaned = 0.00900045 Jy ! Component: 3950 - total flux cleaned = 0.00895661 Jy ! Component: 4000 - total flux cleaned = 0.0090434 Jy ! Component: 4050 - total flux cleaned = 0.00917219 Jy ! Total flux subtracted in 4096 components = 0.00908662 Jy ! Clean residual min=-0.002464 max=0.002605 Jy/beam ! Clean residual mean=0.000024 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.352602 Jy keep ! Adding 419 model components to the UV plane model. ! The established model now contains 501 components and 0.352602 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1510-0543_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.298 x 8.759 at -6.57 degrees (North through East) ! Clean map min=-0.0061552 max=0.20975 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1510-0543_S_map.fits wmodel /image_prod/ug002_uva//J1510-0543_S_map.mod ! Writing 501 model components to file: /image_prod/ug002_uva//J1510-0543_S_map.mod wobs /image_prod/ug002_uva//J1510-0543_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1510-0543_S_uvs.fits wwins /image_prod/ug002_uva//J1510-0543_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1510-0543_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.209748 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00092403 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.32163 1.32163 2.64326 5.28651 10.573 21.1461 42.2921 84.5842 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0027 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.209 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 226.992 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1510-0543_S_dfm.log closed on Thu Mar 5 02:08:04 2020