! Started logfile: /image_prod/ug002_uva//J2235-1826_S_dfm.log on Thu Mar 5 05:48:40 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//J2235-1826_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2235-1826_S_uva.fits ! AN table 1: 25 integrations on 36 of 36 possible baselines. ! AN table 2: 25 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.986667 visibilities/baseline/integration-bin. ! Found source: J2235-1826 ! ! 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 5328 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 J2235-1826_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.005193Jy sigma=7.111651 ! Fit after self-cal, rms=0.923460Jy sigma=6.519106 ! 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.856 mas, bmaj=8.835 mas, bpa=6.098 degrees ! Estimated noise=2.22282 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.0610319 Jy ! Component: 100 - total flux cleaned = 0.0772344 Jy ! Total flux subtracted in 100 components = 0.0772344 Jy ! Clean residual min=-0.006220 max=0.006453 Jy/beam ! Clean residual mean=-0.000019 rms=0.001512 Jy/beam ! Combined flux in latest and established models = 0.0772344 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0772344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077300Jy sigma=0.475988 ! Fit after self-cal, rms=0.077182Jy sigma=0.475181 ! 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.663 mas, bmaj=10.3 mas, bpa=4.782 degrees ! Estimated noise=1.42031 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.00708666 Jy ! Component: 100 - total flux cleaned = 0.00982576 Jy ! Component: 150 - total flux cleaned = 0.0109589 Jy ! Component: 200 - total flux cleaned = 0.0112181 Jy ! Total flux subtracted in 200 components = 0.0112181 Jy ! Clean residual min=-0.003433 max=0.003667 Jy/beam ! Clean residual mean=-0.000013 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.0884525 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 33 components and 0.0884525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076735Jy sigma=0.469620 ! Fit after self-cal, rms=0.076741Jy sigma=0.469554 ! 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.663 x 10.3 at 4.782 degrees (North through East) ! Clean map min=-0.0033269 max=0.079747 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00 HN 0.98 KP 0.95 ! LA 1.07 NL 0.92 OV 1.01 PT 1.03 ! SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.91 HN 1.12 KP 0.97 LA 1.04 ! MK 1.01 NL 0.99 OV 1.06 PT 1.05 ! SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.57 FD 1.00 HN 1.01 KP 0.94 ! LA 0.97 NL 1.03 OV 1.00 PT 0.98 ! SC 0.89 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.96 HN 1.21 KP 0.91 LA 1.00 ! MK 1.09 NL 1.06 OV 1.11 PT 0.96 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.96 HN 0.99 KP 0.88 ! LA 1.00 NL 0.99 OV 0.97 PT 0.98 ! SC 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.04 HN 1.13 KP 0.90 LA 0.98 ! MK 0.99 NL 0.95 OV 0.99 PT 0.92 ! SC 0.99 ! ! ! Fit before self-cal, rms=0.076741Jy sigma=0.469554 ! Fit after self-cal, rms=0.080538Jy sigma=0.466081 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.684 mas, bmaj=10.38 mas, bpa=4.909 degrees ! Estimated noise=1.41515 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.000415376 Jy ! Component: 100 - total flux cleaned = -0.000387472 Jy ! Component: 150 - total flux cleaned = -0.000387937 Jy ! Component: 200 - total flux cleaned = -0.000387868 Jy ! Total flux subtracted in 200 components = -0.000387868 Jy ! Clean residual min=-0.003098 max=0.003106 Jy/beam ! Clean residual mean=-0.000002 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.0880646 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 37 components and 0.0880646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080498Jy sigma=0.465940 ! Fit after self-cal, rms=0.080611Jy sigma=0.465774 ! 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.080611Jy sigma=0.465774 ! Fit after self-cal, rms=0.081006Jy sigma=0.465756 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.69 mas, bmaj=10.4 mas, bpa=4.773 degrees ! Estimated noise=1.41461 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000394275 Jy ! Component: 100 - total flux cleaned = -0.000322294 Jy ! Component: 150 - total flux cleaned = -0.000321359 Jy ! Component: 200 - total flux cleaned = -0.000320954 Jy ! Total flux subtracted in 200 components = -0.000320954 Jy ! Clean residual min=-0.003106 max=0.003140 Jy/beam ! Clean residual mean=-0.000001 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.0877437 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 40 components and 0.0877437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080977Jy sigma=0.465667 ! Fit after self-cal, rms=0.080977Jy sigma=0.465635 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.33769e-05 Jy ! Component: 100 - total flux cleaned = -6.00375e-06 Jy ! Component: 150 - total flux cleaned = 1.15919e-05 Jy ! Component: 200 - total flux cleaned = 1.21402e-05 Jy ! Total flux subtracted in 200 components = 1.21402e-05 Jy ! Clean residual min=-0.003120 max=0.003117 Jy/beam ! Clean residual mean=-0.000001 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.0877558 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 46 components and 0.0877558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080960Jy sigma=0.465577 ! Fit after self-cal, rms=0.080956Jy sigma=0.465557 ! 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.080956Jy sigma=0.465557 ! Fit after self-cal, rms=0.081140Jy sigma=0.465544 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.695 mas, bmaj=10.41 mas, bpa=4.618 degrees ! Estimated noise=1.41449 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000282724 Jy ! Component: 100 - total flux cleaned = -0.000262397 Jy ! Component: 150 - total flux cleaned = -0.000262288 Jy ! Component: 200 - total flux cleaned = -0.000262748 Jy ! Total flux subtracted in 200 components = -0.000262748 Jy ! Clean residual min=-0.003125 max=0.003134 Jy/beam ! Clean residual mean=-0.000001 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.0874931 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.0874931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081124Jy sigma=0.465503 ! Fit after self-cal, rms=0.081125Jy sigma=0.465484 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 = -8.17769e-05 Jy ! Component: 100 - total flux cleaned = -6.38798e-05 Jy ! Component: 150 - total flux cleaned = -5.0329e-05 Jy ! Component: 200 - total flux cleaned = -5.05567e-05 Jy ! Total flux subtracted in 200 components = -5.05567e-05 Jy ! Clean residual min=-0.003133 max=0.003119 Jy/beam ! Clean residual mean=-0.000001 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.0874425 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 0.0874425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081114Jy sigma=0.465449 ! Fit after self-cal, rms=0.081113Jy sigma=0.465434 ! 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.081113Jy sigma=0.465434 ! Fit after self-cal, rms=0.081303Jy sigma=0.465426 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.312 mas, bmaj=18.99 mas, bpa=0.1696 degrees ! Estimated noise=1.59961 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000198539 Jy ! Component: 100 - total flux cleaned = 0.000198244 Jy ! Component: 150 - total flux cleaned = 0.000199021 Jy ! Component: 200 - total flux cleaned = 0.000198785 Jy ! Total flux subtracted in 200 components = 0.000198785 Jy ! Clean residual min=-0.002597 max=0.002920 Jy/beam ! Clean residual mean=-0.000001 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.0876413 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 64 components and 0.0876413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081295Jy sigma=0.465451 ! Fit after self-cal, rms=0.081296Jy sigma=0.465400 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.45374e-06 Jy ! Component: 100 - total flux cleaned = -2.80361e-05 Jy ! Component: 150 - total flux cleaned = -4.15111e-05 Jy ! Component: 200 - total flux cleaned = -5.34347e-05 Jy ! Total flux subtracted in 200 components = -5.34347e-05 Jy ! Clean residual min=-0.002600 max=0.002905 Jy/beam ! Clean residual mean=-0.000001 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.0875879 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 69 components and 0.0875879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081293Jy sigma=0.465425 ! Fit after self-cal, rms=0.081292Jy sigma=0.465383 ! 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.702 mas, bmaj=10.44 mas, bpa=4.512 degrees ! Estimated noise=1.41429 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.702 x 10.44 at 4.512 degrees (North through East) ! Clean map min=-0.0030254 max=0.079564 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.893 mas, bmaj=8.933 mas, bpa=5.866 degrees ! Estimated noise=2.22314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0607109 Jy ! Component: 100 - total flux cleaned = 0.0777865 Jy ! Component: 150 - total flux cleaned = 0.0845865 Jy ! Component: 200 - total flux cleaned = 0.086401 Jy ! Total flux subtracted in 200 components = 0.086401 Jy ! Clean residual min=-0.005270 max=0.005231 Jy/beam ! Clean residual mean=-0.000002 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 0.086401 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.086401 Jy ! Inverting map and beam ! Estimated beam: bmin=3.702 mas, bmaj=10.44 mas, bpa=4.512 degrees ! Estimated noise=1.41429 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 = -7.69991e-06 Jy ! Component: 100 - total flux cleaned = 5.32146e-05 Jy ! Component: 150 - total flux cleaned = 0.000215813 Jy ! Component: 200 - total flux cleaned = 0.000381698 Jy ! Total flux subtracted in 200 components = 0.000381698 Jy ! Clean residual min=-0.003133 max=0.003123 Jy/beam ! Clean residual mean=-0.000002 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.0867827 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 24 components and 0.0867827 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.312 mas, bmaj=18.99 mas, bpa=0.1696 degrees ! Estimated noise=1.59961 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000461147 Jy ! Component: 100 - total flux cleaned = 0.000520508 Jy ! Component: 150 - total flux cleaned = 0.000585024 Jy ! Component: 200 - total flux cleaned = 0.000618235 Jy ! Total flux subtracted in 200 components = 0.000618235 Jy ! Clean residual min=-0.002603 max=0.002899 Jy/beam ! Clean residual mean=-0.000002 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.087401 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 = 2.90443e-05 Jy ! Component: 100 - total flux cleaned = 5.47867e-05 Jy ! Component: 150 - total flux cleaned = 7.84045e-05 Jy ! Component: 200 - total flux cleaned = 8.89845e-05 Jy ! Total flux subtracted in 200 components = 8.89845e-05 Jy ! Clean residual min=-0.002586 max=0.002913 Jy/beam ! Clean residual mean=-0.000001 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.08749 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 39 components and 0.0874899 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.702 mas, bmaj=10.44 mas, bpa=4.512 degrees ! Estimated noise=1.41429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000427767 Jy ! Component: 100 - total flux cleaned = -0.000279658 Jy ! Component: 150 - total flux cleaned = -0.000190248 Jy ! Component: 200 - total flux cleaned = -0.000190328 Jy ! Total flux subtracted in 200 components = -0.000190328 Jy ! Clean residual min=-0.003092 max=0.003175 Jy/beam ! Clean residual mean=-0.000001 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.0872996 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.0872996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081300Jy sigma=0.465460 ! Fit after self-cal, rms=0.081303Jy sigma=0.465419 wmodel J2235-1826_S_map.mod ! Writing 49 model components to file: J2235-1826_S_map.mod wobs J2235-1826_S_uvs.fits ! Writing UV FITS file: J2235-1826_S_uvs.fits wwins J2235-1826_S_map.win ! wwins: Wrote 1 windows to J2235-1826_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.000228567 Jy ! Component: 100 - total flux cleaned = 0.000575175 Jy ! Component: 150 - total flux cleaned = 0.000802833 Jy ! Component: 200 - total flux cleaned = 0.00114265 Jy ! Component: 250 - total flux cleaned = 0.00141871 Jy ! Component: 300 - total flux cleaned = 0.00175538 Jy ! Component: 350 - total flux cleaned = 0.00196852 Jy ! Component: 400 - total flux cleaned = 0.00220778 Jy ! Component: 450 - total flux cleaned = 0.00237337 Jy ! Component: 500 - total flux cleaned = 0.00250263 Jy ! Component: 550 - total flux cleaned = 0.00247079 Jy ! Component: 600 - total flux cleaned = 0.00240927 Jy ! Component: 650 - total flux cleaned = 0.00234896 Jy ! Component: 700 - total flux cleaned = 0.00231957 Jy ! Component: 750 - total flux cleaned = 0.00237538 Jy ! Component: 800 - total flux cleaned = 0.00232007 Jy ! Component: 850 - total flux cleaned = 0.00232009 Jy ! Component: 900 - total flux cleaned = 0.0023466 Jy ! Component: 950 - total flux cleaned = 0.0023202 Jy ! Component: 1000 - total flux cleaned = 0.00226897 Jy ! Component: 1050 - total flux cleaned = 0.00226937 Jy ! Component: 1100 - total flux cleaned = 0.00236704 Jy ! Component: 1150 - total flux cleaned = 0.00239102 Jy ! Component: 1200 - total flux cleaned = 0.00250942 Jy ! Component: 1250 - total flux cleaned = 0.00255606 Jy ! Component: 1300 - total flux cleaned = 0.00257946 Jy ! Component: 1350 - total flux cleaned = 0.0026473 Jy ! Component: 1400 - total flux cleaned = 0.00273638 Jy ! Component: 1450 - total flux cleaned = 0.00275809 Jy ! Component: 1500 - total flux cleaned = 0.00275831 Jy ! Component: 1550 - total flux cleaned = 0.00284378 Jy ! Component: 1600 - total flux cleaned = 0.00282281 Jy ! Component: 1650 - total flux cleaned = 0.00292726 Jy ! Component: 1700 - total flux cleaned = 0.00292711 Jy ! Component: 1750 - total flux cleaned = 0.00298905 Jy ! Component: 1800 - total flux cleaned = 0.00302957 Jy ! Component: 1850 - total flux cleaned = 0.00304954 Jy ! Component: 1900 - total flux cleaned = 0.00308922 Jy ! Component: 1950 - total flux cleaned = 0.00308924 Jy ! Component: 2000 - total flux cleaned = 0.00310851 Jy ! Component: 2050 - total flux cleaned = 0.00312814 Jy ! Component: 2100 - total flux cleaned = 0.00316612 Jy ! Component: 2150 - total flux cleaned = 0.00312881 Jy ! Component: 2200 - total flux cleaned = 0.00316627 Jy ! Component: 2250 - total flux cleaned = 0.00314766 Jy ! Component: 2300 - total flux cleaned = 0.00320246 Jy ! Component: 2350 - total flux cleaned = 0.00312976 Jy ! Component: 2400 - total flux cleaned = 0.00314752 Jy ! Component: 2450 - total flux cleaned = 0.00312966 Jy ! Component: 2500 - total flux cleaned = 0.00311194 Jy ! Component: 2550 - total flux cleaned = 0.00307682 Jy ! Component: 2600 - total flux cleaned = 0.0030767 Jy ! Component: 2650 - total flux cleaned = 0.00304212 Jy ! Component: 2700 - total flux cleaned = 0.00297384 Jy ! Component: 2750 - total flux cleaned = 0.00297394 Jy ! Component: 2800 - total flux cleaned = 0.00299045 Jy ! Component: 2850 - total flux cleaned = 0.00289036 Jy ! Component: 2900 - total flux cleaned = 0.00282415 Jy ! Component: 2950 - total flux cleaned = 0.00279134 Jy ! Component: 3000 - total flux cleaned = 0.00277519 Jy ! Component: 3050 - total flux cleaned = 0.00267809 Jy ! Component: 3100 - total flux cleaned = 0.00263004 Jy ! Component: 3150 - total flux cleaned = 0.00264571 Jy ! Component: 3200 - total flux cleaned = 0.00255086 Jy ! Component: 3250 - total flux cleaned = 0.00256664 Jy ! Component: 3300 - total flux cleaned = 0.00256643 Jy ! Component: 3350 - total flux cleaned = 0.00248905 Jy ! Component: 3400 - total flux cleaned = 0.00241207 Jy ! Component: 3450 - total flux cleaned = 0.00238154 Jy ! Component: 3500 - total flux cleaned = 0.00242714 Jy ! Component: 3550 - total flux cleaned = 0.00242711 Jy ! Component: 3600 - total flux cleaned = 0.00241216 Jy ! Component: 3650 - total flux cleaned = 0.00242709 Jy ! Component: 3700 - total flux cleaned = 0.00242705 Jy ! Component: 3750 - total flux cleaned = 0.00241215 Jy ! Component: 3800 - total flux cleaned = 0.00235357 Jy ! Component: 3850 - total flux cleaned = 0.00238274 Jy ! Component: 3900 - total flux cleaned = 0.00233916 Jy ! Component: 3950 - total flux cleaned = 0.00236806 Jy ! Component: 4000 - total flux cleaned = 0.00239668 Jy ! Component: 4050 - total flux cleaned = 0.00238244 Jy ! Total flux subtracted in 4096 components = 0.00235408 Jy ! Clean residual min=-0.000926 max=0.000787 Jy/beam ! Clean residual mean=-0.000002 rms=0.000255 Jy/beam ! Combined flux in latest and established models = 0.0896537 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 312 components and 0.0896537 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2235-1826_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.702 x 10.44 at 4.512 degrees (North through East) ! Clean map min=-0.0021487 max=0.079172 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2235-1826_S_map.fits wmodel /image_prod/ug002_uva//J2235-1826_S_map.mod ! Writing 312 model components to file: /image_prod/ug002_uva//J2235-1826_S_map.mod wobs /image_prod/ug002_uva//J2235-1826_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2235-1826_S_uvs.fits wwins /image_prod/ug002_uva//J2235-1826_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2235-1826_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0791722 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000246377 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.933574 0.933574 1.86715 3.7343 7.46859 14.9372 29.8744 59.7487 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.079 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 321.345 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2235-1826_S_dfm.log closed on Thu Mar 5 05:48:44 2020