! Started logfile: /image_prod/ug002_uva//J0910+2248_S_dfm.log on Wed Mar 4 22:51:06 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//J0910+2248_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0910+2248_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.966667 visibilities/baseline/integration-bin. ! Found source: J0910+2248 ! ! 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 7830 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 J0910+2248_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 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.024667Jy sigma=8.041714 ! Fit after self-cal, rms=0.846402Jy sigma=6.710936 ! 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.012 mas, bmaj=5.958 mas, bpa=-14.93 degrees ! Estimated noise=1.49798 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.114757 Jy ! Component: 100 - total flux cleaned = 0.149247 Jy ! Total flux subtracted in 100 components = 0.149247 Jy ! Clean residual min=-0.006233 max=0.014068 Jy/beam ! Clean residual mean=0.000021 rms=0.001649 Jy/beam ! Combined flux in latest and established models = 0.149247 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.149247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077879Jy sigma=0.496023 ! Fit after self-cal, rms=0.077796Jy sigma=0.495733 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0140722 Jy ! Component: 100 - total flux cleaned = 0.0199192 Jy ! Total flux subtracted in 100 components = 0.0199192 Jy ! Clean residual min=-0.005049 max=0.005691 Jy/beam ! Clean residual mean=0.000021 rms=0.001219 Jy/beam ! Combined flux in latest and established models = 0.169166 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 11 components and 0.169166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074706Jy sigma=0.475831 ! Fit after self-cal, rms=0.074680Jy sigma=0.475745 ! 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.519 mas, bmaj=6.54 mas, bpa=-12.73 degrees ! Estimated noise=1.05967 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.001677 Jy ! Component: 100 - total flux cleaned = 0.00149897 Jy ! Component: 150 - total flux cleaned = 0.00136917 Jy ! Component: 200 - total flux cleaned = 0.00137038 Jy ! Total flux subtracted in 200 components = 0.00137038 Jy ! Clean residual min=-0.004784 max=0.005007 Jy/beam ! Clean residual mean=0.000025 rms=0.001113 Jy/beam ! Combined flux in latest and established models = 0.170537 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.170537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074349Jy sigma=0.474913 ! Fit after self-cal, rms=0.074337Jy sigma=0.474903 ! 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.519 x 6.54 at -12.73 degrees (North through East) ! Clean map min=-0.0046825 max=0.15063 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.99 HN 1.01 KP 0.98 ! LA 1.03 MK 1.02 NL 0.99 OV 1.01 ! SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.02 HN 1.02 KP 0.99 ! LA 1.02 MK 0.99 NL 0.90 OV 1.07 ! SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.04 HN 1.01 KP 0.99 ! LA 1.00 MK 0.97 NL 1.01 OV 1.05 ! SC 1.01 ! ! ! Fit before self-cal, rms=0.074337Jy sigma=0.474903 ! Fit after self-cal, rms=0.072101Jy sigma=0.471027 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.518 mas, bmaj=6.521 mas, bpa=-12.9 degrees ! Estimated noise=1.0594 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.00129643 Jy ! Component: 100 - total flux cleaned = 0.0018742 Jy ! Component: 150 - total flux cleaned = 0.00203742 Jy ! Component: 200 - total flux cleaned = 0.00208578 Jy ! Total flux subtracted in 200 components = 0.00208578 Jy ! Clean residual min=-0.004598 max=0.004665 Jy/beam ! Clean residual mean=0.000019 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.172622 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.172622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072053Jy sigma=0.470893 ! Fit after self-cal, rms=0.072038Jy sigma=0.470856 ! 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.072038Jy sigma=0.470856 ! Fit after self-cal, rms=0.068050Jy sigma=0.454850 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.488 mas, bmaj=6.524 mas, bpa=-13.07 degrees ! Estimated noise=1.06408 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147999 Jy ! Component: 100 - total flux cleaned = 0.00232669 Jy ! Component: 150 - total flux cleaned = 0.00283844 Jy ! Component: 200 - total flux cleaned = 0.00300687 Jy ! Total flux subtracted in 200 components = 0.00300687 Jy ! Clean residual min=-0.002447 max=0.002387 Jy/beam ! Clean residual mean=0.000002 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.175629 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 50 components and 0.175629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068010Jy sigma=0.454621 ! Fit after self-cal, rms=0.068040Jy sigma=0.454534 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.38449e-05 Jy ! Component: 100 - total flux cleaned = 3.33673e-05 Jy ! Component: 150 - total flux cleaned = 5.29961e-05 Jy ! Component: 200 - total flux cleaned = 5.29033e-05 Jy ! Total flux subtracted in 200 components = 5.29033e-05 Jy ! Clean residual min=-0.002446 max=0.002403 Jy/beam ! Clean residual mean=0.000002 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.175682 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.175682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068037Jy sigma=0.454518 ! Fit after self-cal, rms=0.068036Jy sigma=0.454517 ! 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.068036Jy sigma=0.454517 ! Fit after self-cal, rms=0.067275Jy sigma=0.450950 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.472 mas, bmaj=6.509 mas, bpa=-13.06 degrees ! Estimated noise=1.06217 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00085975 Jy ! Component: 100 - total flux cleaned = 0.00105599 Jy ! Component: 150 - total flux cleaned = 0.00123867 Jy ! Component: 200 - total flux cleaned = 0.00136057 Jy ! Total flux subtracted in 200 components = 0.00136057 Jy ! Clean residual min=-0.001974 max=0.001786 Jy/beam ! Clean residual mean=0.000005 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.177043 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.177043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067254Jy sigma=0.450833 ! Fit after self-cal, rms=0.067258Jy sigma=0.450804 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 = 8.15658e-05 Jy ! Component: 100 - total flux cleaned = 0.00013583 Jy ! Component: 150 - total flux cleaned = 0.000184979 Jy ! Component: 200 - total flux cleaned = 0.000207086 Jy ! Total flux subtracted in 200 components = 0.000207086 Jy ! Clean residual min=-0.001972 max=0.001762 Jy/beam ! Clean residual mean=0.000005 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.17725 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 61 components and 0.17725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067253Jy sigma=0.450775 ! Fit after self-cal, rms=0.067253Jy sigma=0.450775 ! 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.067253Jy sigma=0.450775 ! Fit after self-cal, rms=0.067062Jy sigma=0.450717 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.244 mas, bmaj=9.625 mas, bpa=-7.421 degrees ! Estimated noise=1.30604 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000993254 Jy ! Component: 100 - total flux cleaned = 0.0014961 Jy ! Component: 150 - total flux cleaned = 0.0016433 Jy ! Component: 200 - total flux cleaned = 0.00169202 Jy ! Total flux subtracted in 200 components = 0.00169202 Jy ! Clean residual min=-0.002006 max=0.002202 Jy/beam ! Clean residual mean=0.000008 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.178942 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 68 components and 0.178942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067059Jy sigma=0.450714 ! Fit after self-cal, rms=0.067057Jy sigma=0.450703 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 = 7.82004e-05 Jy ! Component: 100 - total flux cleaned = 9.89444e-05 Jy ! Component: 150 - total flux cleaned = 0.000107968 Jy ! Component: 200 - total flux cleaned = 0.000122983 Jy ! Total flux subtracted in 200 components = 0.000122983 Jy ! Clean residual min=-0.001968 max=0.002187 Jy/beam ! Clean residual mean=0.000008 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.179065 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 78 components and 0.179065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067056Jy sigma=0.450708 ! Fit after self-cal, rms=0.067056Jy sigma=0.450702 ! 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.464 mas, bmaj=6.498 mas, bpa=-13.04 degrees ! Estimated noise=1.06114 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.464 x 6.498 at -13.04 degrees (North through East) ! Clean map min=-0.0018479 max=0.1496 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.958 mas, bmaj=5.922 mas, bpa=-15.56 degrees ! Estimated noise=1.49033 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.114578 Jy ! Component: 100 - total flux cleaned = 0.150738 Jy ! Component: 150 - total flux cleaned = 0.165538 Jy ! Component: 200 - total flux cleaned = 0.171776 Jy ! Total flux subtracted in 200 components = 0.171776 Jy ! Clean residual min=-0.003348 max=0.002754 Jy/beam ! Clean residual mean=0.000005 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.171776 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.171776 Jy ! Inverting map and beam ! Estimated beam: bmin=3.464 mas, bmaj=6.498 mas, bpa=-13.04 degrees ! Estimated noise=1.06114 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.00304718 Jy ! Component: 100 - total flux cleaned = 0.00447753 Jy ! Component: 150 - total flux cleaned = 0.00531144 Jy ! Component: 200 - total flux cleaned = 0.00585919 Jy ! Total flux subtracted in 200 components = 0.00585919 Jy ! Clean residual min=-0.002000 max=0.001749 Jy/beam ! Clean residual mean=0.000005 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.177635 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 35 components and 0.177635 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=7.244 mas, bmaj=9.625 mas, bpa=-7.421 degrees ! Estimated noise=1.30604 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000894248 Jy ! Component: 100 - total flux cleaned = 0.00125844 Jy ! Component: 150 - total flux cleaned = 0.00130456 Jy ! Component: 200 - total flux cleaned = 0.00134346 Jy ! Total flux subtracted in 200 components = 0.00134346 Jy ! Clean residual min=-0.001980 max=0.002184 Jy/beam ! Clean residual mean=0.000008 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.178978 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.70407e-05 Jy ! Component: 100 - total flux cleaned = 5.80242e-05 Jy ! Component: 150 - total flux cleaned = 8.10381e-05 Jy ! Component: 200 - total flux cleaned = 0.00010236 Jy ! Total flux subtracted in 200 components = 0.00010236 Jy ! Clean residual min=-0.001961 max=0.002180 Jy/beam ! Clean residual mean=0.000008 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.179081 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.179081 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.464 mas, bmaj=6.498 mas, bpa=-13.04 degrees ! Estimated noise=1.06114 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000354355 Jy ! Component: 100 - total flux cleaned = -0.000402251 Jy ! Component: 150 - total flux cleaned = -0.000412632 Jy ! Component: 200 - total flux cleaned = -0.000442532 Jy ! Total flux subtracted in 200 components = -0.000442532 Jy ! Clean residual min=-0.001971 max=0.001713 Jy/beam ! Clean residual mean=0.000005 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.178638 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 0.178638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067049Jy sigma=0.450652 ! Fit after self-cal, rms=0.067048Jy sigma=0.450643 wmodel J0910+2248_S_map.mod ! Writing 54 model components to file: J0910+2248_S_map.mod wobs J0910+2248_S_uvs.fits ! Writing UV FITS file: J0910+2248_S_uvs.fits wwins J0910+2248_S_map.win ! wwins: Wrote 1 windows to J0910+2248_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.000555184 Jy ! Component: 100 - total flux cleaned = -0.000649428 Jy ! Component: 150 - total flux cleaned = -0.000707916 Jy ! Component: 200 - total flux cleaned = -0.000622832 Jy ! Component: 250 - total flux cleaned = -0.000596125 Jy ! Component: 300 - total flux cleaned = -0.000622087 Jy ! Component: 350 - total flux cleaned = -0.000621202 Jy ! Component: 400 - total flux cleaned = -0.000595583 Jy ! Component: 450 - total flux cleaned = -0.000670114 Jy ! Component: 500 - total flux cleaned = -0.000743316 Jy ! Component: 550 - total flux cleaned = -0.000861759 Jy ! Component: 600 - total flux cleaned = -0.000885028 Jy ! Component: 650 - total flux cleaned = -0.00102202 Jy ! Component: 700 - total flux cleaned = -0.00111096 Jy ! Component: 750 - total flux cleaned = -0.00111069 Jy ! Component: 800 - total flux cleaned = -0.00115379 Jy ! Component: 850 - total flux cleaned = -0.00115362 Jy ! Component: 900 - total flux cleaned = -0.0011324 Jy ! Component: 950 - total flux cleaned = -0.00121472 Jy ! Component: 1000 - total flux cleaned = -0.00109239 Jy ! Component: 1050 - total flux cleaned = -0.00119276 Jy ! Component: 1100 - total flux cleaned = -0.00117338 Jy ! Component: 1150 - total flux cleaned = -0.00121177 Jy ! Component: 1200 - total flux cleaned = -0.00111594 Jy ! Component: 1250 - total flux cleaned = -0.00107859 Jy ! Component: 1300 - total flux cleaned = -0.00109743 Jy ! Component: 1350 - total flux cleaned = -0.00109777 Jy ! Component: 1400 - total flux cleaned = -0.00107993 Jy ! Component: 1450 - total flux cleaned = -0.00115149 Jy ! Component: 1500 - total flux cleaned = -0.00109824 Jy ! Component: 1550 - total flux cleaned = -0.00106344 Jy ! Component: 1600 - total flux cleaned = -0.00104611 Jy ! Component: 1650 - total flux cleaned = -0.000961124 Jy ! Component: 1700 - total flux cleaned = -0.001012 Jy ! Component: 1750 - total flux cleaned = -0.00102849 Jy ! Component: 1800 - total flux cleaned = -0.000995491 Jy ! Component: 1850 - total flux cleaned = -0.00102773 Jy ! Component: 1900 - total flux cleaned = -0.000979654 Jy ! Component: 1950 - total flux cleaned = -0.00102738 Jy ! Component: 2000 - total flux cleaned = -0.00105878 Jy ! Component: 2050 - total flux cleaned = -0.00105867 Jy ! Component: 2100 - total flux cleaned = -0.00102801 Jy ! Component: 2150 - total flux cleaned = -0.00107382 Jy ! Component: 2200 - total flux cleaned = -0.00110396 Jy ! Component: 2250 - total flux cleaned = -0.00110407 Jy ! Component: 2300 - total flux cleaned = -0.00111893 Jy ! Component: 2350 - total flux cleaned = -0.00111888 Jy ! Component: 2400 - total flux cleaned = -0.00116233 Jy ! Component: 2450 - total flux cleaned = -0.00109062 Jy ! Component: 2500 - total flux cleaned = -0.00120468 Jy ! Component: 2550 - total flux cleaned = -0.00120469 Jy ! Component: 2600 - total flux cleaned = -0.00113457 Jy ! Component: 2650 - total flux cleaned = -0.00113479 Jy ! Component: 2700 - total flux cleaned = -0.00110735 Jy ! Component: 2750 - total flux cleaned = -0.00106652 Jy ! Component: 2800 - total flux cleaned = -0.00106645 Jy ! Component: 2850 - total flux cleaned = -0.0010664 Jy ! Component: 2900 - total flux cleaned = -0.00100008 Jy ! Component: 2950 - total flux cleaned = -0.00100036 Jy ! Component: 3000 - total flux cleaned = -0.00100043 Jy ! Component: 3050 - total flux cleaned = -0.00100031 Jy ! Component: 3100 - total flux cleaned = -0.00100023 Jy ! Component: 3150 - total flux cleaned = -0.000924023 Jy ! Component: 3200 - total flux cleaned = -0.000949311 Jy ! Component: 3250 - total flux cleaned = -0.000861585 Jy ! Component: 3300 - total flux cleaned = -0.000886446 Jy ! Component: 3350 - total flux cleaned = -0.000824703 Jy ! Component: 3400 - total flux cleaned = -0.000800116 Jy ! Component: 3450 - total flux cleaned = -0.000800206 Jy ! Component: 3500 - total flux cleaned = -0.000739587 Jy ! Component: 3550 - total flux cleaned = -0.000727588 Jy ! Component: 3600 - total flux cleaned = -0.000656083 Jy ! Component: 3650 - total flux cleaned = -0.000679752 Jy ! Component: 3700 - total flux cleaned = -0.000632816 Jy ! Component: 3750 - total flux cleaned = -0.000586147 Jy ! Component: 3800 - total flux cleaned = -0.000528306 Jy ! Component: 3850 - total flux cleaned = -0.000516748 Jy ! Component: 3900 - total flux cleaned = -0.000425217 Jy ! Component: 3950 - total flux cleaned = -0.000402526 Jy ! Component: 4000 - total flux cleaned = -0.000391233 Jy ! Component: 4050 - total flux cleaned = -0.000335257 Jy ! Total flux subtracted in 4096 components = -0.000324121 Jy ! Clean residual min=-0.000676 max=0.000619 Jy/beam ! Clean residual mean=0.000001 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.178314 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 364 components and 0.178314 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0910+2248_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.464 x 6.498 at -13.04 degrees (North through East) ! Clean map min=-0.0015022 max=0.14947 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0910+2248_S_map.fits wmodel /image_prod/ug002_uva//J0910+2248_S_map.mod ! Writing 364 model components to file: /image_prod/ug002_uva//J0910+2248_S_map.mod wobs /image_prod/ug002_uva//J0910+2248_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0910+2248_S_uvs.fits wwins /image_prod/ug002_uva//J0910+2248_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0910+2248_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.149468 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00020967 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.420833 0.420833 0.841665 1.68333 3.36666 6.73332 13.4666 26.9333 53.8666 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.149 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 712.872 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0910+2248_S_dfm.log closed on Wed Mar 4 22:51:10 2020