! Started logfile: /image_prod/ug002_uva//J2030-3039_S_dfm.log on Thu Mar 5 04:49:03 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//J2030-3039_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2030-3039_S_uva.fits ! AN table 1: 30 integrations on 28 of 28 possible baselines. ! AN table 2: 30 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.992517 visibilities/baseline/integration-bin. ! Found source: J2030-3039 ! ! 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 4377 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 J2030-3039_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.016773Jy sigma=6.165372 ! Fit after self-cal, rms=0.897211Jy sigma=5.258420 ! 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.628 mas, bmaj=9.281 mas, bpa=6.818 degrees ! Estimated noise=3.33676 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.0869678 Jy ! Component: 100 - total flux cleaned = 0.120331 Jy ! Total flux subtracted in 100 components = 0.120331 Jy ! Clean residual min=-0.011212 max=0.019327 Jy/beam ! Clean residual mean=-0.000192 rms=0.004136 Jy/beam ! Combined flux in latest and established models = 0.120331 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.120331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097484Jy sigma=0.534753 ! Fit after self-cal, rms=0.097010Jy sigma=0.532566 ! 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.258 mas, bmaj=10.92 mas, bpa=6.23 degrees ! Estimated noise=1.85172 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.0261794 Jy ! Component: 100 - total flux cleaned = 0.0395904 Jy ! Component: 150 - total flux cleaned = 0.0467732 Jy ! Component: 200 - total flux cleaned = 0.0506459 Jy ! Total flux subtracted in 200 components = 0.0506459 Jy ! Clean residual min=-0.007675 max=0.013199 Jy/beam ! Clean residual mean=-0.000107 rms=0.002841 Jy/beam ! Combined flux in latest and established models = 0.170976 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 36 components and 0.170976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093269Jy sigma=0.466643 ! Fit after self-cal, rms=0.093272Jy sigma=0.466232 ! 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.258 x 10.92 at 6.23 degrees (North through East) ! Clean map min=-0.0074231 max=0.099306 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.50 FD 0.94 HN 1.00 KP 0.99 ! LA 0.96 OV 0.91 PT 0.97 SC 0.85 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.91 HN 1.59 LA 0.95 MK 0.94 ! OV 0.93 PT 0.95 SC 1.09 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 3.74 FD 0.96 HN 1.08 KP 0.98 ! LA 0.92 OV 0.93 PT 0.96 SC 0.89 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.92 HN 1.70 LA 0.92 MK 0.84 ! OV 0.90 PT 1.02 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 2.12 FD 0.94 HN 0.98 KP 0.95 ! LA 0.97 OV 0.90 PT 0.97 SC 0.89 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.89 HN 1.70 LA 0.94 MK 0.85 ! OV 0.91 PT 0.98 SC 1.06 ! ! ! Fit before self-cal, rms=0.093272Jy sigma=0.466232 ! Fit after self-cal, rms=0.135853Jy sigma=0.434375 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=10.75 mas, bpa=5.554 degrees ! Estimated noise=1.81475 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.000748871 Jy ! Component: 100 - total flux cleaned = 0.000661805 Jy ! Component: 150 - total flux cleaned = 0.000509657 Jy ! Component: 200 - total flux cleaned = 0.000442866 Jy ! Total flux subtracted in 200 components = 0.000442866 Jy ! Clean residual min=-0.003424 max=0.003271 Jy/beam ! Clean residual mean=0.000000 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.171419 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 43 components and 0.171419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.135730Jy sigma=0.433606 ! Fit after self-cal, rms=0.136572Jy sigma=0.432987 ! 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.136572Jy sigma=0.432987 ! Fit after self-cal, rms=0.138581Jy sigma=0.432804 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.144 mas, bmaj=10.49 mas, bpa=4.647 degrees ! Estimated noise=1.77831 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00071462 Jy ! Component: 100 - total flux cleaned = 0.000648034 Jy ! Component: 150 - total flux cleaned = 0.000525146 Jy ! Component: 200 - total flux cleaned = 0.000415458 Jy ! Total flux subtracted in 200 components = 0.000415458 Jy ! Clean residual min=-0.003258 max=0.003203 Jy/beam ! Clean residual mean=-0.000000 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.171835 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.171835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.138492Jy sigma=0.432315 ! Fit after self-cal, rms=0.138444Jy sigma=0.432279 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.000115217 Jy ! Component: 100 - total flux cleaned = -0.000207866 Jy ! Component: 150 - total flux cleaned = -0.000291985 Jy ! Component: 200 - total flux cleaned = -0.000332234 Jy ! Total flux subtracted in 200 components = -0.000332234 Jy ! Clean residual min=-0.003197 max=0.003124 Jy/beam ! Clean residual mean=-0.000002 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.171503 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 58 components and 0.171503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.138397Jy sigma=0.432092 ! Fit after self-cal, rms=0.138355Jy sigma=0.432077 ! 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.138355Jy sigma=0.432077 ! Fit after self-cal, rms=0.136823Jy sigma=0.431892 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.071 mas, bmaj=10.25 mas, bpa=3.715 degrees ! Estimated noise=1.73055 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000272736 Jy ! Component: 100 - total flux cleaned = 0.000181583 Jy ! Component: 150 - total flux cleaned = 0.000100938 Jy ! Component: 200 - total flux cleaned = 2.72218e-05 Jy ! Total flux subtracted in 200 components = 2.72218e-05 Jy ! Clean residual min=-0.003008 max=0.003020 Jy/beam ! Clean residual mean=-0.000001 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.17153 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.17153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.136783Jy sigma=0.431658 ! Fit after self-cal, rms=0.136738Jy sigma=0.431638 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.000105334 Jy ! Component: 100 - total flux cleaned = -0.000168052 Jy ! Component: 150 - total flux cleaned = -0.000227468 Jy ! Component: 200 - total flux cleaned = -0.000254875 Jy ! Total flux subtracted in 200 components = -0.000254875 Jy ! Clean residual min=-0.002994 max=0.002962 Jy/beam ! Clean residual mean=-0.000002 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.171275 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 63 components and 0.171275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.136714Jy sigma=0.431545 ! Fit after self-cal, rms=0.136687Jy sigma=0.431540 ! 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.136687Jy sigma=0.431540 ! Fit after self-cal, rms=0.136117Jy sigma=0.431432 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.502 mas, bmaj=24.57 mas, bpa=4.866 degrees ! Estimated noise=2.17751 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.84654e-05 Jy ! Component: 100 - total flux cleaned = -9.50073e-05 Jy ! Component: 150 - total flux cleaned = -0.000117523 Jy ! Component: 200 - total flux cleaned = -0.000158163 Jy ! Total flux subtracted in 200 components = -0.000158163 Jy ! Clean residual min=-0.002687 max=0.002709 Jy/beam ! Clean residual mean=-0.000003 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.171117 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 66 components and 0.171117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.136096Jy sigma=0.431443 ! Fit after self-cal, rms=0.136079Jy sigma=0.431406 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 = -2.49718e-05 Jy ! Component: 100 - total flux cleaned = -2.58268e-05 Jy ! Component: 150 - total flux cleaned = -4.51528e-05 Jy ! Component: 200 - total flux cleaned = -6.21624e-05 Jy ! Total flux subtracted in 200 components = -6.21624e-05 Jy ! Clean residual min=-0.002716 max=0.002706 Jy/beam ! Clean residual mean=-0.000003 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.171055 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 68 components and 0.171054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.136061Jy sigma=0.431449 ! Fit after self-cal, rms=0.136036Jy sigma=0.431418 ! 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.015 mas, bmaj=10.08 mas, bpa=3.012 degrees ! Estimated noise=1.69291 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.015 x 10.08 at 3.012 degrees (North through East) ! Clean map min=-0.0028192 max=0.092267 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.422 mas, bmaj=8.664 mas, bpa=3.979 degrees ! Estimated noise=2.98269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0819624 Jy ! Component: 100 - total flux cleaned = 0.118289 Jy ! Component: 150 - total flux cleaned = 0.138819 Jy ! Component: 200 - total flux cleaned = 0.15159 Jy ! Total flux subtracted in 200 components = 0.15159 Jy ! Clean residual min=-0.006143 max=0.009751 Jy/beam ! Clean residual mean=-0.000051 rms=0.001925 Jy/beam ! Combined flux in latest and established models = 0.15159 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.15159 Jy ! Inverting map and beam ! Estimated beam: bmin=3.015 mas, bmaj=10.08 mas, bpa=3.012 degrees ! Estimated noise=1.69291 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 (-4, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100922 Jy ! Component: 100 - total flux cleaned = 0.0148608 Jy ! Component: 150 - total flux cleaned = 0.0174357 Jy ! Component: 200 - total flux cleaned = 0.0182434 Jy ! Total flux subtracted in 200 components = 0.0182434 Jy ! Clean residual min=-0.002876 max=0.002655 Jy/beam ! Clean residual mean=-0.000005 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.169833 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 48 components and 0.169833 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.502 mas, bmaj=24.57 mas, bpa=4.866 degrees ! Estimated noise=2.17751 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000891607 Jy ! Component: 100 - total flux cleaned = 0.000823554 Jy ! Component: 150 - total flux cleaned = 0.00085428 Jy ! Component: 200 - total flux cleaned = 0.000854327 Jy ! Total flux subtracted in 200 components = 0.000854327 Jy ! Clean residual min=-0.002723 max=0.002605 Jy/beam ! Clean residual mean=-0.000004 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.170687 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.88306e-05 Jy ! Component: 100 - total flux cleaned = 5.49116e-05 Jy ! Component: 150 - total flux cleaned = 7.89598e-05 Jy ! Component: 200 - total flux cleaned = 7.83415e-05 Jy ! Total flux subtracted in 200 components = 7.83415e-05 Jy ! Clean residual min=-0.002699 max=0.002604 Jy/beam ! Clean residual mean=-0.000003 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.170766 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 61 components and 0.170766 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.015 mas, bmaj=10.08 mas, bpa=3.012 degrees ! Estimated noise=1.69291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000280216 Jy ! Component: 100 - total flux cleaned = 0.000278691 Jy ! Component: 150 - total flux cleaned = 0.000278624 Jy ! Component: 200 - total flux cleaned = 0.000241245 Jy ! Total flux subtracted in 200 components = 0.000241245 Jy ! Clean residual min=-0.002579 max=0.002638 Jy/beam ! Clean residual mean=-0.000001 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.171007 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.171007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.136015Jy sigma=0.431141 ! Fit after self-cal, rms=0.136064Jy sigma=0.430910 wmodel J2030-3039_S_map.mod ! Writing 72 model components to file: J2030-3039_S_map.mod wobs J2030-3039_S_uvs.fits ! Writing UV FITS file: J2030-3039_S_uvs.fits wwins J2030-3039_S_map.win ! wwins: Wrote 2 windows to J2030-3039_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.000304904 Jy ! Component: 100 - total flux cleaned = 0.000259418 Jy ! Component: 150 - total flux cleaned = 0.00025838 Jy ! Component: 200 - total flux cleaned = 0.000497074 Jy ! Component: 250 - total flux cleaned = 0.000763488 Jy ! Component: 300 - total flux cleaned = 0.00101995 Jy ! Component: 350 - total flux cleaned = 0.00126579 Jy ! Component: 400 - total flux cleaned = 0.00160477 Jy ! Component: 450 - total flux cleaned = 0.00189934 Jy ! Component: 500 - total flux cleaned = 0.00224749 Jy ! Component: 550 - total flux cleaned = 0.00249362 Jy ! Component: 600 - total flux cleaned = 0.00273306 Jy ! Component: 650 - total flux cleaned = 0.0029375 Jy ! Component: 700 - total flux cleaned = 0.00310906 Jy ! Component: 750 - total flux cleaned = 0.00330418 Jy ! Component: 800 - total flux cleaned = 0.00344031 Jy ! Component: 850 - total flux cleaned = 0.00362675 Jy ! Component: 900 - total flux cleaned = 0.00378299 Jy ! Component: 950 - total flux cleaned = 0.00391023 Jy ! Component: 1000 - total flux cleaned = 0.0040843 Jy ! Component: 1050 - total flux cleaned = 0.00413287 Jy ! Component: 1100 - total flux cleaned = 0.00420418 Jy ! Component: 1150 - total flux cleaned = 0.00425078 Jy ! Component: 1200 - total flux cleaned = 0.00425102 Jy ! Component: 1250 - total flux cleaned = 0.00427368 Jy ! Component: 1300 - total flux cleaned = 0.0042512 Jy ! Component: 1350 - total flux cleaned = 0.00425107 Jy ! Component: 1400 - total flux cleaned = 0.00420783 Jy ! Component: 1450 - total flux cleaned = 0.00420755 Jy ! Component: 1500 - total flux cleaned = 0.0041038 Jy ! Component: 1550 - total flux cleaned = 0.00406336 Jy ! Component: 1600 - total flux cleaned = 0.0040432 Jy ! Component: 1650 - total flux cleaned = 0.00404319 Jy ! Component: 1700 - total flux cleaned = 0.00396471 Jy ! Component: 1750 - total flux cleaned = 0.00396466 Jy ! Component: 1800 - total flux cleaned = 0.00388802 Jy ! Component: 1850 - total flux cleaned = 0.00377479 Jy ! Component: 1900 - total flux cleaned = 0.00383099 Jy ! Component: 1950 - total flux cleaned = 0.00373885 Jy ! Component: 2000 - total flux cleaned = 0.0036839 Jy ! Component: 2050 - total flux cleaned = 0.00359398 Jy ! Component: 2100 - total flux cleaned = 0.00354096 Jy ! Component: 2150 - total flux cleaned = 0.00348802 Jy ! Component: 2200 - total flux cleaned = 0.00343581 Jy ! Component: 2250 - total flux cleaned = 0.00340148 Jy ! Component: 2300 - total flux cleaned = 0.00335033 Jy ! Component: 2350 - total flux cleaned = 0.00329981 Jy ! Component: 2400 - total flux cleaned = 0.00329979 Jy ! Component: 2450 - total flux cleaned = 0.00323362 Jy ! Component: 2500 - total flux cleaned = 0.00326618 Jy ! Component: 2550 - total flux cleaned = 0.00316884 Jy ! Component: 2600 - total flux cleaned = 0.00312074 Jy ! Component: 2650 - total flux cleaned = 0.00308901 Jy ! Component: 2700 - total flux cleaned = 0.00297888 Jy ! Component: 2750 - total flux cleaned = 0.00294788 Jy ! Component: 2800 - total flux cleaned = 0.00296339 Jy ! Component: 2850 - total flux cleaned = 0.00290183 Jy ! Component: 2900 - total flux cleaned = 0.00288654 Jy ! Component: 2950 - total flux cleaned = 0.00284103 Jy ! Component: 3000 - total flux cleaned = 0.0028111 Jy ! Component: 3050 - total flux cleaned = 0.00285594 Jy ! Component: 3100 - total flux cleaned = 0.00287062 Jy ! Component: 3150 - total flux cleaned = 0.00281159 Jy ! Component: 3200 - total flux cleaned = 0.00287015 Jy ! Component: 3250 - total flux cleaned = 0.00289913 Jy ! Component: 3300 - total flux cleaned = 0.00291347 Jy ! Component: 3350 - total flux cleaned = 0.00288475 Jy ! Component: 3400 - total flux cleaned = 0.00292771 Jy ! Component: 3450 - total flux cleaned = 0.00295618 Jy ! Component: 3500 - total flux cleaned = 0.0029845 Jy ! Component: 3550 - total flux cleaned = 0.00304076 Jy ! Component: 3600 - total flux cleaned = 0.00304085 Jy ! Component: 3650 - total flux cleaned = 0.00311072 Jy ! Component: 3700 - total flux cleaned = 0.00313856 Jy ! Component: 3750 - total flux cleaned = 0.0031939 Jy ! Component: 3800 - total flux cleaned = 0.0032213 Jy ! Component: 3850 - total flux cleaned = 0.00324871 Jy ! Component: 3900 - total flux cleaned = 0.00324872 Jy ! Component: 3950 - total flux cleaned = 0.00326236 Jy ! Component: 4000 - total flux cleaned = 0.00328938 Jy ! Component: 4050 - total flux cleaned = 0.00331637 Jy ! Total flux subtracted in 4096 components = 0.00331642 Jy ! Clean residual min=-0.000955 max=0.000803 Jy/beam ! Clean residual mean=0.000004 rms=0.000238 Jy/beam ! Combined flux in latest and established models = 0.174323 Jy keep ! Adding 247 model components to the UV plane model. ! The established model now contains 319 components and 0.174323 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2030-3039_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.015 x 10.08 at 3.012 degrees (North through East) ! Clean map min=-0.0018386 max=0.092454 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2030-3039_S_map.fits wmodel /image_prod/ug002_uva//J2030-3039_S_map.mod ! Writing 319 model components to file: /image_prod/ug002_uva//J2030-3039_S_map.mod wobs /image_prod/ug002_uva//J2030-3039_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2030-3039_S_uvs.fits wwins /image_prod/ug002_uva//J2030-3039_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J2030-3039_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0924538 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00023801 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.772311 0.772311 1.54462 3.08924 6.17849 12.357 24.7139 49.4279 98.8558 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.092 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 388.444 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2030-3039_S_dfm.log closed on Thu Mar 5 04:49:06 2020