! Started logfile: /image_prod/ug002_uva//J1632-2258_S_dfm.log on Thu Mar 5 02:47:18 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//J1632-2258_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1632-2258_S_uva.fits ! AN table 1: 30 integrations on 36 of 36 possible baselines. ! AN table 2: 30 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.995833 visibilities/baseline/integration-bin. ! Found source: J1632-2258 ! ! 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 6453 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 J1632-2258_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.003878Jy sigma=6.919965 ! Fit after self-cal, rms=0.947130Jy sigma=6.502202 ! 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.465 mas, bmaj=6.998 mas, bpa=-5.226 degrees ! Estimated noise=1.97791 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.0416234 Jy ! Component: 100 - total flux cleaned = 0.0525915 Jy ! Total flux subtracted in 100 components = 0.0525915 Jy ! Clean residual min=-0.003961 max=0.004917 Jy/beam ! Clean residual mean=-0.000015 rms=0.001098 Jy/beam ! Combined flux in latest and established models = 0.0525915 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0525915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077638Jy sigma=0.481046 ! Fit after self-cal, rms=0.076690Jy sigma=0.474247 ! 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.139 mas, bmaj=8.131 mas, bpa=-5.506 degrees ! Estimated noise=1.31215 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.00814635 Jy ! Component: 100 - total flux cleaned = 0.0118671 Jy ! Component: 150 - total flux cleaned = 0.0137005 Jy ! Component: 200 - total flux cleaned = 0.0146262 Jy ! Total flux subtracted in 200 components = 0.0146262 Jy ! Clean residual min=-0.003470 max=0.003534 Jy/beam ! Clean residual mean=-0.000016 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 0.0672177 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 24 components and 0.0672177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076122Jy sigma=0.466743 ! Fit after self-cal, rms=0.076139Jy sigma=0.466528 ! 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.139 x 8.131 at -5.506 degrees (North through East) ! Clean map min=-0.0033668 max=0.055988 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 0.88 KP 0.97 LA 0.84 ! MK 1.13 NL 1.10 OV 1.01 PT 1.09 ! SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.04 HN 1.08 KP 0.97 LA 0.94 ! MK 0.89 NL 1.13 OV 1.13 PT 0.93 ! SC 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.86 KP 0.90 LA 0.86 ! MK 0.96 NL 1.16 OV 1.09 PT 1.02 ! SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.02 HN 1.05 KP 0.95 LA 1.03 ! MK 1.00 NL 1.23 OV 0.99 PT 0.90 ! SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.64 FD 0.83 KP 1.01 LA 0.96 ! MK 1.02 NL 0.97 OV 1.04 PT 1.01 ! SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.97 HN 1.26 KP 0.89 LA 0.93 ! MK 1.06 NL 1.01 OV 1.09 PT 0.96 ! SC 0.96 ! ! ! Fit before self-cal, rms=0.076139Jy sigma=0.466528 ! Fit after self-cal, rms=0.082877Jy sigma=0.463095 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.164 mas, bmaj=8.23 mas, bpa=-5.532 degrees ! Estimated noise=1.31241 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.000261648 Jy ! Component: 100 - total flux cleaned = -0.00026638 Jy ! Component: 150 - total flux cleaned = -0.00030081 Jy ! Component: 200 - total flux cleaned = -0.000315856 Jy ! Total flux subtracted in 200 components = -0.000315856 Jy ! Clean residual min=-0.002821 max=0.003044 Jy/beam ! Clean residual mean=-0.000005 rms=0.000755 Jy/beam ! Combined flux in latest and established models = 0.0669019 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 35 components and 0.0669019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082859Jy sigma=0.463032 ! Fit after self-cal, rms=0.083242Jy sigma=0.462622 ! 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.083242Jy sigma=0.462622 ! Fit after self-cal, rms=0.084726Jy sigma=0.462568 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.168 mas, bmaj=8.275 mas, bpa=-5.596 degrees ! Estimated noise=1.31306 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000338387 Jy ! Component: 100 - total flux cleaned = -0.000318753 Jy ! Component: 150 - total flux cleaned = -0.000301031 Jy ! Component: 200 - total flux cleaned = -0.000300569 Jy ! Total flux subtracted in 200 components = -0.000300569 Jy ! Clean residual min=-0.002775 max=0.002974 Jy/beam ! Clean residual mean=-0.000004 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.0666013 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.0666013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084709Jy sigma=0.462531 ! Fit after self-cal, rms=0.084757Jy sigma=0.462511 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.51722e-05 Jy ! Component: 100 - total flux cleaned = -7.32682e-05 Jy ! Component: 150 - total flux cleaned = -7.42155e-05 Jy ! Component: 200 - total flux cleaned = -7.35452e-05 Jy ! Total flux subtracted in 200 components = -7.35452e-05 Jy ! Clean residual min=-0.002755 max=0.002949 Jy/beam ! Clean residual mean=-0.000004 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.0665277 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.0665277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084747Jy sigma=0.462485 ! Fit after self-cal, rms=0.084746Jy sigma=0.462477 ! 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.084746Jy sigma=0.462477 ! Fit after self-cal, rms=0.084825Jy sigma=0.462459 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.169 mas, bmaj=8.319 mas, bpa=-5.641 degrees ! Estimated noise=1.30901 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000344165 Jy ! Component: 100 - total flux cleaned = -0.000344301 Jy ! Component: 150 - total flux cleaned = -0.000343225 Jy ! Component: 200 - total flux cleaned = -0.000343069 Jy ! Total flux subtracted in 200 components = -0.000343069 Jy ! Clean residual min=-0.002728 max=0.002924 Jy/beam ! Clean residual mean=-0.000004 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.0661847 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 40 components and 0.0661847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084811Jy sigma=0.462441 ! Fit after self-cal, rms=0.084817Jy sigma=0.462431 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.28961e-05 Jy ! Component: 100 - total flux cleaned = -5.70343e-05 Jy ! Component: 150 - total flux cleaned = -4.40676e-05 Jy ! Component: 200 - total flux cleaned = -4.42301e-05 Jy ! Total flux subtracted in 200 components = -4.42301e-05 Jy ! Clean residual min=-0.002716 max=0.002918 Jy/beam ! Clean residual mean=-0.000004 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.0661405 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.0661404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084809Jy sigma=0.462415 ! Fit after self-cal, rms=0.084807Jy sigma=0.462410 ! 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.084807Jy sigma=0.462410 ! Fit after self-cal, rms=0.084721Jy sigma=0.462397 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.491 mas, bmaj=20.38 mas, bpa=-3.834 degrees ! Estimated noise=1.58115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00027134 Jy ! Component: 100 - total flux cleaned = -0.000273926 Jy ! Component: 150 - total flux cleaned = -0.000275672 Jy ! Component: 200 - total flux cleaned = -0.000276949 Jy ! Total flux subtracted in 200 components = -0.000276949 Jy ! Clean residual min=-0.003015 max=0.003615 Jy/beam ! Clean residual mean=-0.000009 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.0658635 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 44 components and 0.0658635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084728Jy sigma=0.462480 ! Fit after self-cal, rms=0.084701Jy sigma=0.462348 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.23655e-05 Jy ! Component: 100 - total flux cleaned = -5.60136e-05 Jy ! Component: 150 - total flux cleaned = -5.79394e-05 Jy ! Component: 200 - total flux cleaned = -5.91825e-05 Jy ! Total flux subtracted in 200 components = -5.91825e-05 Jy ! Clean residual min=-0.003014 max=0.003593 Jy/beam ! Clean residual mean=-0.000010 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.0658043 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 44 components and 0.0658043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084715Jy sigma=0.462470 ! Fit after self-cal, rms=0.084689Jy sigma=0.462360 ! 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.172 mas, bmaj=8.358 mas, bpa=-5.687 degrees ! Estimated noise=1.30438 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.172 x 8.358 at -5.687 degrees (North through East) ! Clean map min=-0.0025379 max=0.055592 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.479 mas, bmaj=7.157 mas, bpa=-5.519 degrees ! Estimated noise=2.00663 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0429995 Jy ! Component: 100 - total flux cleaned = 0.0545985 Jy ! Component: 150 - total flux cleaned = 0.0601287 Jy ! Component: 200 - total flux cleaned = 0.0625525 Jy ! Total flux subtracted in 200 components = 0.0625525 Jy ! Clean residual min=-0.003599 max=0.003290 Jy/beam ! Clean residual mean=-0.000004 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.0625525 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0625525 Jy ! Inverting map and beam ! Estimated beam: bmin=3.172 mas, bmaj=8.358 mas, bpa=-5.687 degrees ! Estimated noise=1.30438 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.00160004 Jy ! Component: 100 - total flux cleaned = 0.00188328 Jy ! Component: 150 - total flux cleaned = 0.00211408 Jy ! Component: 200 - total flux cleaned = 0.00230542 Jy ! Total flux subtracted in 200 components = 0.00230542 Jy ! Clean residual min=-0.002794 max=0.002883 Jy/beam ! Clean residual mean=-0.000005 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.0648579 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 27 components and 0.0648579 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.491 mas, bmaj=20.38 mas, bpa=-3.834 degrees ! Estimated noise=1.58115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000547489 Jy ! Component: 100 - total flux cleaned = 0.000549826 Jy ! Component: 150 - total flux cleaned = 0.000551894 Jy ! Component: 200 - total flux cleaned = 0.00058012 Jy ! Total flux subtracted in 200 components = 0.00058012 Jy ! Clean residual min=-0.003125 max=0.003566 Jy/beam ! Clean residual mean=-0.000010 rms=0.001087 Jy/beam ! Combined flux in latest and established models = 0.065438 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.5173e-05 Jy ! Component: 100 - total flux cleaned = 6.74402e-05 Jy ! Component: 150 - total flux cleaned = 8.50887e-05 Jy ! Component: 200 - total flux cleaned = 0.000101251 Jy ! Total flux subtracted in 200 components = 0.000101251 Jy ! Clean residual min=-0.003050 max=0.003567 Jy/beam ! Clean residual mean=-0.000010 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.0655393 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.0655392 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.172 mas, bmaj=8.358 mas, bpa=-5.687 degrees ! Estimated noise=1.30438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00010589 Jy ! Component: 100 - total flux cleaned = -0.000149154 Jy ! Component: 150 - total flux cleaned = -0.000179956 Jy ! Component: 200 - total flux cleaned = -0.000157514 Jy ! Total flux subtracted in 200 components = -0.000157514 Jy ! Clean residual min=-0.002683 max=0.002953 Jy/beam ! Clean residual mean=-0.000004 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.0653817 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 46 components and 0.0653817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084704Jy sigma=0.462414 ! Fit after self-cal, rms=0.084704Jy sigma=0.462375 wmodel J1632-2258_S_map.mod ! Writing 46 model components to file: J1632-2258_S_map.mod wobs J1632-2258_S_uvs.fits ! Writing UV FITS file: J1632-2258_S_uvs.fits wwins J1632-2258_S_map.win ! wwins: Wrote 1 windows to J1632-2258_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.000916886 Jy ! Component: 100 - total flux cleaned = 0.00139926 Jy ! Component: 150 - total flux cleaned = 0.00175582 Jy ! Component: 200 - total flux cleaned = 0.00204849 Jy ! Component: 250 - total flux cleaned = 0.00224735 Jy ! Component: 300 - total flux cleaned = 0.00239932 Jy ! Component: 350 - total flux cleaned = 0.00250849 Jy ! Component: 400 - total flux cleaned = 0.00271837 Jy ! Component: 450 - total flux cleaned = 0.00271731 Jy ! Component: 500 - total flux cleaned = 0.00258559 Jy ! Component: 550 - total flux cleaned = 0.00242703 Jy ! Component: 600 - total flux cleaned = 0.00245944 Jy ! Component: 650 - total flux cleaned = 0.00242933 Jy ! Component: 700 - total flux cleaned = 0.00243039 Jy ! Component: 750 - total flux cleaned = 0.0024882 Jy ! Component: 800 - total flux cleaned = 0.0024603 Jy ! Component: 850 - total flux cleaned = 0.00248845 Jy ! Component: 900 - total flux cleaned = 0.00256877 Jy ! Component: 950 - total flux cleaned = 0.00256791 Jy ! Component: 1000 - total flux cleaned = 0.00261913 Jy ! Component: 1050 - total flux cleaned = 0.00264422 Jy ! Component: 1100 - total flux cleaned = 0.0027919 Jy ! Component: 1150 - total flux cleaned = 0.00284014 Jy ! Component: 1200 - total flux cleaned = 0.00295873 Jy ! Component: 1250 - total flux cleaned = 0.00305127 Jy ! Component: 1300 - total flux cleaned = 0.00314222 Jy ! Component: 1350 - total flux cleaned = 0.00320939 Jy ! Component: 1400 - total flux cleaned = 0.00334197 Jy ! Component: 1450 - total flux cleaned = 0.00336407 Jy ! Component: 1500 - total flux cleaned = 0.00340694 Jy ! Component: 1550 - total flux cleaned = 0.00346994 Jy ! Component: 1600 - total flux cleaned = 0.00353167 Jy ! Component: 1650 - total flux cleaned = 0.00357228 Jy ! Component: 1700 - total flux cleaned = 0.00365206 Jy ! Component: 1750 - total flux cleaned = 0.00365233 Jy ! Component: 1800 - total flux cleaned = 0.00371054 Jy ! Component: 1850 - total flux cleaned = 0.00374913 Jy ! Component: 1900 - total flux cleaned = 0.00378657 Jy ! Component: 1950 - total flux cleaned = 0.00382362 Jy ! Component: 2000 - total flux cleaned = 0.00384187 Jy ! Component: 2050 - total flux cleaned = 0.00382378 Jy ! Component: 2100 - total flux cleaned = 0.00387718 Jy ! Component: 2150 - total flux cleaned = 0.00391225 Jy ! Component: 2200 - total flux cleaned = 0.00386002 Jy ! Component: 2250 - total flux cleaned = 0.00387722 Jy ! Component: 2300 - total flux cleaned = 0.00387717 Jy ! Component: 2350 - total flux cleaned = 0.00391037 Jy ! Component: 2400 - total flux cleaned = 0.00392664 Jy ! Component: 2450 - total flux cleaned = 0.00394278 Jy ! Component: 2500 - total flux cleaned = 0.00395905 Jy ! Component: 2550 - total flux cleaned = 0.00399117 Jy ! Component: 2600 - total flux cleaned = 0.00400705 Jy ! Component: 2650 - total flux cleaned = 0.00406999 Jy ! Component: 2700 - total flux cleaned = 0.00411667 Jy ! Component: 2750 - total flux cleaned = 0.00416298 Jy ! Component: 2800 - total flux cleaned = 0.00416309 Jy ! Component: 2850 - total flux cleaned = 0.00429881 Jy ! Component: 2900 - total flux cleaned = 0.00432858 Jy ! Component: 2950 - total flux cleaned = 0.00440252 Jy ! Component: 3000 - total flux cleaned = 0.00441716 Jy ! Component: 3050 - total flux cleaned = 0.00444625 Jy ! Component: 3100 - total flux cleaned = 0.00448959 Jy ! Component: 3150 - total flux cleaned = 0.00457498 Jy ! Component: 3200 - total flux cleaned = 0.00457504 Jy ! Component: 3250 - total flux cleaned = 0.00460293 Jy ! Component: 3300 - total flux cleaned = 0.0046444 Jy ! Component: 3350 - total flux cleaned = 0.00467178 Jy ! Component: 3400 - total flux cleaned = 0.00468522 Jy ! Component: 3450 - total flux cleaned = 0.00473904 Jy ! Component: 3500 - total flux cleaned = 0.00477899 Jy ! Component: 3550 - total flux cleaned = 0.00480533 Jy ! Component: 3600 - total flux cleaned = 0.00483148 Jy ! Component: 3650 - total flux cleaned = 0.00487069 Jy ! Component: 3700 - total flux cleaned = 0.00492237 Jy ! Component: 3750 - total flux cleaned = 0.00493524 Jy ! Component: 3800 - total flux cleaned = 0.00498618 Jy ! Component: 3850 - total flux cleaned = 0.00502397 Jy ! Component: 3900 - total flux cleaned = 0.00506164 Jy ! Component: 3950 - total flux cleaned = 0.00512376 Jy ! Component: 4000 - total flux cleaned = 0.00517308 Jy ! Component: 4050 - total flux cleaned = 0.00519746 Jy ! Total flux subtracted in 4096 components = 0.00524614 Jy ! Clean residual min=-0.000767 max=0.000677 Jy/beam ! Clean residual mean=0.000001 rms=0.000218 Jy/beam ! Combined flux in latest and established models = 0.0706279 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 328 components and 0.0706278 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1632-2258_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.172 x 8.358 at -5.687 degrees (North through East) ! Clean map min=-0.0015334 max=0.055978 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1632-2258_S_map.fits wmodel /image_prod/ug002_uva//J1632-2258_S_map.mod ! Writing 328 model components to file: /image_prod/ug002_uva//J1632-2258_S_map.mod wobs /image_prod/ug002_uva//J1632-2258_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1632-2258_S_uvs.fits wwins /image_prod/ug002_uva//J1632-2258_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1632-2258_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0559782 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000217855 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.16754 1.16754 2.33507 4.67015 9.3403 18.6806 37.3612 74.7224 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.055 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 256.951 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1632-2258_S_dfm.log closed on Thu Mar 5 02:47:22 2020