! Started logfile: /image_prod/ug002_uva//J1015-1952_S_dfm.log on Wed Mar 4 23:29:19 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//J1015-1952_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1015-1952_S_uva.fits ! AN table 1: 15 integrations on 28 of 28 possible baselines. ! AN table 2: 15 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.99881 visibilities/baseline/integration-bin. ! Found source: J1015-1952 ! ! 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 40 lines of history. ! ! Reading 2517 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 J1015-1952_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.010280Jy sigma=7.774959 ! Fit after self-cal, rms=0.939629Jy sigma=7.250190 ! 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.25 mas, bmaj=23.8 mas, bpa=-13.76 degrees ! Estimated noise=2.48463 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.0469469 Jy ! Component: 100 - total flux cleaned = 0.0604016 Jy ! Total flux subtracted in 100 components = 0.0604016 Jy ! Clean residual min=-0.004321 max=0.005574 Jy/beam ! Clean residual mean=-0.000014 rms=0.001318 Jy/beam ! Combined flux in latest and established models = 0.0604016 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0604016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068070Jy sigma=0.474257 ! Fit after self-cal, rms=0.067050Jy sigma=0.466057 ! 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.941 mas, bmaj=24.59 mas, bpa=-13.19 degrees ! Estimated noise=1.87828 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.00729047 Jy ! Component: 100 - total flux cleaned = 0.009241 Jy ! Component: 150 - total flux cleaned = 0.00924069 Jy ! Component: 200 - total flux cleaned = 0.00923978 Jy ! Total flux subtracted in 200 components = 0.00923978 Jy ! Clean residual min=-0.003564 max=0.003848 Jy/beam ! Clean residual mean=-0.000004 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.0696414 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 41 components and 0.0696414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066290Jy sigma=0.460101 ! Fit after self-cal, rms=0.066285Jy sigma=0.459927 ! 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.941 x 24.59 at -13.19 degrees (North through East) ! Clean map min=-0.0034988 max=0.06219 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 HN 1.12 KP 0.87 LA 1.12 ! MK 1.14 NL 0.88 OV 1.01 PT 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.88 FD 1.03 HN 1.05 KP 1.04 ! LA 0.96 NL 0.90 OV 0.93 PT 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 HN 1.02 KP 1.10 LA 1.03 ! MK 1.00 NL 1.13 OV 0.90 PT 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.78 FD 0.90 HN 0.94 KP 0.98 ! LA 1.22 NL 1.14 OV 1.06 PT 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 HN 1.19 KP 1.09 LA 1.09 ! MK 0.96 NL 0.84 OV 1.13 PT 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.89 FD 0.84 HN 1.03 KP 0.97 ! LA 1.05 NL 0.99 OV 0.98 PT 0.99 ! ! ! Fit before self-cal, rms=0.066285Jy sigma=0.459927 ! Fit after self-cal, rms=0.065562Jy sigma=0.455881 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.006 mas, bmaj=24.29 mas, bpa=-13.22 degrees ! Estimated noise=1.86549 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.000637971 Jy ! Component: 100 - total flux cleaned = 0.000801866 Jy ! Component: 150 - total flux cleaned = 0.000927165 Jy ! Component: 200 - total flux cleaned = 0.00106398 Jy ! Total flux subtracted in 200 components = 0.00106398 Jy ! Clean residual min=-0.002651 max=0.002837 Jy/beam ! Clean residual mean=-0.000000 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.0707054 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 66 components and 0.0707054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065510Jy sigma=0.455622 ! Fit after self-cal, rms=0.065601Jy sigma=0.455339 ! 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.065601Jy sigma=0.455339 ! Fit after self-cal, rms=0.065734Jy sigma=0.455265 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.008 mas, bmaj=24.18 mas, bpa=-13.23 degrees ! Estimated noise=1.86756 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000464244 Jy ! Component: 100 - total flux cleaned = 0.000617973 Jy ! Component: 150 - total flux cleaned = 0.000775129 Jy ! Component: 200 - total flux cleaned = 0.000865167 Jy ! Total flux subtracted in 200 components = 0.000865167 Jy ! Clean residual min=-0.002647 max=0.002852 Jy/beam ! Clean residual mean=0.000001 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.0715706 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 88 components and 0.0715706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065702Jy sigma=0.455110 ! Fit after self-cal, rms=0.065708Jy sigma=0.455093 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 = 9.83959e-05 Jy ! Component: 100 - total flux cleaned = 0.000119877 Jy ! Component: 150 - total flux cleaned = 0.000139793 Jy ! Component: 200 - total flux cleaned = 0.000158043 Jy ! Total flux subtracted in 200 components = 0.000158043 Jy ! Clean residual min=-0.002658 max=0.002792 Jy/beam ! Clean residual mean=0.000001 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.0717286 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 107 components and 0.0717286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065693Jy sigma=0.455020 ! Fit after self-cal, rms=0.065691Jy sigma=0.455014 ! 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.065691Jy sigma=0.455014 ! Fit after self-cal, rms=0.065657Jy sigma=0.454968 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.005 mas, bmaj=24.09 mas, bpa=-13.24 degrees ! Estimated noise=1.86894 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00031074 Jy ! Component: 100 - total flux cleaned = 0.000456446 Jy ! Component: 150 - total flux cleaned = 0.00056077 Jy ! Component: 200 - total flux cleaned = 0.000598141 Jy ! Total flux subtracted in 200 components = 0.000598141 Jy ! Clean residual min=-0.002647 max=0.002924 Jy/beam ! Clean residual mean=0.000001 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.0723268 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 121 components and 0.0723268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065638Jy sigma=0.454875 ! Fit after self-cal, rms=0.065635Jy sigma=0.454869 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.63645e-05 Jy ! Component: 100 - total flux cleaned = 7.41307e-05 Jy ! Component: 150 - total flux cleaned = 9.09227e-05 Jy ! Component: 200 - total flux cleaned = 9.09826e-05 Jy ! Total flux subtracted in 200 components = 9.09826e-05 Jy ! Clean residual min=-0.002659 max=0.002883 Jy/beam ! Clean residual mean=0.000001 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.0724178 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 128 components and 0.0724178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065624Jy sigma=0.454819 ! Fit after self-cal, rms=0.065624Jy sigma=0.454816 ! 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.065624Jy sigma=0.454816 ! Fit after self-cal, rms=0.065615Jy sigma=0.454789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.536 mas, bmaj=25.18 mas, bpa=-8.195 degrees ! Estimated noise=2.08874 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000113839 Jy ! Component: 100 - total flux cleaned = 0.000190391 Jy ! Component: 150 - total flux cleaned = 0.000252448 Jy ! Component: 200 - total flux cleaned = 0.000302924 Jy ! Total flux subtracted in 200 components = 0.000302924 Jy ! Clean residual min=-0.002953 max=0.002643 Jy/beam ! Clean residual mean=-0.000003 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.0727207 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 146 components and 0.0727207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065605Jy sigma=0.454772 ! Fit after self-cal, rms=0.065600Jy sigma=0.454765 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.4608e-05 Jy ! Component: 100 - total flux cleaned = 6.66186e-05 Jy ! Component: 150 - total flux cleaned = 9.40073e-05 Jy ! Component: 200 - total flux cleaned = 9.4031e-05 Jy ! Total flux subtracted in 200 components = 9.4031e-05 Jy ! Clean residual min=-0.002926 max=0.002622 Jy/beam ! Clean residual mean=-0.000003 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.0728147 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 167 components and 0.0728147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065597Jy sigma=0.454770 ! Fit after self-cal, rms=0.065596Jy sigma=0.454767 ! 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=4.002 mas, bmaj=24.01 mas, bpa=-13.25 degrees ! Estimated noise=1.87009 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.002 x 24.01 at -13.25 degrees (North through East) ! Clean map min=-0.0027664 max=0.062262 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.321 mas, bmaj=23.33 mas, bpa=-13.79 degrees ! Estimated noise=2.48169 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.047302 Jy ! Component: 100 - total flux cleaned = 0.0609582 Jy ! Component: 150 - total flux cleaned = 0.0667393 Jy ! Component: 200 - total flux cleaned = 0.069439 Jy ! Total flux subtracted in 200 components = 0.069439 Jy ! Clean residual min=-0.003811 max=0.003242 Jy/beam ! Clean residual mean=-0.000001 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.069439 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 47 model components to the UV plane model. ! The established model now contains 47 components and 0.069439 Jy ! Inverting map and beam ! Estimated beam: bmin=4.002 mas, bmaj=24.01 mas, bpa=-13.25 degrees ! Estimated noise=1.87009 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.00165022 Jy ! Component: 100 - total flux cleaned = 0.00226861 Jy ! Component: 150 - total flux cleaned = 0.00254492 Jy ! Component: 200 - total flux cleaned = 0.00268111 Jy ! Total flux subtracted in 200 components = 0.00268111 Jy ! Clean residual min=-0.002746 max=0.002932 Jy/beam ! Clean residual mean=-0.000000 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.0721201 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 65 components and 0.0721201 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.536 mas, bmaj=25.18 mas, bpa=-8.195 degrees ! Estimated noise=2.08874 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124176 Jy ! Component: 100 - total flux cleaned = 0.000181655 Jy ! Component: 150 - total flux cleaned = 0.000229821 Jy ! Component: 200 - total flux cleaned = 0.000250403 Jy ! Total flux subtracted in 200 components = 0.000250403 Jy ! Clean residual min=-0.002980 max=0.002595 Jy/beam ! Clean residual mean=-0.000004 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.0723705 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 = -3.72589e-05 Jy ! Component: 100 - total flux cleaned = -3.63903e-05 Jy ! Component: 150 - total flux cleaned = -2.03758e-05 Jy ! Component: 200 - total flux cleaned = -1.99075e-05 Jy ! Total flux subtracted in 200 components = -1.99075e-05 Jy ! Clean residual min=-0.002985 max=0.002584 Jy/beam ! Clean residual mean=-0.000004 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.0723506 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 91 components and 0.0723506 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.002 mas, bmaj=24.01 mas, bpa=-13.25 degrees ! Estimated noise=1.87009 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000136384 Jy ! Component: 100 - total flux cleaned = 0.00021468 Jy ! Component: 150 - total flux cleaned = 0.000237265 Jy ! Component: 200 - total flux cleaned = 0.000216499 Jy ! Total flux subtracted in 200 components = 0.000216499 Jy ! Clean residual min=-0.002662 max=0.002935 Jy/beam ! Clean residual mean=0.000001 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.0725671 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 112 components and 0.0725671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065621Jy sigma=0.454972 ! Fit after self-cal, rms=0.065613Jy sigma=0.454932 wmodel J1015-1952_S_map.mod ! Writing 112 model components to file: J1015-1952_S_map.mod wobs J1015-1952_S_uvs.fits ! Writing UV FITS file: J1015-1952_S_uvs.fits wwins J1015-1952_S_map.win ! wwins: Wrote 1 windows to J1015-1952_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.000581364 Jy ! Component: 100 - total flux cleaned = 0.00110885 Jy ! Component: 150 - total flux cleaned = 0.00156094 Jy ! Component: 200 - total flux cleaned = 0.00177389 Jy ! Component: 250 - total flux cleaned = 0.00193714 Jy ! Component: 300 - total flux cleaned = 0.00197569 Jy ! Component: 350 - total flux cleaned = 0.0020509 Jy ! Component: 400 - total flux cleaned = 0.00205007 Jy ! Component: 450 - total flux cleaned = 0.00204863 Jy ! Component: 500 - total flux cleaned = 0.00204849 Jy ! Component: 550 - total flux cleaned = 0.00208189 Jy ! Component: 600 - total flux cleaned = 0.00201591 Jy ! Component: 650 - total flux cleaned = 0.00198468 Jy ! Component: 700 - total flux cleaned = 0.00198576 Jy ! Component: 750 - total flux cleaned = 0.00201652 Jy ! Component: 800 - total flux cleaned = 0.00192563 Jy ! Component: 850 - total flux cleaned = 0.00189605 Jy ! Component: 900 - total flux cleaned = 0.00180952 Jy ! Component: 950 - total flux cleaned = 0.00178139 Jy ! Component: 1000 - total flux cleaned = 0.00164229 Jy ! Component: 1050 - total flux cleaned = 0.00169702 Jy ! Component: 1100 - total flux cleaned = 0.00158945 Jy ! Component: 1150 - total flux cleaned = 0.00161622 Jy ! Component: 1200 - total flux cleaned = 0.00161619 Jy ! Component: 1250 - total flux cleaned = 0.0015654 Jy ! Component: 1300 - total flux cleaned = 0.00169138 Jy ! Component: 1350 - total flux cleaned = 0.00174068 Jy ! Component: 1400 - total flux cleaned = 0.00179016 Jy ! Component: 1450 - total flux cleaned = 0.00191051 Jy ! Component: 1500 - total flux cleaned = 0.00195752 Jy ! Component: 1550 - total flux cleaned = 0.00202768 Jy ! Component: 1600 - total flux cleaned = 0.00207371 Jy ! Component: 1650 - total flux cleaned = 0.00218752 Jy ! Component: 1700 - total flux cleaned = 0.00220991 Jy ! Component: 1750 - total flux cleaned = 0.00236543 Jy ! Component: 1800 - total flux cleaned = 0.00243159 Jy ! Component: 1850 - total flux cleaned = 0.002475 Jy ! Component: 1900 - total flux cleaned = 0.00258269 Jy ! Component: 1950 - total flux cleaned = 0.00268882 Jy ! Component: 2000 - total flux cleaned = 0.00270971 Jy ! Component: 2050 - total flux cleaned = 0.00279279 Jy ! Component: 2100 - total flux cleaned = 0.00277217 Jy ! Component: 2150 - total flux cleaned = 0.00285378 Jy ! Component: 2200 - total flux cleaned = 0.00301481 Jy ! Component: 2250 - total flux cleaned = 0.003035 Jy ! Component: 2300 - total flux cleaned = 0.00311408 Jy ! Component: 2350 - total flux cleaned = 0.00325122 Jy ! Component: 2400 - total flux cleaned = 0.00338694 Jy ! Component: 2450 - total flux cleaned = 0.00340626 Jy ! Component: 2500 - total flux cleaned = 0.00350176 Jy ! Component: 2550 - total flux cleaned = 0.00355863 Jy ! Component: 2600 - total flux cleaned = 0.00370927 Jy ! Component: 2650 - total flux cleaned = 0.00380283 Jy ! Component: 2700 - total flux cleaned = 0.00387729 Jy ! Component: 2750 - total flux cleaned = 0.00396991 Jy ! Component: 2800 - total flux cleaned = 0.00404367 Jy ! Component: 2850 - total flux cleaned = 0.00415352 Jy ! Component: 2900 - total flux cleaned = 0.0042628 Jy ! Component: 2950 - total flux cleaned = 0.00433523 Jy ! Component: 3000 - total flux cleaned = 0.0044613 Jy ! Component: 3050 - total flux cleaned = 0.00455091 Jy ! Component: 3100 - total flux cleaned = 0.00463993 Jy ! Component: 3150 - total flux cleaned = 0.00469325 Jy ! Component: 3200 - total flux cleaned = 0.00479922 Jy ! Component: 3250 - total flux cleaned = 0.00492201 Jy ! Component: 3300 - total flux cleaned = 0.00500932 Jy ! Component: 3350 - total flux cleaned = 0.00509617 Jy ! Component: 3400 - total flux cleaned = 0.00523461 Jy ! Component: 3450 - total flux cleaned = 0.00532068 Jy ! Component: 3500 - total flux cleaned = 0.0054064 Jy ! Component: 3550 - total flux cleaned = 0.00552614 Jy ! Component: 3600 - total flux cleaned = 0.00557734 Jy ! Component: 3650 - total flux cleaned = 0.00576401 Jy ! Component: 3700 - total flux cleaned = 0.00583158 Jy ! Component: 3750 - total flux cleaned = 0.00594959 Jy ! Component: 3800 - total flux cleaned = 0.006084 Jy ! Component: 3850 - total flux cleaned = 0.0061846 Jy ! Component: 3900 - total flux cleaned = 0.00630144 Jy ! Component: 3950 - total flux cleaned = 0.00645111 Jy ! Component: 4000 - total flux cleaned = 0.0064843 Jy ! Component: 4050 - total flux cleaned = 0.00660008 Jy ! Total flux subtracted in 4096 components = 0.00669901 Jy ! Clean residual min=-0.000965 max=0.000950 Jy/beam ! Clean residual mean=0.000009 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.0792661 Jy keep ! Adding 321 model components to the UV plane model. ! The established model now contains 433 components and 0.0792661 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1015-1952_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.002 x 24.01 at -13.25 degrees (North through East) ! Clean map min=-0.0026387 max=0.062175 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1015-1952_S_map.fits wmodel /image_prod/ug002_uva//J1015-1952_S_map.mod ! Writing 433 model components to file: /image_prod/ug002_uva//J1015-1952_S_map.mod wobs /image_prod/ug002_uva//J1015-1952_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1015-1952_S_uvs.fits wwins /image_prod/ug002_uva//J1015-1952_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1015-1952_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0621747 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000321054 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.54912 1.54912 3.09825 6.1965 12.393 24.786 49.572 99.1439 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.062 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 193.657 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1015-1952_S_dfm.log closed on Wed Mar 4 23:29:23 2020