! Started logfile: /image_prod/ug002_uva//J0503+3403_S_dfm.log on Wed Mar 4 20:37:49 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//J0503+3403_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0503+3403_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.983796 visibilities/baseline/integration-bin. ! Found source: J0503+3403 ! ! 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 6375 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 J0503+3403_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 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010153Jy sigma=8.196140 ! Fit after self-cal, rms=0.898372Jy sigma=7.332011 ! 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.907 mas, bmaj=5.329 mas, bpa=-2.171 degrees ! Estimated noise=1.50758 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.0812314 Jy ! Component: 100 - total flux cleaned = 0.102539 Jy ! Total flux subtracted in 100 components = 0.102539 Jy ! Clean residual min=-0.014625 max=0.027690 Jy/beam ! Clean residual mean=-0.000005 rms=0.004479 Jy/beam ! Combined flux in latest and established models = 0.102539 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.102539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106339Jy sigma=0.842887 ! Fit after self-cal, rms=0.105607Jy sigma=0.837293 ! Inverting map ! Added new window around map position (19.5, 26.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0284327 Jy ! Component: 100 - total flux cleaned = 0.0453603 Jy ! Total flux subtracted in 100 components = 0.0453603 Jy ! Clean residual min=-0.015016 max=0.018685 Jy/beam ! Clean residual mean=-0.000005 rms=0.003751 Jy/beam ! Combined flux in latest and established models = 0.1479 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 20 components and 0.1479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096987Jy sigma=0.753262 ! Fit after self-cal, rms=0.093522Jy sigma=0.730200 ! 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.404 mas, bmaj=6.107 mas, bpa=-2.405 degrees ! Estimated noise=1.12728 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.0263006 Jy ! Component: 100 - total flux cleaned = 0.0438943 Jy ! Component: 150 - total flux cleaned = 0.0570858 Jy ! Component: 200 - total flux cleaned = 0.0673938 Jy ! Total flux subtracted in 200 components = 0.0673938 Jy ! Clean residual min=-0.013468 max=0.016980 Jy/beam ! Clean residual mean=-0.000009 rms=0.003625 Jy/beam ! Combined flux in latest and established models = 0.215293 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 52 components and 0.215293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084994Jy sigma=0.637489 ! Fit after self-cal, rms=0.082106Jy sigma=0.614641 ! 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.404 x 6.107 at -2.405 degrees (North through East) ! Clean map min=-0.010941 max=0.10434 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 1.03 HN 1.03 KP 0.84 ! LA 0.89 MK 1.15 NL 1.04 OV 0.80 ! SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.96 HN 1.09 KP 0.90 ! LA 0.94 MK 1.13 NL 0.80 OV 0.78 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.98 HN 1.03 KP 0.88 ! LA 0.89 MK 1.13 NL 0.96 OV 0.90 ! SC 1.02 ! ! ! Fit before self-cal, rms=0.082106Jy sigma=0.614641 ! Fit after self-cal, rms=0.075221Jy sigma=0.587606 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.562 mas, bmaj=6.364 mas, bpa=-1.689 degrees ! Estimated noise=1.05258 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 (14, 33.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.016474 Jy ! Component: 100 - total flux cleaned = 0.0240361 Jy ! Component: 150 - total flux cleaned = 0.0280908 Jy ! Component: 200 - total flux cleaned = 0.0307046 Jy ! Total flux subtracted in 200 components = 0.0307046 Jy ! Clean residual min=-0.007655 max=0.013820 Jy/beam ! Clean residual mean=-0.000000 rms=0.002241 Jy/beam ! Combined flux in latest and established models = 0.245998 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 90 components and 0.245998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071305Jy sigma=0.535922 ! Fit after self-cal, rms=0.070913Jy sigma=0.531437 ! Inverting map ! Added new window around map position (17, 18). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0106107 Jy ! Component: 100 - total flux cleaned = 0.0147591 Jy ! Component: 150 - total flux cleaned = 0.0183553 Jy ! Component: 200 - total flux cleaned = 0.0208315 Jy ! Total flux subtracted in 200 components = 0.0208315 Jy ! Clean residual min=-0.005850 max=0.008877 Jy/beam ! Clean residual mean=-0.000004 rms=0.001725 Jy/beam ! Combined flux in latest and established models = 0.266829 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 122 components and 0.266829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068620Jy sigma=0.503363 ! Fit after self-cal, rms=0.068367Jy sigma=0.500863 ! 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.068367Jy sigma=0.500863 ! Fit after self-cal, rms=0.066536Jy sigma=0.490935 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.558 mas, bmaj=6.322 mas, bpa=-1.867 degrees ! Estimated noise=1.04638 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00292295 Jy ! Component: 100 - total flux cleaned = 0.00538486 Jy ! Component: 150 - total flux cleaned = 0.00760711 Jy ! Component: 200 - total flux cleaned = 0.00952341 Jy ! Total flux subtracted in 200 components = 0.00952341 Jy ! Clean residual min=-0.004829 max=0.007228 Jy/beam ! Clean residual mean=-0.000002 rms=0.001400 Jy/beam ! Combined flux in latest and established models = 0.276353 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 143 components and 0.276353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065878Jy sigma=0.483256 ! Fit after self-cal, rms=0.065830Jy sigma=0.482428 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) ! Added new window around map position (24.5, 25.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00343238 Jy ! Component: 100 - total flux cleaned = 0.00521587 Jy ! Component: 150 - total flux cleaned = 0.00699062 Jy ! Component: 200 - total flux cleaned = 0.00866759 Jy ! Total flux subtracted in 200 components = 0.00866759 Jy ! Clean residual min=-0.004085 max=0.004734 Jy/beam ! Clean residual mean=-0.000002 rms=0.001230 Jy/beam ! Combined flux in latest and established models = 0.28502 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 167 components and 0.28502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065171Jy sigma=0.476034 ! Fit after self-cal, rms=0.065123Jy sigma=0.475722 ! 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.065123Jy sigma=0.475722 ! Fit after self-cal, rms=0.064115Jy sigma=0.474542 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.552 mas, bmaj=6.308 mas, bpa=-2.134 degrees ! Estimated noise=1.0434 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00288437 Jy ! Component: 100 - total flux cleaned = 0.00437386 Jy ! Component: 150 - total flux cleaned = 0.00534658 Jy ! Component: 200 - total flux cleaned = 0.00639796 Jy ! Total flux subtracted in 200 components = 0.00639796 Jy ! Clean residual min=-0.003930 max=0.004437 Jy/beam ! Clean residual mean=-0.000003 rms=0.001117 Jy/beam ! Combined flux in latest and established models = 0.291418 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 186 components and 0.291418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063861Jy sigma=0.471702 ! Fit after self-cal, rms=0.063843Jy sigma=0.471600 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.00097423 Jy ! Component: 100 - total flux cleaned = 0.00185671 Jy ! Component: 150 - total flux cleaned = 0.00267485 Jy ! Component: 200 - total flux cleaned = 0.00337565 Jy ! Total flux subtracted in 200 components = 0.00337565 Jy ! Clean residual min=-0.003796 max=0.004340 Jy/beam ! Clean residual mean=-0.000003 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.294794 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 195 components and 0.294794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063703Jy sigma=0.470183 ! Fit after self-cal, rms=0.063700Jy sigma=0.470129 ! 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.063700Jy sigma=0.470129 ! Fit after self-cal, rms=0.063152Jy sigma=0.469765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.109 mas, bmaj=9.57 mas, bpa=-3.372 degrees ! Estimated noise=1.20797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00335816 Jy ! Component: 100 - total flux cleaned = 0.00497441 Jy ! Component: 150 - total flux cleaned = 0.00627801 Jy ! Component: 200 - total flux cleaned = 0.00750258 Jy ! Total flux subtracted in 200 components = 0.00750258 Jy ! Clean residual min=-0.004903 max=0.005596 Jy/beam ! Clean residual mean=-0.000005 rms=0.001722 Jy/beam ! Combined flux in latest and established models = 0.302296 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 228 components and 0.302297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063082Jy sigma=0.468576 ! Fit after self-cal, rms=0.063070Jy sigma=0.468470 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.000579933 Jy ! Component: 100 - total flux cleaned = 0.00162023 Jy ! Component: 150 - total flux cleaned = 0.00262553 Jy ! Component: 200 - total flux cleaned = 0.00354017 Jy ! Total flux subtracted in 200 components = 0.00354017 Jy ! Clean residual min=-0.004734 max=0.005428 Jy/beam ! Clean residual mean=-0.000005 rms=0.001635 Jy/beam ! Combined flux in latest and established models = 0.305837 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 242 components and 0.305837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063051Jy sigma=0.468115 ! Fit after self-cal, rms=0.063047Jy sigma=0.468058 ! 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.545 mas, bmaj=6.303 mas, bpa=-2.191 degrees ! Estimated noise=1.04197 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.545 x 6.303 at -2.191 degrees (North through East) ! Clean map min=-0.0036077 max=0.098091 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.013 mas, bmaj=5.456 mas, bpa=-2.093 degrees ! Estimated noise=1.42603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0786055 Jy ! Component: 100 - total flux cleaned = 0.116097 Jy ! Component: 150 - total flux cleaned = 0.14265 Jy ! Component: 200 - total flux cleaned = 0.163225 Jy ! Total flux subtracted in 200 components = 0.163225 Jy ! Clean residual min=-0.009312 max=0.012224 Jy/beam ! Clean residual mean=-0.000007 rms=0.002721 Jy/beam ! Combined flux in latest and established models = 0.163225 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 40 model components to the UV plane model. ! The established model now contains 40 components and 0.163225 Jy ! Inverting map and beam ! Estimated beam: bmin=3.545 mas, bmaj=6.303 mas, bpa=-2.191 degrees ! Estimated noise=1.04197 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.0219224 Jy ! Component: 100 - total flux cleaned = 0.0382993 Jy ! Component: 150 - total flux cleaned = 0.0515639 Jy ! Component: 200 - total flux cleaned = 0.0626334 Jy ! Total flux subtracted in 200 components = 0.0626334 Jy ! Clean residual min=-0.006822 max=0.007099 Jy/beam ! Clean residual mean=-0.000010 rms=0.002091 Jy/beam ! Combined flux in latest and established models = 0.225858 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 95 components and 0.225858 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.109 mas, bmaj=9.57 mas, bpa=-3.372 degrees ! Estimated noise=1.20797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0163588 Jy ! Component: 100 - total flux cleaned = 0.0277639 Jy ! Component: 150 - total flux cleaned = 0.0369289 Jy ! Component: 200 - total flux cleaned = 0.0444111 Jy ! Total flux subtracted in 200 components = 0.0444111 Jy ! Clean residual min=-0.007038 max=0.006612 Jy/beam ! Clean residual mean=-0.000012 rms=0.002400 Jy/beam ! Combined flux in latest and established models = 0.270269 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.00475488 Jy ! Component: 100 - total flux cleaned = 0.00903727 Jy ! Component: 150 - total flux cleaned = 0.012722 Jy ! Component: 200 - total flux cleaned = 0.0160782 Jy ! Total flux subtracted in 200 components = 0.0160782 Jy ! Clean residual min=-0.005510 max=0.005834 Jy/beam ! Clean residual mean=-0.000008 rms=0.001960 Jy/beam ! Combined flux in latest and established models = 0.286348 Jy ! Adding 127 model components to the UV plane model. ! The established model now contains 208 components and 0.286347 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.545 mas, bmaj=6.303 mas, bpa=-2.191 degrees ! Estimated noise=1.04197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00487908 Jy ! Component: 100 - total flux cleaned = 0.00683605 Jy ! Component: 150 - total flux cleaned = 0.0074861 Jy ! Component: 200 - total flux cleaned = 0.00844084 Jy ! Total flux subtracted in 200 components = 0.00844084 Jy ! Clean residual min=-0.003997 max=0.005098 Jy/beam ! Clean residual mean=-0.000004 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.294788 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 231 components and 0.294788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063651Jy sigma=0.473499 ! Fit after self-cal, rms=0.063494Jy sigma=0.472428 wmodel J0503+3403_S_map.mod ! Writing 231 model components to file: J0503+3403_S_map.mod wobs J0503+3403_S_uvs.fits ! Writing UV FITS file: J0503+3403_S_uvs.fits wwins J0503+3403_S_map.win ! wwins: Wrote 5 windows to J0503+3403_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.00147498 Jy ! Component: 100 - total flux cleaned = 0.00274028 Jy ! Component: 150 - total flux cleaned = 0.00353002 Jy ! Component: 200 - total flux cleaned = 0.0042196 Jy ! Component: 250 - total flux cleaned = 0.00488192 Jy ! Component: 300 - total flux cleaned = 0.0054615 Jy ! Component: 350 - total flux cleaned = 0.00579624 Jy ! Component: 400 - total flux cleaned = 0.00606531 Jy ! Component: 450 - total flux cleaned = 0.00627484 Jy ! Component: 500 - total flux cleaned = 0.00652979 Jy ! Component: 550 - total flux cleaned = 0.00672858 Jy ! Component: 600 - total flux cleaned = 0.00706429 Jy ! Component: 650 - total flux cleaned = 0.00711153 Jy ! Component: 700 - total flux cleaned = 0.00733971 Jy ! Component: 750 - total flux cleaned = 0.00738396 Jy ! Component: 800 - total flux cleaned = 0.00742724 Jy ! Component: 850 - total flux cleaned = 0.00751192 Jy ! Component: 900 - total flux cleaned = 0.00759445 Jy ! Component: 950 - total flux cleaned = 0.0076361 Jy ! Component: 1000 - total flux cleaned = 0.00771516 Jy ! Component: 1050 - total flux cleaned = 0.00775394 Jy ! Component: 1100 - total flux cleaned = 0.0077541 Jy ! Component: 1150 - total flux cleaned = 0.0077547 Jy ! Component: 1200 - total flux cleaned = 0.00790047 Jy ! Component: 1250 - total flux cleaned = 0.00811392 Jy ! Component: 1300 - total flux cleaned = 0.00818324 Jy ! Component: 1350 - total flux cleaned = 0.00818421 Jy ! Component: 1400 - total flux cleaned = 0.00835347 Jy ! Component: 1450 - total flux cleaned = 0.00838586 Jy ! Component: 1500 - total flux cleaned = 0.00835354 Jy ! Component: 1550 - total flux cleaned = 0.00844784 Jy ! Component: 1600 - total flux cleaned = 0.00838497 Jy ! Component: 1650 - total flux cleaned = 0.00847684 Jy ! Component: 1700 - total flux cleaned = 0.00850673 Jy ! Component: 1750 - total flux cleaned = 0.00856641 Jy ! Component: 1800 - total flux cleaned = 0.00865388 Jy ! Component: 1850 - total flux cleaned = 0.0085963 Jy ! Component: 1900 - total flux cleaned = 0.00871003 Jy ! Component: 1950 - total flux cleaned = 0.00865391 Jy ! Component: 2000 - total flux cleaned = 0.00870897 Jy ! Component: 2050 - total flux cleaned = 0.00868204 Jy ! Component: 2100 - total flux cleaned = 0.00862909 Jy ! Component: 2150 - total flux cleaned = 0.00870816 Jy ! Component: 2200 - total flux cleaned = 0.00881128 Jy ! Component: 2250 - total flux cleaned = 0.00878547 Jy ! Component: 2300 - total flux cleaned = 0.00883513 Jy ! Component: 2350 - total flux cleaned = 0.00876056 Jy ! Component: 2400 - total flux cleaned = 0.00885855 Jy ! Component: 2450 - total flux cleaned = 0.00878688 Jy ! Component: 2500 - total flux cleaned = 0.00892927 Jy ! Component: 2550 - total flux cleaned = 0.00890532 Jy ! Component: 2600 - total flux cleaned = 0.0088589 Jy ! Component: 2650 - total flux cleaned = 0.00890461 Jy ! Component: 2700 - total flux cleaned = 0.00885964 Jy ! Component: 2750 - total flux cleaned = 0.0088815 Jy ! Component: 2800 - total flux cleaned = 0.00881582 Jy ! Component: 2850 - total flux cleaned = 0.00881595 Jy ! Component: 2900 - total flux cleaned = 0.00888019 Jy ! Component: 2950 - total flux cleaned = 0.00881638 Jy ! Component: 3000 - total flux cleaned = 0.00871206 Jy ! Component: 3050 - total flux cleaned = 0.00877457 Jy ! Component: 3100 - total flux cleaned = 0.00873326 Jy ! Component: 3150 - total flux cleaned = 0.00861166 Jy ! Component: 3200 - total flux cleaned = 0.00859191 Jy ! Component: 3250 - total flux cleaned = 0.00859207 Jy ! Component: 3300 - total flux cleaned = 0.00857214 Jy ! Component: 3350 - total flux cleaned = 0.00853349 Jy ! Component: 3400 - total flux cleaned = 0.00853344 Jy ! Component: 3450 - total flux cleaned = 0.00849538 Jy ! Component: 3500 - total flux cleaned = 0.00842049 Jy ! Component: 3550 - total flux cleaned = 0.00842078 Jy ! Component: 3600 - total flux cleaned = 0.00845768 Jy ! Component: 3650 - total flux cleaned = 0.0084032 Jy ! Component: 3700 - total flux cleaned = 0.00840324 Jy ! Component: 3750 - total flux cleaned = 0.00842125 Jy ! Component: 3800 - total flux cleaned = 0.00852716 Jy ! Component: 3850 - total flux cleaned = 0.00838717 Jy ! Component: 3900 - total flux cleaned = 0.00847397 Jy ! Component: 3950 - total flux cleaned = 0.00847394 Jy ! Component: 4000 - total flux cleaned = 0.00849082 Jy ! Component: 4050 - total flux cleaned = 0.00849063 Jy ! Total flux subtracted in 4096 components = 0.00845743 Jy ! Clean residual min=-0.000899 max=0.000898 Jy/beam ! Clean residual mean=0.000000 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.303246 Jy keep ! Adding 337 model components to the UV plane model. ! The established model now contains 568 components and 0.303246 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0503+3403_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.545 x 6.303 at -2.191 degrees (North through East) ! Clean map min=-0.002861 max=0.096069 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0503+3403_S_map.fits wmodel /image_prod/ug002_uva//J0503+3403_S_map.mod ! Writing 568 model components to file: /image_prod/ug002_uva//J0503+3403_S_map.mod wobs /image_prod/ug002_uva//J0503+3403_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0503+3403_S_uvs.fits wwins /image_prod/ug002_uva//J0503+3403_S_map.win ! wwins: Wrote 6 windows to /image_prod/ug002_uva//J0503+3403_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0960686 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000304085 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.949586 0.949586 1.89917 3.79835 7.59669 15.1934 30.3868 60.7735 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.096 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 315.927 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0503+3403_S_dfm.log closed on Wed Mar 4 20:37:53 2020