! Started logfile: /image_prod/ug002_uva//J1015+0109_S_dfm.log on Wed Mar 4 23:28:47 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+0109_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1015+0109_S_uva.fits ! AN table 1: 60 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.985926 visibilities/baseline/integration-bin. ! Found source: J1015+0109 ! ! 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 7986 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+0109_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.016550Jy sigma=7.961176 ! Fit after self-cal, rms=0.845946Jy sigma=6.570205 ! 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.907 mas, bmaj=7.207 mas, bpa=-3.443 degrees ! Estimated noise=1.49696 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.12241 Jy ! Component: 100 - total flux cleaned = 0.153296 Jy ! Total flux subtracted in 100 components = 0.153296 Jy ! Clean residual min=-0.007567 max=0.014469 Jy/beam ! Clean residual mean=0.000009 rms=0.002056 Jy/beam ! Combined flux in latest and established models = 0.153296 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.153296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085132Jy sigma=0.533782 ! Fit after self-cal, rms=0.084947Jy sigma=0.533141 ! Inverting map ! Added new window around map position (3, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0149077 Jy ! Component: 100 - total flux cleaned = 0.0239269 Jy ! Total flux subtracted in 100 components = 0.0239269 Jy ! Clean residual min=-0.006253 max=0.010144 Jy/beam ! Clean residual mean=0.000004 rms=0.001694 Jy/beam ! Combined flux in latest and established models = 0.177223 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.177223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082069Jy sigma=0.498591 ! Fit after self-cal, rms=0.081906Jy sigma=0.497200 ! 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.408 mas, bmaj=8.236 mas, bpa=-4.694 degrees ! Estimated noise=1.04975 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 (-2.5, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00971424 Jy ! Component: 100 - total flux cleaned = 0.0140979 Jy ! Component: 150 - total flux cleaned = 0.0144574 Jy ! Component: 200 - total flux cleaned = 0.0146138 Jy ! Total flux subtracted in 200 components = 0.0146138 Jy ! Clean residual min=-0.004712 max=0.005125 Jy/beam ! Clean residual mean=0.000007 rms=0.001187 Jy/beam ! Combined flux in latest and established models = 0.191836 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 47 components and 0.191836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080359Jy sigma=0.484092 ! Fit after self-cal, rms=0.080353Jy sigma=0.483986 ! 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.408 x 8.236 at -4.694 degrees (North through East) ! Clean map min=-0.004949 max=0.1519 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.93 HN 1.05 KP 0.99 ! LA 1.02 MK 1.03 NL 0.96 OV 0.95 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.37 FD 0.92 HN 1.01 KP 1.01 ! LA 1.02 MK 1.04 NL 1.02 OV 0.95 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.31 FD 0.90 HN 1.03 KP 1.00 ! LA 1.00 MK 1.04 NL 0.92 OV 0.94 ! PT 1.01 SC 1.03 ! ! ! Fit before self-cal, rms=0.080353Jy sigma=0.483986 ! Fit after self-cal, rms=0.087315Jy sigma=0.471019 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.435 mas, bmaj=8.384 mas, bpa=-4.555 degrees ! Estimated noise=1.05244 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.000563446 Jy ! Component: 100 - total flux cleaned = -0.00078929 Jy ! Component: 150 - total flux cleaned = -0.000918855 Jy ! Component: 200 - total flux cleaned = -0.00109575 Jy ! Total flux subtracted in 200 components = -0.00109575 Jy ! Clean residual min=-0.003782 max=0.003850 Jy/beam ! Clean residual mean=-0.000002 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.190741 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 70 components and 0.190741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087197Jy sigma=0.469956 ! Fit after self-cal, rms=0.087271Jy sigma=0.469820 ! 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.087271Jy sigma=0.469820 ! Fit after self-cal, rms=0.121055Jy sigma=0.461457 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.427 mas, bmaj=8.414 mas, bpa=-4.568 degrees ! Estimated noise=1.0572 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000737958 Jy ! Component: 100 - total flux cleaned = -0.0010447 Jy ! Component: 150 - total flux cleaned = -0.00118592 Jy ! Component: 200 - total flux cleaned = -0.00137255 Jy ! Total flux subtracted in 200 components = -0.00137255 Jy ! Clean residual min=-0.003007 max=0.002721 Jy/beam ! Clean residual mean=-0.000003 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.189368 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 84 components and 0.189368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.120943Jy sigma=0.460460 ! Fit after self-cal, rms=0.121007Jy sigma=0.460365 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.000143378 Jy ! Component: 100 - total flux cleaned = 3.73457e-05 Jy ! Component: 150 - total flux cleaned = -0.000105413 Jy ! Component: 200 - total flux cleaned = -0.000148438 Jy ! Total flux subtracted in 200 components = -0.000148438 Jy ! Clean residual min=-0.002839 max=0.002646 Jy/beam ! Clean residual mean=-0.000003 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.18922 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 94 components and 0.18922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.120955Jy sigma=0.459918 ! Fit after self-cal, rms=0.120944Jy sigma=0.459904 ! 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.120944Jy sigma=0.459904 ! Fit after self-cal, rms=0.124240Jy sigma=0.455965 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.419 mas, bmaj=8.409 mas, bpa=-4.54 degrees ! Estimated noise=1.05329 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00092262 Jy ! Component: 100 - total flux cleaned = -0.000991121 Jy ! Component: 150 - total flux cleaned = -0.00102281 Jy ! Component: 200 - total flux cleaned = -0.00108245 Jy ! Total flux subtracted in 200 components = -0.00108245 Jy ! Clean residual min=-0.002529 max=0.001937 Jy/beam ! Clean residual mean=-0.000001 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.188137 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 107 components and 0.188137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.124221Jy sigma=0.455651 ! Fit after self-cal, rms=0.124224Jy sigma=0.455627 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 = -6.63973e-05 Jy ! Component: 100 - total flux cleaned = -9.33045e-05 Jy ! Component: 150 - total flux cleaned = -0.000119077 Jy ! Component: 200 - total flux cleaned = -0.000142602 Jy ! Total flux subtracted in 200 components = -0.000142602 Jy ! Clean residual min=-0.002495 max=0.001915 Jy/beam ! Clean residual mean=-0.000001 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.187995 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 114 components and 0.187995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.124212Jy sigma=0.455503 ! Fit after self-cal, rms=0.124210Jy sigma=0.455502 ! 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.124210Jy sigma=0.455502 ! Fit after self-cal, rms=0.126147Jy sigma=0.455427 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.798 mas, bmaj=13.25 mas, bpa=-6.888 degrees ! Estimated noise=1.25038 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000727613 Jy ! Component: 100 - total flux cleaned = -0.000812177 Jy ! Component: 150 - total flux cleaned = -0.000932608 Jy ! Component: 200 - total flux cleaned = -0.000997083 Jy ! Total flux subtracted in 200 components = -0.000997083 Jy ! Clean residual min=-0.002614 max=0.002177 Jy/beam ! Clean residual mean=-0.000002 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.186998 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 129 components and 0.186998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.126140Jy sigma=0.455274 ! Fit after self-cal, rms=0.126149Jy sigma=0.455270 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.47762e-07 Jy ! Component: 100 - total flux cleaned = -1.78558e-05 Jy ! Component: 150 - total flux cleaned = -3.43718e-05 Jy ! Component: 200 - total flux cleaned = -6.42773e-05 Jy ! Total flux subtracted in 200 components = -6.42773e-05 Jy ! Clean residual min=-0.002561 max=0.002190 Jy/beam ! Clean residual mean=-0.000002 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.186933 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 139 components and 0.186933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.126147Jy sigma=0.455250 ! Fit after self-cal, rms=0.126149Jy sigma=0.455246 ! 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.414 mas, bmaj=8.413 mas, bpa=-4.558 degrees ! Estimated noise=1.0514 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.414 x 8.413 at -4.558 degrees (North through East) ! Clean map min=-0.0022736 max=0.15341 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.899 mas, bmaj=7.344 mas, bpa=-3.38 degrees ! Estimated noise=1.51903 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.124127 Jy ! Component: 100 - total flux cleaned = 0.155795 Jy ! Component: 150 - total flux cleaned = 0.168671 Jy ! Component: 200 - total flux cleaned = 0.175255 Jy ! Total flux subtracted in 200 components = 0.175255 Jy ! Clean residual min=-0.003285 max=0.003332 Jy/beam ! Clean residual mean=-0.000001 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.175255 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.175255 Jy ! Inverting map and beam ! Estimated beam: bmin=3.414 mas, bmaj=8.413 mas, bpa=-4.558 degrees ! Estimated noise=1.0514 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.00494719 Jy ! Component: 100 - total flux cleaned = 0.0080057 Jy ! Component: 150 - total flux cleaned = 0.00941192 Jy ! Component: 200 - total flux cleaned = 0.0103493 Jy ! Total flux subtracted in 200 components = 0.0103493 Jy ! Clean residual min=-0.002389 max=0.002134 Jy/beam ! Clean residual mean=-0.000000 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.185604 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 41 components and 0.185604 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.798 mas, bmaj=13.25 mas, bpa=-6.888 degrees ! Estimated noise=1.25038 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110945 Jy ! Component: 100 - total flux cleaned = 0.00141684 Jy ! Component: 150 - total flux cleaned = 0.00141751 Jy ! Component: 200 - total flux cleaned = 0.00144157 Jy ! Total flux subtracted in 200 components = 0.00144157 Jy ! Clean residual min=-0.002551 max=0.002587 Jy/beam ! Clean residual mean=-0.000002 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.187046 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.18191e-05 Jy ! Component: 100 - total flux cleaned = 4.19513e-05 Jy ! Component: 150 - total flux cleaned = 5.94634e-05 Jy ! Component: 200 - total flux cleaned = 4.17328e-05 Jy ! Total flux subtracted in 200 components = 4.17328e-05 Jy ! Clean residual min=-0.002516 max=0.002497 Jy/beam ! Clean residual mean=-0.000002 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.187088 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 59 components and 0.187088 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.414 mas, bmaj=8.413 mas, bpa=-4.558 degrees ! Estimated noise=1.0514 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000560701 Jy ! Component: 100 - total flux cleaned = -0.000520926 Jy ! Component: 150 - total flux cleaned = -0.000346468 Jy ! Component: 200 - total flux cleaned = -0.000252905 Jy ! Total flux subtracted in 200 components = -0.000252905 Jy ! Clean residual min=-0.002342 max=0.001845 Jy/beam ! Clean residual mean=-0.000001 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.186835 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 72 components and 0.186835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.126225Jy sigma=0.455359 ! Fit after self-cal, rms=0.126268Jy sigma=0.455310 wmodel J1015+0109_S_map.mod ! Writing 72 model components to file: J1015+0109_S_map.mod wobs J1015+0109_S_uvs.fits ! Writing UV FITS file: J1015+0109_S_uvs.fits wwins J1015+0109_S_map.win ! wwins: Wrote 3 windows to J1015+0109_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.00090755 Jy ! Component: 100 - total flux cleaned = -0.00127744 Jy ! Component: 150 - total flux cleaned = -0.00143504 Jy ! Component: 200 - total flux cleaned = -0.00149508 Jy ! Component: 250 - total flux cleaned = -0.00143693 Jy ! Component: 300 - total flux cleaned = -0.001494 Jy ! Component: 350 - total flux cleaned = -0.00146606 Jy ! Component: 400 - total flux cleaned = -0.00146575 Jy ! Component: 450 - total flux cleaned = -0.00149217 Jy ! Component: 500 - total flux cleaned = -0.00154425 Jy ! Component: 550 - total flux cleaned = -0.00164599 Jy ! Component: 600 - total flux cleaned = -0.00179646 Jy ! Component: 650 - total flux cleaned = -0.00194415 Jy ! Component: 700 - total flux cleaned = -0.00211417 Jy ! Component: 750 - total flux cleaned = -0.00223367 Jy ! Component: 800 - total flux cleaned = -0.00239906 Jy ! Component: 850 - total flux cleaned = -0.00256212 Jy ! Component: 900 - total flux cleaned = -0.00267725 Jy ! Component: 950 - total flux cleaned = -0.00279092 Jy ! Component: 1000 - total flux cleaned = -0.00290234 Jy ! Component: 1050 - total flux cleaned = -0.00303494 Jy ! Component: 1100 - total flux cleaned = -0.00303501 Jy ! Component: 1150 - total flux cleaned = -0.00318619 Jy ! Component: 1200 - total flux cleaned = -0.00325006 Jy ! Component: 1250 - total flux cleaned = -0.00335559 Jy ! Component: 1300 - total flux cleaned = -0.00337652 Jy ! Component: 1350 - total flux cleaned = -0.00341797 Jy ! Component: 1400 - total flux cleaned = -0.00347908 Jy ! Component: 1450 - total flux cleaned = -0.00353953 Jy ! Component: 1500 - total flux cleaned = -0.0036194 Jy ! Component: 1550 - total flux cleaned = -0.00359957 Jy ! Component: 1600 - total flux cleaned = -0.00365836 Jy ! Component: 1650 - total flux cleaned = -0.00371667 Jy ! Component: 1700 - total flux cleaned = -0.00377422 Jy ! Component: 1750 - total flux cleaned = -0.00383143 Jy ! Component: 1800 - total flux cleaned = -0.00390684 Jy ! Component: 1850 - total flux cleaned = -0.00394425 Jy ! Component: 1900 - total flux cleaned = -0.00403676 Jy ! Component: 1950 - total flux cleaned = -0.00412816 Jy ! Component: 2000 - total flux cleaned = -0.00420056 Jy ! Component: 2050 - total flux cleaned = -0.00421839 Jy ! Component: 2100 - total flux cleaned = -0.00427148 Jy ! Component: 2150 - total flux cleaned = -0.00432451 Jy ! Component: 2200 - total flux cleaned = -0.00435976 Jy ! Component: 2250 - total flux cleaned = -0.00448129 Jy ! Component: 2300 - total flux cleaned = -0.00453292 Jy ! Component: 2350 - total flux cleaned = -0.00460135 Jy ! Component: 2400 - total flux cleaned = -0.00466903 Jy ! Component: 2450 - total flux cleaned = -0.00475318 Jy ! Component: 2500 - total flux cleaned = -0.00478646 Jy ! Component: 2550 - total flux cleaned = -0.00483613 Jy ! Component: 2600 - total flux cleaned = -0.00495083 Jy ! Component: 2650 - total flux cleaned = -0.00498312 Jy ! Component: 2700 - total flux cleaned = -0.00504781 Jy ! Component: 2750 - total flux cleaned = -0.00515992 Jy ! Component: 2800 - total flux cleaned = -0.00517576 Jy ! Component: 2850 - total flux cleaned = -0.00519157 Jy ! Component: 2900 - total flux cleaned = -0.00530108 Jy ! Component: 2950 - total flux cleaned = -0.00527019 Jy ! Component: 3000 - total flux cleaned = -0.00536284 Jy ! Component: 3050 - total flux cleaned = -0.0053934 Jy ! Component: 3100 - total flux cleaned = -0.00540862 Jy ! Component: 3150 - total flux cleaned = -0.00543889 Jy ! Component: 3200 - total flux cleaned = -0.00549877 Jy ! Component: 3250 - total flux cleaned = -0.00558792 Jy ! Component: 3300 - total flux cleaned = -0.00566166 Jy ! Component: 3350 - total flux cleaned = -0.00570543 Jy ! Component: 3400 - total flux cleaned = -0.00569078 Jy ! Component: 3450 - total flux cleaned = -0.00576298 Jy ! Component: 3500 - total flux cleaned = -0.0058059 Jy ! Component: 3550 - total flux cleaned = -0.00589148 Jy ! Component: 3600 - total flux cleaned = -0.00596234 Jy ! Component: 3650 - total flux cleaned = -0.00601874 Jy ! Component: 3700 - total flux cleaned = -0.00606079 Jy ! Component: 3750 - total flux cleaned = -0.00618586 Jy ! Component: 3800 - total flux cleaned = -0.00624105 Jy ! Component: 3850 - total flux cleaned = -0.00633716 Jy ! Component: 3900 - total flux cleaned = -0.00641899 Jy ! Component: 3950 - total flux cleaned = -0.00645967 Jy ! Component: 4000 - total flux cleaned = -0.00655401 Jy ! Component: 4050 - total flux cleaned = -0.00663445 Jy ! Total flux subtracted in 4096 components = -0.00666113 Jy ! Clean residual min=-0.000769 max=0.000949 Jy/beam ! Clean residual mean=-0.000001 rms=0.000254 Jy/beam ! Combined flux in latest and established models = 0.180174 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 375 components and 0.180174 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1015+0109_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.414 x 8.413 at -4.558 degrees (North through East) ! Clean map min=-0.0017134 max=0.15595 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1015+0109_S_map.fits wmodel /image_prod/ug002_uva//J1015+0109_S_map.mod ! Writing 375 model components to file: /image_prod/ug002_uva//J1015+0109_S_map.mod wobs /image_prod/ug002_uva//J1015+0109_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1015+0109_S_uvs.fits wwins /image_prod/ug002_uva//J1015+0109_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1015+0109_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.155946 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000254054 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.488736 0.488736 0.977472 1.95494 3.90989 7.81977 15.6395 31.2791 62.5582 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.155 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 613.828 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1015+0109_S_dfm.log closed on Wed Mar 4 23:28:51 2020