! Started logfile: /image_prod/ug002_uva//J1224+4335_S_dfm.log on Thu Mar 5 00:38:44 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//J1224+4335_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1224+4335_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.466204 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1224+4335 ! ! 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 3021 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 J1224+4335_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 192 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 192 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 192 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.993241Jy sigma=7.936861 ! Fit after self-cal, rms=0.782655Jy sigma=6.193061 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.189 mas, bmaj=6.319 mas, bpa=33.1 degrees ! Estimated noise=2.85323 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.174277 Jy ! Component: 100 - total flux cleaned = 0.212984 Jy ! Total flux subtracted in 100 components = 0.212984 Jy ! Clean residual min=-0.011684 max=0.015226 Jy/beam ! Clean residual mean=-0.000028 rms=0.003267 Jy/beam ! Combined flux in latest and established models = 0.212984 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.212984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073598Jy sigma=0.536544 ! Fit after self-cal, rms=0.073520Jy sigma=0.536243 ! 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.778 mas, bmaj=6.884 mas, bpa=33.36 degrees ! Estimated noise=1.66642 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.015182 Jy ! Component: 100 - total flux cleaned = 0.0170317 Jy ! Component: 150 - total flux cleaned = 0.0178055 Jy ! Component: 200 - total flux cleaned = 0.0186195 Jy ! Total flux subtracted in 200 components = 0.0186195 Jy ! Clean residual min=-0.010095 max=0.009083 Jy/beam ! Clean residual mean=-0.000014 rms=0.002316 Jy/beam ! Combined flux in latest and established models = 0.231604 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.231604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070059Jy sigma=0.504680 ! Fit after self-cal, rms=0.069994Jy sigma=0.504053 ! 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.778 x 6.884 at 33.36 degrees (North through East) ! Clean map min=-0.0095343 max=0.22301 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.09 HN 1.02 KP 1.01 ! LA 1.01 MK 1.07 NL 0.98 OV 0.86 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.06 HN 1.03 KP 1.07 ! LA 1.03 MK 1.09 NL 0.88 OV 0.90 ! SC 0.87 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.11 HN 1.03 KP 1.02 ! LA 0.99 MK 1.06 NL 0.90 OV 0.93 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.069994Jy sigma=0.504053 ! Fit after self-cal, rms=0.064735Jy sigma=0.471995 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.755 mas, bmaj=6.847 mas, bpa=33.23 degrees ! Estimated noise=1.63327 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.00177428 Jy ! Component: 100 - total flux cleaned = -0.0020667 Jy ! Component: 150 - total flux cleaned = -0.002387 Jy ! Component: 200 - total flux cleaned = -0.00238741 Jy ! Total flux subtracted in 200 components = -0.00238741 Jy ! Clean residual min=-0.006053 max=0.005413 Jy/beam ! Clean residual mean=0.000001 rms=0.001396 Jy/beam ! Combined flux in latest and established models = 0.229216 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 31 components and 0.229216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064379Jy sigma=0.470104 ! Fit after self-cal, rms=0.064362Jy sigma=0.469809 ! 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.064362Jy sigma=0.469809 ! Fit after self-cal, rms=0.067208Jy sigma=0.454405 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.726 mas, bmaj=6.894 mas, bpa=33.02 degrees ! Estimated noise=1.64144 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00222298 Jy ! Component: 100 - total flux cleaned = 0.00258888 Jy ! Component: 150 - total flux cleaned = 0.00266657 Jy ! Component: 200 - total flux cleaned = 0.00266327 Jy ! Total flux subtracted in 200 components = 0.00266327 Jy ! Clean residual min=-0.003209 max=0.003316 Jy/beam ! Clean residual mean=0.000005 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 0.23188 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.23188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067116Jy sigma=0.453568 ! Fit after self-cal, rms=0.067313Jy sigma=0.453361 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.9746e-05 Jy ! Component: 100 - total flux cleaned = 3.01134e-05 Jy ! Component: 150 - total flux cleaned = 9.43655e-06 Jy ! Component: 200 - total flux cleaned = 9.63507e-06 Jy ! Total flux subtracted in 200 components = 9.63507e-06 Jy ! Clean residual min=-0.003163 max=0.003284 Jy/beam ! Clean residual mean=0.000005 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.231889 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.231889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067294Jy sigma=0.453259 ! Fit after self-cal, rms=0.067288Jy sigma=0.453243 ! 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.067288Jy sigma=0.453243 ! Fit after self-cal, rms=0.067581Jy sigma=0.452930 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.711 mas, bmaj=6.898 mas, bpa=32.98 degrees ! Estimated noise=1.64103 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144798 Jy ! Component: 100 - total flux cleaned = 0.0016087 Jy ! Component: 150 - total flux cleaned = 0.00163393 Jy ! Component: 200 - total flux cleaned = 0.00165431 Jy ! Total flux subtracted in 200 components = 0.00165431 Jy ! Clean residual min=-0.002972 max=0.003247 Jy/beam ! Clean residual mean=0.000006 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.233544 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.233544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067544Jy sigma=0.452636 ! Fit after self-cal, rms=0.067543Jy sigma=0.452623 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 (104, 51). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00286072 Jy ! Component: 100 - total flux cleaned = 0.00402311 Jy ! Component: 150 - total flux cleaned = 0.00448507 Jy ! Component: 200 - total flux cleaned = 0.00499698 Jy ! Total flux subtracted in 200 components = 0.00499698 Jy ! Clean residual min=-0.003169 max=0.002864 Jy/beam ! Clean residual mean=0.000001 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.238541 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 67 components and 0.238541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067395Jy sigma=0.451408 ! Fit after self-cal, rms=0.067380Jy sigma=0.451317 ! 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.067380Jy sigma=0.451317 ! Fit after self-cal, rms=0.067424Jy sigma=0.451180 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.961 mas, bmaj=8.919 mas, bpa=26.5 degrees ! Estimated noise=1.97932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145979 Jy ! Component: 100 - total flux cleaned = 0.00218557 Jy ! Component: 150 - total flux cleaned = 0.00263877 Jy ! Component: 200 - total flux cleaned = 0.00302192 Jy ! Total flux subtracted in 200 components = 0.00302192 Jy ! Clean residual min=-0.003192 max=0.002959 Jy/beam ! Clean residual mean=-0.000000 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.241562 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 91 components and 0.241562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067387Jy sigma=0.450966 ! Fit after self-cal, rms=0.067380Jy sigma=0.450921 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.00035132 Jy ! Component: 100 - total flux cleaned = 0.000754677 Jy ! Component: 150 - total flux cleaned = 0.000894013 Jy ! Component: 200 - total flux cleaned = 0.00106246 Jy ! Total flux subtracted in 200 components = 0.00106246 Jy ! Clean residual min=-0.003104 max=0.002867 Jy/beam ! Clean residual mean=-0.000001 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.242625 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 105 components and 0.242625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067362Jy sigma=0.450878 ! Fit after self-cal, rms=0.067360Jy sigma=0.450854 ! 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=6.904 mas, bpa=33.03 degrees ! Estimated noise=1.64005 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.702 x 6.904 at 33.03 degrees (North through East) ! Clean map min=-0.002866 max=0.21958 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.117 mas, bmaj=6.314 mas, bpa=32.51 degrees ! Estimated noise=2.80469 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.171194 Jy ! Component: 100 - total flux cleaned = 0.209286 Jy ! Component: 150 - total flux cleaned = 0.22318 Jy ! Component: 200 - total flux cleaned = 0.230324 Jy ! Total flux subtracted in 200 components = 0.230324 Jy ! Clean residual min=-0.005079 max=0.004970 Jy/beam ! Clean residual mean=-0.000001 rms=0.001332 Jy/beam ! Combined flux in latest and established models = 0.230324 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.230324 Jy ! Inverting map and beam ! Estimated beam: bmin=3.702 mas, bmaj=6.904 mas, bpa=33.03 degrees ! Estimated noise=1.64005 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) ! Added new window around map position (1.5, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0056868 Jy ! Component: 100 - total flux cleaned = 0.00741483 Jy ! Component: 150 - total flux cleaned = 0.00827529 Jy ! Component: 200 - total flux cleaned = 0.00899728 Jy ! Total flux subtracted in 200 components = 0.00899728 Jy ! Clean residual min=-0.003123 max=0.002950 Jy/beam ! Clean residual mean=0.000003 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.239321 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 40 components and 0.239321 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=6.961 mas, bmaj=8.919 mas, bpa=26.5 degrees ! Estimated noise=1.97932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146506 Jy ! Component: 100 - total flux cleaned = 0.00219413 Jy ! Component: 150 - total flux cleaned = 0.00273028 Jy ! Component: 200 - total flux cleaned = 0.00295839 Jy ! Total flux subtracted in 200 components = 0.00295839 Jy ! Clean residual min=-0.003019 max=0.002582 Jy/beam ! Clean residual mean=0.000001 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.242279 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.000232707 Jy ! Component: 100 - total flux cleaned = 0.000368615 Jy ! Component: 150 - total flux cleaned = 0.000429975 Jy ! Component: 200 - total flux cleaned = 0.000485384 Jy ! Total flux subtracted in 200 components = 0.000485384 Jy ! Clean residual min=-0.002880 max=0.002560 Jy/beam ! Clean residual mean=-0.000001 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.242765 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 97 components and 0.242765 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.702 mas, bmaj=6.904 mas, bpa=33.03 degrees ! Estimated noise=1.64005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000427731 Jy ! Component: 100 - total flux cleaned = 0.000176046 Jy ! Component: 150 - total flux cleaned = 8.83753e-05 Jy ! Component: 200 - total flux cleaned = 8.84783e-05 Jy ! Total flux subtracted in 200 components = 8.84783e-05 Jy ! Clean residual min=-0.002803 max=0.002722 Jy/beam ! Clean residual mean=-0.000000 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.242853 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 115 components and 0.242853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067362Jy sigma=0.451069 ! Fit after self-cal, rms=0.067335Jy sigma=0.450929 wmodel J1224+4335_S_map.mod ! Writing 115 model components to file: J1224+4335_S_map.mod wobs J1224+4335_S_uvs.fits ! Writing UV FITS file: J1224+4335_S_uvs.fits wwins J1224+4335_S_map.win ! wwins: Wrote 3 windows to J1224+4335_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.000675621 Jy ! Component: 100 - total flux cleaned = -0.00103115 Jy ! Component: 150 - total flux cleaned = -0.00135649 Jy ! Component: 200 - total flux cleaned = -0.00162849 Jy ! Component: 250 - total flux cleaned = -0.00199652 Jy ! Component: 300 - total flux cleaned = -0.00231407 Jy ! Component: 350 - total flux cleaned = -0.00268807 Jy ! Component: 400 - total flux cleaned = -0.00304666 Jy ! Component: 450 - total flux cleaned = -0.00332995 Jy ! Component: 500 - total flux cleaned = -0.00354253 Jy ! Component: 550 - total flux cleaned = -0.00368998 Jy ! Component: 600 - total flux cleaned = -0.00383367 Jy ! Component: 650 - total flux cleaned = -0.00399976 Jy ! Component: 700 - total flux cleaned = -0.00410736 Jy ! Component: 750 - total flux cleaned = -0.00429179 Jy ! Component: 800 - total flux cleaned = -0.00447238 Jy ! Component: 850 - total flux cleaned = -0.00467393 Jy ! Component: 900 - total flux cleaned = -0.00484641 Jy ! Component: 950 - total flux cleaned = -0.00503933 Jy ! Component: 1000 - total flux cleaned = -0.00520438 Jy ! Component: 1050 - total flux cleaned = -0.00534323 Jy ! Component: 1100 - total flux cleaned = -0.00554791 Jy ! Component: 1150 - total flux cleaned = -0.00579335 Jy ! Component: 1200 - total flux cleaned = -0.00592509 Jy ! Component: 1250 - total flux cleaned = -0.00611905 Jy ! Component: 1300 - total flux cleaned = -0.00628842 Jy ! Component: 1350 - total flux cleaned = -0.006371 Jy ! Component: 1400 - total flux cleaned = -0.00649417 Jy ! Component: 1450 - total flux cleaned = -0.0065541 Jy ! Component: 1500 - total flux cleaned = -0.00665353 Jy ! Component: 1550 - total flux cleaned = -0.00665349 Jy ! Component: 1600 - total flux cleaned = -0.00673093 Jy ! Component: 1650 - total flux cleaned = -0.00676908 Jy ! Component: 1700 - total flux cleaned = -0.00684388 Jy ! Component: 1750 - total flux cleaned = -0.00684398 Jy ! Component: 1800 - total flux cleaned = -0.00693533 Jy ! Component: 1850 - total flux cleaned = -0.00700729 Jy ! Component: 1900 - total flux cleaned = -0.00707827 Jy ! Component: 1950 - total flux cleaned = -0.00718323 Jy ! Component: 2000 - total flux cleaned = -0.00716586 Jy ! Component: 2050 - total flux cleaned = -0.00725155 Jy ! Component: 2100 - total flux cleaned = -0.00733597 Jy ! Component: 2150 - total flux cleaned = -0.00731928 Jy ! Component: 2200 - total flux cleaned = -0.00740213 Jy ! Component: 2250 - total flux cleaned = -0.00743476 Jy ! Component: 2300 - total flux cleaned = -0.00746716 Jy ! Component: 2350 - total flux cleaned = -0.00745121 Jy ! Component: 2400 - total flux cleaned = -0.0074674 Jy ! Component: 2450 - total flux cleaned = -0.00748282 Jy ! Component: 2500 - total flux cleaned = -0.00746728 Jy ! Component: 2550 - total flux cleaned = -0.00745168 Jy ! Component: 2600 - total flux cleaned = -0.00745132 Jy ! Component: 2650 - total flux cleaned = -0.00736038 Jy ! Component: 2700 - total flux cleaned = -0.00742049 Jy ! Component: 2750 - total flux cleaned = -0.00736094 Jy ! Component: 2800 - total flux cleaned = -0.00728698 Jy ! Component: 2850 - total flux cleaned = -0.00731634 Jy ! Component: 2900 - total flux cleaned = -0.00730177 Jy ! Component: 2950 - total flux cleaned = -0.00725847 Jy ! Component: 3000 - total flux cleaned = -0.00725836 Jy ! Component: 3050 - total flux cleaned = -0.00725827 Jy ! Component: 3100 - total flux cleaned = -0.00720182 Jy ! Component: 3150 - total flux cleaned = -0.0071739 Jy ! Component: 3200 - total flux cleaned = -0.00718782 Jy ! Component: 3250 - total flux cleaned = -0.00714646 Jy ! Component: 3300 - total flux cleaned = -0.00710544 Jy ! Component: 3350 - total flux cleaned = -0.00706456 Jy ! Component: 3400 - total flux cleaned = -0.00702384 Jy ! Component: 3450 - total flux cleaned = -0.00702399 Jy ! Component: 3500 - total flux cleaned = -0.00703735 Jy ! Component: 3550 - total flux cleaned = -0.00698408 Jy ! Component: 3600 - total flux cleaned = -0.00695777 Jy ! Component: 3650 - total flux cleaned = -0.00694465 Jy ! Component: 3700 - total flux cleaned = -0.0069317 Jy ! Component: 3750 - total flux cleaned = -0.00691867 Jy ! Component: 3800 - total flux cleaned = -0.00687987 Jy ! Component: 3850 - total flux cleaned = -0.00686704 Jy ! Component: 3900 - total flux cleaned = -0.00681591 Jy ! Component: 3950 - total flux cleaned = -0.00681601 Jy ! Component: 4000 - total flux cleaned = -0.00677801 Jy ! Component: 4050 - total flux cleaned = -0.00675283 Jy ! Total flux subtracted in 4096 components = -0.00671518 Jy ! Clean residual min=-0.000820 max=0.000689 Jy/beam ! Clean residual mean=0.000002 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.236138 Jy keep ! Adding 237 model components to the UV plane model. ! The established model now contains 352 components and 0.236138 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1224+4335_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.702 x 6.904 at 33.03 degrees (North through East) ! Clean map min=-0.0017985 max=0.21921 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1224+4335_S_map.fits wmodel /image_prod/ug002_uva//J1224+4335_S_map.mod ! Writing 352 model components to file: /image_prod/ug002_uva//J1224+4335_S_map.mod wobs /image_prod/ug002_uva//J1224+4335_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1224+4335_S_uvs.fits wwins /image_prod/ug002_uva//J1224+4335_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1224+4335_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.219213 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202233 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.276762 0.276762 0.553524 1.10705 2.2141 4.4282 8.85639 17.7128 35.4256 70.8511 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.219 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1083.96 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1224+4335_S_dfm.log closed on Thu Mar 5 00:38:48 2020