! Started logfile: .//J1716+6836_S_dfm.log on Wed Aug 15 15:30:15 2018 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 .//J1716+6836_S_uva.fits ! Reading UV FITS file: .//J1716+6836_S_uva.fits ! AN table 1: 8 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1716+6836 ! ! There are 4 IFs, and a total of 4 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 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 1440 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 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 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 J1716+6836_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. ! ! Correcting IF 4. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.088370Jy sigma=19.091371 ! Fit after self-cal, rms=0.622213Jy sigma=10.203299 ! 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.685 mas, bmaj=10.21 mas, bpa=-85.34 degrees ! Estimated noise=1.54421 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.302332 Jy ! Component: 100 - total flux cleaned = 0.388465 Jy ! Total flux subtracted in 100 components = 0.388465 Jy ! Clean residual min=-0.022742 max=0.042362 Jy/beam ! Clean residual mean=0.000050 rms=0.008667 Jy/beam ! Combined flux in latest and established models = 0.388465 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.388465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130011Jy sigma=2.031569 ! Fit after self-cal, rms=0.129776Jy sigma=2.028673 ! 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.171 mas, bmaj=10.86 mas, bpa=-85.03 degrees ! Estimated noise=1.29281 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.0584419 Jy ! Component: 100 - total flux cleaned = 0.0898371 Jy ! Component: 150 - total flux cleaned = 0.110173 Jy ! Component: 200 - total flux cleaned = 0.12389 Jy ! Total flux subtracted in 200 components = 0.12389 Jy ! Clean residual min=-0.018701 max=0.024339 Jy/beam ! Clean residual mean=0.000011 rms=0.005228 Jy/beam ! Combined flux in latest and established models = 0.512355 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 59 components and 0.512355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104356Jy sigma=1.389612 ! Fit after self-cal, rms=0.104145Jy sigma=1.385698 ! 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.171 x 10.86 at -85.03 degrees (North through East) ! Clean map min=-0.018521 max=0.39758 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.03 HN 0.97 KP 0.97 ! LA 0.94 MK 0.98 NL 1.02 OV 0.89 ! PT 1.04 SC 1.37 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.03 HN 0.95 KP 0.97 ! LA 0.94 MK 0.99 NL 0.85 OV 0.87 ! PT 1.04 SC 2.46 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 0.95 KP 0.98 ! LA 0.93 MK 0.97 NL 0.99 OV 0.87 ! PT 1.02 SC 1.35 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.104145Jy sigma=1.385698 ! Fit after self-cal, rms=0.105456Jy sigma=1.053121 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.224 mas, bmaj=10.82 mas, bpa=-84.89 degrees ! Estimated noise=1.28364 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 (-11, 19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00659286 Jy ! Component: 100 - total flux cleaned = 0.00637783 Jy ! Component: 150 - total flux cleaned = 0.0068357 Jy ! Component: 200 - total flux cleaned = 0.00767187 Jy ! Total flux subtracted in 200 components = 0.00767187 Jy ! Clean residual min=-0.006832 max=0.007597 Jy/beam ! Clean residual mean=0.000000 rms=0.001672 Jy/beam ! Combined flux in latest and established models = 0.520027 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 80 components and 0.520027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104261Jy sigma=1.016513 ! Fit after self-cal, rms=0.104347Jy sigma=1.014934 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104347Jy sigma=1.014934 ! Fit after self-cal, rms=0.104163Jy sigma=1.013884 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.226 mas, bmaj=10.82 mas, bpa=-84.87 degrees ! Estimated noise=1.2803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00119952 Jy ! Component: 100 - total flux cleaned = -0.00118969 Jy ! Component: 150 - total flux cleaned = -0.00129812 Jy ! Component: 200 - total flux cleaned = -0.00119558 Jy ! Total flux subtracted in 200 components = -0.00119558 Jy ! Clean residual min=-0.006061 max=0.006830 Jy/beam ! Clean residual mean=-0.000001 rms=0.001501 Jy/beam ! Combined flux in latest and established models = 0.518831 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 96 components and 0.518831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103893Jy sigma=1.006341 ! Fit after self-cal, rms=0.103886Jy sigma=1.006051 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) ! Added new window around map position (-46, -56). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00394887 Jy ! Component: 100 - total flux cleaned = 0.00408823 Jy ! Component: 150 - total flux cleaned = 0.0040937 Jy ! Component: 200 - total flux cleaned = 0.00387657 Jy ! Total flux subtracted in 200 components = 0.00387657 Jy ! Clean residual min=-0.004885 max=0.005138 Jy/beam ! Clean residual mean=-0.000001 rms=0.001255 Jy/beam ! Combined flux in latest and established models = 0.522708 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 130 components and 0.522708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103523Jy sigma=0.993401 ! Fit after self-cal, rms=0.103490Jy sigma=0.992409 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103490Jy sigma=0.992409 ! Fit after self-cal, rms=0.103978Jy sigma=0.991869 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.23 mas, bmaj=10.82 mas, bpa=-84.87 degrees ! Estimated noise=1.27871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00200219 Jy ! Component: 100 - total flux cleaned = 0.00179578 Jy ! Component: 150 - total flux cleaned = 0.0017043 Jy ! Component: 200 - total flux cleaned = 0.00161623 Jy ! Total flux subtracted in 200 components = 0.00161623 Jy ! Clean residual min=-0.004472 max=0.004343 Jy/beam ! Clean residual mean=-0.000001 rms=0.001107 Jy/beam ! Combined flux in latest and established models = 0.524324 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 145 components and 0.524324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103821Jy sigma=0.986874 ! Fit after self-cal, rms=0.103816Jy sigma=0.986724 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.000742442 Jy ! Component: 100 - total flux cleaned = 0.000583365 Jy ! Component: 150 - total flux cleaned = 0.00050445 Jy ! Component: 200 - total flux cleaned = 0.000282422 Jy ! Total flux subtracted in 200 components = 0.000282422 Jy ! Clean residual min=-0.004197 max=0.004109 Jy/beam ! Clean residual mean=-0.000000 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.524607 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 154 components and 0.524607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103720Jy sigma=0.983631 ! Fit after self-cal, rms=0.103720Jy sigma=0.983600 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103720Jy sigma=0.983600 ! Fit after self-cal, rms=0.104197Jy sigma=0.983418 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.623 mas, bmaj=14.16 mas, bpa=82.51 degrees ! Estimated noise=1.53499 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000303379 Jy ! Component: 100 - total flux cleaned = -0.000406986 Jy ! Component: 150 - total flux cleaned = -0.000493861 Jy ! Component: 200 - total flux cleaned = -0.000571798 Jy ! Total flux subtracted in 200 components = -0.000571798 Jy ! Clean residual min=-0.003652 max=0.003327 Jy/beam ! Clean residual mean=-0.000001 rms=0.001044 Jy/beam ! Combined flux in latest and established models = 0.524035 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 178 components and 0.524035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104229Jy sigma=0.982981 ! Fit after self-cal, rms=0.104235Jy sigma=0.982953 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.000264077 Jy ! Component: 100 - total flux cleaned = -0.000263672 Jy ! Component: 150 - total flux cleaned = -0.000264435 Jy ! Component: 200 - total flux cleaned = -0.000292617 Jy ! Total flux subtracted in 200 components = -0.000292617 Jy ! Clean residual min=-0.003472 max=0.003239 Jy/beam ! Clean residual mean=-0.000001 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.523742 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 186 components and 0.523742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104249Jy sigma=0.982738 ! Fit after self-cal, rms=0.104253Jy sigma=0.982725 ! 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.23 mas, bmaj=10.82 mas, bpa=-84.86 degrees ! Estimated noise=1.27783 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.23 x 10.82 at -84.86 degrees (North through East) ! Clean map min=-0.006866 max=0.39291 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.727 mas, bmaj=10.13 mas, bpa=-85.2 degrees ! Estimated noise=1.5283 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.299005 Jy ! Component: 100 - total flux cleaned = 0.380296 Jy ! Component: 150 - total flux cleaned = 0.422396 Jy ! Component: 200 - total flux cleaned = 0.446531 Jy ! Total flux subtracted in 200 components = 0.446531 Jy ! Clean residual min=-0.010584 max=0.018707 Jy/beam ! Clean residual mean=0.000017 rms=0.003288 Jy/beam ! Combined flux in latest and established models = 0.44653 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.44653 Jy ! Inverting map and beam ! Estimated beam: bmin=3.23 mas, bmaj=10.82 mas, bpa=-84.86 degrees ! Estimated noise=1.27783 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-3, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.021731 Jy ! Component: 100 - total flux cleaned = 0.0345269 Jy ! Component: 150 - total flux cleaned = 0.0439073 Jy ! Component: 200 - total flux cleaned = 0.0509658 Jy ! Total flux subtracted in 200 components = 0.0509658 Jy ! Clean residual min=-0.005834 max=0.006996 Jy/beam ! Clean residual mean=0.000006 rms=0.001696 Jy/beam ! Combined flux in latest and established models = 0.497496 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 65 components and 0.497496 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.623 mas, bmaj=14.16 mas, bpa=82.51 degrees ! Estimated noise=1.53499 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0083794 Jy ! Component: 100 - total flux cleaned = 0.0137404 Jy ! Component: 150 - total flux cleaned = 0.0166243 Jy ! Component: 200 - total flux cleaned = 0.0181821 Jy ! Total flux subtracted in 200 components = 0.0181821 Jy ! Clean residual min=-0.005162 max=0.005209 Jy/beam ! Clean residual mean=0.000002 rms=0.001393 Jy/beam ! Combined flux in latest and established models = 0.515678 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.000993898 Jy ! Component: 100 - total flux cleaned = 0.0020949 Jy ! Component: 150 - total flux cleaned = 0.00297717 Jy ! Component: 200 - total flux cleaned = 0.00368156 Jy ! Total flux subtracted in 200 components = 0.00368156 Jy ! Clean residual min=-0.004393 max=0.004150 Jy/beam ! Clean residual mean=-0.000000 rms=0.001139 Jy/beam ! Combined flux in latest and established models = 0.51936 Jy ! Adding 113 model components to the UV plane model. ! The established model now contains 177 components and 0.51936 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.23 mas, bmaj=10.82 mas, bpa=-84.86 degrees ! Estimated noise=1.27783 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.63608e-05 Jy ! Component: 100 - total flux cleaned = 0.00036399 Jy ! Component: 150 - total flux cleaned = 0.00102539 Jy ! Component: 200 - total flux cleaned = 0.0017155 Jy ! Total flux subtracted in 200 components = 0.0017155 Jy ! Clean residual min=-0.003569 max=0.003742 Jy/beam ! Clean residual mean=-0.000000 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.521076 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 204 components and 0.521076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104430Jy sigma=0.980495 ! Fit after self-cal, rms=0.104424Jy sigma=0.979358 wmodel J1716+6836_S_map.mod ! Writing 204 model components to file: J1716+6836_S_map.mod wobs J1716+6836_S_uvs.fits ! Writing UV FITS file: J1716+6836_S_uvs.fits wwins J1716+6836_S_map.win ! wwins: Wrote 4 windows to J1716+6836_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.000201203 Jy ! Component: 100 - total flux cleaned = 8.37708e-05 Jy ! Component: 150 - total flux cleaned = -0.000314786 Jy ! Component: 200 - total flux cleaned = -0.00058501 Jy ! Component: 250 - total flux cleaned = -0.00094702 Jy ! Component: 300 - total flux cleaned = -0.00134305 Jy ! Component: 350 - total flux cleaned = -0.00158075 Jy ! Component: 400 - total flux cleaned = -0.0017189 Jy ! Component: 450 - total flux cleaned = -0.00167499 Jy ! Component: 500 - total flux cleaned = -0.00167486 Jy ! Component: 550 - total flux cleaned = -0.00171721 Jy ! Component: 600 - total flux cleaned = -0.00180107 Jy ! Component: 650 - total flux cleaned = -0.00192316 Jy ! Component: 700 - total flux cleaned = -0.00208215 Jy ! Component: 750 - total flux cleaned = -0.00219895 Jy ! Component: 800 - total flux cleaned = -0.0022751 Jy ! Component: 850 - total flux cleaned = -0.00238816 Jy ! Component: 900 - total flux cleaned = -0.00264573 Jy ! Component: 950 - total flux cleaned = -0.00282536 Jy ! Component: 1000 - total flux cleaned = -0.0029667 Jy ! Component: 1050 - total flux cleaned = -0.00310561 Jy ! Component: 1100 - total flux cleaned = -0.00330978 Jy ! Component: 1150 - total flux cleaned = -0.00334358 Jy ! Component: 1200 - total flux cleaned = -0.003575 Jy ! Component: 1250 - total flux cleaned = -0.00370535 Jy ! Component: 1300 - total flux cleaned = -0.00383357 Jy ! Component: 1350 - total flux cleaned = -0.00399091 Jy ! Component: 1400 - total flux cleaned = -0.00399075 Jy ! Component: 1450 - total flux cleaned = -0.00408262 Jy ! Component: 1500 - total flux cleaned = -0.00405233 Jy ! Component: 1550 - total flux cleaned = -0.00411227 Jy ! Component: 1600 - total flux cleaned = -0.00414209 Jy ! Component: 1650 - total flux cleaned = -0.0042879 Jy ! Component: 1700 - total flux cleaned = -0.00440349 Jy ! Component: 1750 - total flux cleaned = -0.00454602 Jy ! Component: 1800 - total flux cleaned = -0.00468698 Jy ! Component: 1850 - total flux cleaned = -0.0047429 Jy ! Component: 1900 - total flux cleaned = -0.00488135 Jy ! Component: 1950 - total flux cleaned = -0.00510036 Jy ! Component: 2000 - total flux cleaned = -0.00518191 Jy ! Component: 2050 - total flux cleaned = -0.0053165 Jy ! Component: 2100 - total flux cleaned = -0.00547644 Jy ! Component: 2150 - total flux cleaned = -0.00563443 Jy ! Component: 2200 - total flux cleaned = -0.00571277 Jy ! Component: 2250 - total flux cleaned = -0.00576455 Jy ! Component: 2300 - total flux cleaned = -0.00584171 Jy ! Component: 2350 - total flux cleaned = -0.00586716 Jy ! Component: 2400 - total flux cleaned = -0.00594315 Jy ! Component: 2450 - total flux cleaned = -0.00599324 Jy ! Component: 2500 - total flux cleaned = -0.00604277 Jy ! Component: 2550 - total flux cleaned = -0.00611669 Jy ! Component: 2600 - total flux cleaned = -0.00618996 Jy ! Component: 2650 - total flux cleaned = -0.00621429 Jy ! Component: 2700 - total flux cleaned = -0.00626257 Jy ! Component: 2750 - total flux cleaned = -0.00626265 Jy ! Component: 2800 - total flux cleaned = -0.00633378 Jy ! Component: 2850 - total flux cleaned = -0.00642796 Jy ! Component: 2900 - total flux cleaned = -0.0064982 Jy ! Component: 2950 - total flux cleaned = -0.00654469 Jy ! Component: 3000 - total flux cleaned = -0.00666032 Jy ! Component: 3050 - total flux cleaned = -0.00679823 Jy ! Component: 3100 - total flux cleaned = -0.00682109 Jy ! Component: 3150 - total flux cleaned = -0.00688945 Jy ! Component: 3200 - total flux cleaned = -0.00693496 Jy ! Component: 3250 - total flux cleaned = -0.00707035 Jy ! Component: 3300 - total flux cleaned = -0.00711524 Jy ! Component: 3350 - total flux cleaned = -0.00716002 Jy ! Component: 3400 - total flux cleaned = -0.00720465 Jy ! Component: 3450 - total flux cleaned = -0.00720469 Jy ! Component: 3500 - total flux cleaned = -0.00718253 Jy ! Component: 3550 - total flux cleaned = -0.00722689 Jy ! Component: 3600 - total flux cleaned = -0.00727107 Jy ! Component: 3650 - total flux cleaned = -0.00733713 Jy ! Component: 3700 - total flux cleaned = -0.00735897 Jy ! Component: 3750 - total flux cleaned = -0.00735897 Jy ! Component: 3800 - total flux cleaned = -0.00740257 Jy ! Component: 3850 - total flux cleaned = -0.00740258 Jy ! Component: 3900 - total flux cleaned = -0.00740252 Jy ! Component: 3950 - total flux cleaned = -0.00738068 Jy ! Component: 4000 - total flux cleaned = -0.007468 Jy ! Component: 4050 - total flux cleaned = -0.00744625 Jy ! Total flux subtracted in 4096 components = -0.00746813 Jy ! Clean residual min=-0.001321 max=0.001308 Jy/beam ! Clean residual mean=-0.000002 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.513607 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 476 components and 0.513607 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap .//J1716+6836_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.23 x 10.82 at -84.86 degrees (North through East) ! Clean map min=-0.0032561 max=0.3992 Jy/beam ! Writing clean map to FITS file: .//J1716+6836_S_map.fits wmodel .//J1716+6836_S_map.mod ! Writing 476 model components to file: .//J1716+6836_S_map.mod wobs .//J1716+6836_S_uvs.fits ! Writing UV FITS file: .//J1716+6836_S_uvs.fits wwins .//J1716+6836_S_map.win ! wwins: Wrote 5 windows to .//J1716+6836_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.399202 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000368615 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.277014 0.277014 0.554028 1.10806 2.21611 4.43222 8.86445 17.7289 35.4578 70.9156 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.399 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1082.98 quit ! Quitting program ! Log file .//J1716+6836_S_dfm.log closed on Wed Aug 15 15:30:18 2018