! Started logfile: /image_prod/ug002_uva//J0301+3512_S_dfm.log on Wed Mar 4 19:46:00 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//J0301+3512_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0301+3512_S_uva.fits ! AN table 1: 120 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.866667 visibilities/baseline/integration-bin. ! Found source: J0301+3512 ! ! 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 3120 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 J0301+3512_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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.015571Jy sigma=11.257877 ! Fit after self-cal, rms=0.957666Jy sigma=10.628109 ! 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=13.73 mas, bmaj=24 mas, bpa=37.98 degrees ! Estimated noise=1.29687 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.029621 Jy ! Component: 100 - total flux cleaned = 0.0428315 Jy ! Total flux subtracted in 100 components = 0.0428315 Jy ! Clean residual min=-0.009315 max=0.009124 Jy/beam ! Clean residual mean=-0.000121 rms=0.003246 Jy/beam ! Combined flux in latest and established models = 0.0428315 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 50 components and 0.0428315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054390Jy sigma=0.588438 ! Fit after self-cal, rms=0.053303Jy sigma=0.575208 ! 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=15.53 mas, bmaj=25.22 mas, bpa=34.86 degrees ! Estimated noise=1.15582 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.0158031 Jy ! Component: 100 - total flux cleaned = 0.0277649 Jy ! Component: 150 - total flux cleaned = 0.0377474 Jy ! Component: 200 - total flux cleaned = 0.0461572 Jy ! Total flux subtracted in 200 components = 0.0461572 Jy ! Clean residual min=-0.009067 max=0.009011 Jy/beam ! Clean residual mean=-0.000078 rms=0.003196 Jy/beam ! Combined flux in latest and established models = 0.0889886 Jy ! Performing phase self-cal ! Adding 106 model components to the UV plane model. ! The established model now contains 154 components and 0.0889887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.045541Jy sigma=0.491597 ! Fit after self-cal, rms=0.045341Jy sigma=0.488638 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 15.53 x 25.22 at 34.86 degrees (North through East) ! Clean map min=-0.0097084 max=0.046038 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.53 KP 1.32 LA 0.85 OV 0.96 ! PT 0.68 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.40 KP 1.33 LA 0.88 OV 1.02 ! PT 0.72 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.35 KP 1.24 LA 0.90 OV 0.92 ! PT 0.72 ! ! ! Fit before self-cal, rms=0.045341Jy sigma=0.488638 ! Fit after self-cal, rms=0.047988Jy sigma=0.445661 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=16.23 mas, bmaj=26.26 mas, bpa=33.4 degrees ! Estimated noise=1.15517 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.00130371 Jy ! Component: 100 - total flux cleaned = 0.00186334 Jy ! Component: 150 - total flux cleaned = 0.00228345 Jy ! Component: 200 - total flux cleaned = 0.00253606 Jy ! Total flux subtracted in 200 components = 0.00253606 Jy ! Clean residual min=-0.005555 max=0.007475 Jy/beam ! Clean residual mean=-0.000029 rms=0.001974 Jy/beam ! Combined flux in latest and established models = 0.0915247 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 184 components and 0.0915247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047696Jy sigma=0.443145 ! Fit after self-cal, rms=0.048738Jy sigma=0.438524 ! 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.048738Jy sigma=0.438524 ! Fit after self-cal, rms=0.054107Jy sigma=0.423141 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=16.51 mas, bmaj=26.36 mas, bpa=36.19 degrees ! Estimated noise=1.2003 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000396641 Jy ! Component: 100 - total flux cleaned = -0.000177381 Jy ! Component: 150 - total flux cleaned = -3.50887e-05 Jy ! Component: 200 - total flux cleaned = -3.5806e-05 Jy ! Total flux subtracted in 200 components = -3.5806e-05 Jy ! Clean residual min=-0.003888 max=0.003730 Jy/beam ! Clean residual mean=0.000009 rms=0.001268 Jy/beam ! Combined flux in latest and established models = 0.0914889 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 202 components and 0.0914889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053955Jy sigma=0.422882 ! Fit after self-cal, rms=0.054349Jy sigma=0.421914 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.000340455 Jy ! Component: 100 - total flux cleaned = -0.000193244 Jy ! Component: 150 - total flux cleaned = -2.46343e-05 Jy ! Component: 200 - total flux cleaned = 0.000159778 Jy ! Total flux subtracted in 200 components = 0.000159778 Jy ! Clean residual min=-0.003467 max=0.003375 Jy/beam ! Clean residual mean=0.000014 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.0916487 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 212 components and 0.0916487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054274Jy sigma=0.421601 ! Fit after self-cal, rms=0.054229Jy sigma=0.421490 ! 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.054229Jy sigma=0.421490 ! Fit after self-cal, rms=0.054728Jy sigma=0.420970 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=16.83 mas, bmaj=26.21 mas, bpa=36.9 degrees ! Estimated noise=1.20859 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000576135 Jy ! Component: 100 - total flux cleaned = -0.000493842 Jy ! Component: 150 - total flux cleaned = -0.000311718 Jy ! Component: 200 - total flux cleaned = -0.000148035 Jy ! Total flux subtracted in 200 components = -0.000148035 Jy ! Clean residual min=-0.003352 max=0.003412 Jy/beam ! Clean residual mean=0.000008 rms=0.001144 Jy/beam ! Combined flux in latest and established models = 0.0915007 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 225 components and 0.0915007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054620Jy sigma=0.420519 ! Fit after self-cal, rms=0.054554Jy sigma=0.420229 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.000270911 Jy ! Component: 100 - total flux cleaned = -0.000236221 Jy ! Component: 150 - total flux cleaned = -5.16667e-05 Jy ! Component: 200 - total flux cleaned = 3.51168e-05 Jy ! Total flux subtracted in 200 components = 3.51168e-05 Jy ! Clean residual min=-0.003386 max=0.003468 Jy/beam ! Clean residual mean=0.000010 rms=0.001138 Jy/beam ! Combined flux in latest and established models = 0.0915358 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 234 components and 0.0915358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054484Jy sigma=0.419967 ! Fit after self-cal, rms=0.054439Jy sigma=0.419886 ! 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.054439Jy sigma=0.419886 ! Fit after self-cal, rms=0.053727Jy sigma=0.419475 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=17.97 mas, bmaj=26.38 mas, bpa=38.39 degrees ! Estimated noise=1.19113 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000435959 Jy ! Component: 100 - total flux cleaned = -0.000399902 Jy ! Component: 150 - total flux cleaned = -0.000238862 Jy ! Component: 200 - total flux cleaned = -0.000150799 Jy ! Total flux subtracted in 200 components = -0.000150799 Jy ! Clean residual min=-0.003296 max=0.003346 Jy/beam ! Clean residual mean=0.000005 rms=0.001097 Jy/beam ! Combined flux in latest and established models = 0.091385 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 241 components and 0.091385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053656Jy sigma=0.419014 ! Fit after self-cal, rms=0.053533Jy sigma=0.418857 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.000190218 Jy ! Component: 100 - total flux cleaned = -6.739e-05 Jy ! Component: 150 - total flux cleaned = 9.52562e-05 Jy ! Component: 200 - total flux cleaned = 0.000171685 Jy ! Total flux subtracted in 200 components = 0.000171685 Jy ! Clean residual min=-0.003357 max=0.003368 Jy/beam ! Clean residual mean=0.000008 rms=0.001099 Jy/beam ! Combined flux in latest and established models = 0.0915567 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 248 components and 0.0915567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053487Jy sigma=0.418593 ! Fit after self-cal, rms=0.053460Jy sigma=0.418392 ! 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=17.13 mas, bmaj=25.99 mas, bpa=37.56 degrees ! Estimated noise=1.20251 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 17.13 x 25.99 at 37.56 degrees (North through East) ! Clean map min=-0.003344 max=0.04505 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=15 mas, bmaj=24.89 mas, bpa=42.68 degrees ! Estimated noise=1.38675 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0310387 Jy ! Component: 100 - total flux cleaned = 0.0456301 Jy ! Component: 150 - total flux cleaned = 0.0558673 Jy ! Component: 200 - total flux cleaned = 0.0636491 Jy ! Total flux subtracted in 200 components = 0.0636491 Jy ! Clean residual min=-0.006298 max=0.007016 Jy/beam ! Clean residual mean=-0.000039 rms=0.002211 Jy/beam ! Combined flux in latest and established models = 0.063649 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 80 model components to the UV plane model. ! The established model now contains 80 components and 0.063649 Jy ! Inverting map and beam ! Estimated beam: bmin=17.13 mas, bmaj=25.99 mas, bpa=37.56 degrees ! Estimated noise=1.20251 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.00792916 Jy ! Component: 100 - total flux cleaned = 0.0133355 Jy ! Component: 150 - total flux cleaned = 0.0173285 Jy ! Component: 200 - total flux cleaned = 0.0199037 Jy ! Total flux subtracted in 200 components = 0.0199037 Jy ! Clean residual min=-0.004502 max=0.005076 Jy/beam ! Clean residual mean=-0.000002 rms=0.001433 Jy/beam ! Combined flux in latest and established models = 0.0835527 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 164 components and 0.0835527 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=17.97 mas, bmaj=26.38 mas, bpa=38.39 degrees ! Estimated noise=1.19113 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015476 Jy ! Component: 100 - total flux cleaned = 0.00257701 Jy ! Component: 150 - total flux cleaned = 0.00345554 Jy ! Component: 200 - total flux cleaned = 0.00414988 Jy ! Total flux subtracted in 200 components = 0.00414988 Jy ! Clean residual min=-0.003945 max=0.004308 Jy/beam ! Clean residual mean=0.000002 rms=0.001264 Jy/beam ! Combined flux in latest and established models = 0.0877026 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.000606273 Jy ! Component: 100 - total flux cleaned = 0.00113353 Jy ! Component: 150 - total flux cleaned = 0.00139211 Jy ! Component: 200 - total flux cleaned = 0.00167218 Jy ! Total flux subtracted in 200 components = 0.00167218 Jy ! Clean residual min=-0.003622 max=0.003949 Jy/beam ! Clean residual mean=0.000004 rms=0.001202 Jy/beam ! Combined flux in latest and established models = 0.0893748 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 203 components and 0.0893748 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=17.13 mas, bmaj=25.99 mas, bpa=37.56 degrees ! Estimated noise=1.20251 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.85962e-06 Jy ! Component: 100 - total flux cleaned = 6.64825e-05 Jy ! Component: 150 - total flux cleaned = 0.000172157 Jy ! Component: 200 - total flux cleaned = 0.000302521 Jy ! Total flux subtracted in 200 components = 0.000302521 Jy ! Clean residual min=-0.003366 max=0.003756 Jy/beam ! Clean residual mean=0.000005 rms=0.001167 Jy/beam ! Combined flux in latest and established models = 0.0896773 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 218 components and 0.0896773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053533Jy sigma=0.419538 ! Fit after self-cal, rms=0.053452Jy sigma=0.419176 wmodel J0301+3512_S_map.mod ! Writing 218 model components to file: J0301+3512_S_map.mod wobs J0301+3512_S_uvs.fits ! Writing UV FITS file: J0301+3512_S_uvs.fits wwins J0301+3512_S_map.win ! wwins: Wrote 1 windows to J0301+3512_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 = 6.59527e-05 Jy ! Component: 100 - total flux cleaned = -0.000316599 Jy ! Component: 150 - total flux cleaned = -0.000367312 Jy ! Component: 200 - total flux cleaned = -0.000364621 Jy ! Component: 250 - total flux cleaned = -0.000363777 Jy ! Component: 300 - total flux cleaned = -0.000488104 Jy ! Component: 350 - total flux cleaned = -0.000526712 Jy ! Component: 400 - total flux cleaned = -0.000565001 Jy ! Component: 450 - total flux cleaned = -0.000565359 Jy ! Component: 500 - total flux cleaned = -0.000530331 Jy ! Component: 550 - total flux cleaned = -0.000432186 Jy ! Component: 600 - total flux cleaned = -0.000337813 Jy ! Component: 650 - total flux cleaned = -0.000245377 Jy ! Component: 700 - total flux cleaned = -0.000157137 Jy ! Component: 750 - total flux cleaned = -0.00010085 Jy ! Component: 800 - total flux cleaned = -1.83332e-05 Jy ! Component: 850 - total flux cleaned = 3.46085e-05 Jy ! Component: 900 - total flux cleaned = 0.000111355 Jy ! Component: 950 - total flux cleaned = 8.63016e-05 Jy ! Component: 1000 - total flux cleaned = 0.000110652 Jy ! Component: 1050 - total flux cleaned = 0.000297881 Jy ! Component: 1100 - total flux cleaned = 0.000480866 Jy ! Component: 1150 - total flux cleaned = 0.000570063 Jy ! Component: 1200 - total flux cleaned = 0.000788034 Jy ! Component: 1250 - total flux cleaned = 0.000873494 Jy ! Component: 1300 - total flux cleaned = 0.000978172 Jy ! Component: 1350 - total flux cleaned = 0.0010813 Jy ! Component: 1400 - total flux cleaned = 0.00118242 Jy ! Component: 1450 - total flux cleaned = 0.00124208 Jy ! Component: 1500 - total flux cleaned = 0.00133956 Jy ! Component: 1550 - total flux cleaned = 0.00137758 Jy ! Component: 1600 - total flux cleaned = 0.00141541 Jy ! Component: 1650 - total flux cleaned = 0.0014897 Jy ! Component: 1700 - total flux cleaned = 0.00154455 Jy ! Component: 1750 - total flux cleaned = 0.00161623 Jy ! Component: 1800 - total flux cleaned = 0.00163389 Jy ! Component: 1850 - total flux cleaned = 0.00172094 Jy ! Component: 1900 - total flux cleaned = 0.00172099 Jy ! Component: 1950 - total flux cleaned = 0.00175521 Jy ! Component: 2000 - total flux cleaned = 0.00177204 Jy ! Component: 2050 - total flux cleaned = 0.00185419 Jy ! Component: 2100 - total flux cleaned = 0.00187025 Jy ! Component: 2150 - total flux cleaned = 0.00191792 Jy ! Component: 2200 - total flux cleaned = 0.00193328 Jy ! Component: 2250 - total flux cleaned = 0.00184011 Jy ! Component: 2300 - total flux cleaned = 0.00180929 Jy ! Component: 2350 - total flux cleaned = 0.00177897 Jy ! Component: 2400 - total flux cleaned = 0.001749 Jy ! Component: 2450 - total flux cleaned = 0.00174898 Jy ! Component: 2500 - total flux cleaned = 0.00171965 Jy ! Component: 2550 - total flux cleaned = 0.00171976 Jy ! Component: 2600 - total flux cleaned = 0.00170539 Jy ! Component: 2650 - total flux cleaned = 0.0016912 Jy ! Component: 2700 - total flux cleaned = 0.00169128 Jy ! Component: 2750 - total flux cleaned = 0.00167729 Jy ! Component: 2800 - total flux cleaned = 0.00162157 Jy ! Component: 2850 - total flux cleaned = 0.00162162 Jy ! Component: 2900 - total flux cleaned = 0.00162169 Jy ! Component: 2950 - total flux cleaned = 0.00166278 Jy ! Component: 3000 - total flux cleaned = 0.00168999 Jy ! Component: 3050 - total flux cleaned = 0.00173059 Jy ! Component: 3100 - total flux cleaned = 0.00174404 Jy ! Component: 3150 - total flux cleaned = 0.00173054 Jy ! Component: 3200 - total flux cleaned = 0.00178399 Jy ! Component: 3250 - total flux cleaned = 0.00182386 Jy ! Component: 3300 - total flux cleaned = 0.00185037 Jy ! Component: 3350 - total flux cleaned = 0.00187684 Jy ! Component: 3400 - total flux cleaned = 0.00191645 Jy ! Component: 3450 - total flux cleaned = 0.00191641 Jy ! Component: 3500 - total flux cleaned = 0.00191642 Jy ! Component: 3550 - total flux cleaned = 0.00190322 Jy ! Component: 3600 - total flux cleaned = 0.00186379 Jy ! Component: 3650 - total flux cleaned = 0.00182446 Jy ! Component: 3700 - total flux cleaned = 0.00181127 Jy ! Component: 3750 - total flux cleaned = 0.00177196 Jy ! Component: 3800 - total flux cleaned = 0.00173269 Jy ! Component: 3850 - total flux cleaned = 0.00170644 Jy ! Component: 3900 - total flux cleaned = 0.00168026 Jy ! Component: 3950 - total flux cleaned = 0.00165404 Jy ! Component: 4000 - total flux cleaned = 0.00164086 Jy ! Component: 4050 - total flux cleaned = 0.00162778 Jy ! Total flux subtracted in 4096 components = 0.00160144 Jy ! Clean residual min=-0.000818 max=0.000757 Jy/beam ! Clean residual mean=-0.000001 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.0912787 Jy keep ! Adding 463 model components to the UV plane model. ! The established model now contains 681 components and 0.0912787 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0301+3512_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 17.13 x 25.99 at 37.56 degrees (North through East) ! Clean map min=-0.0038071 max=0.045276 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0301+3512_S_map.fits wmodel /image_prod/ug002_uva//J0301+3512_S_map.mod ! Writing 681 model components to file: /image_prod/ug002_uva//J0301+3512_S_map.mod wobs /image_prod/ug002_uva//J0301+3512_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0301+3512_S_uvs.fits wwins /image_prod/ug002_uva//J0301+3512_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0301+3512_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0452761 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000282347 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.87084 1.87084 3.74167 7.48335 14.9667 29.9334 59.8668 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.045 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 160.356 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0301+3512_S_dfm.log closed on Wed Mar 4 19:46:04 2020