! Started logfile: /image_prod/ug002_uva//J1022-1037_S_dfm.log on Wed Mar 4 23:32:40 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//J1022-1037_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1022-1037_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.881019 visibilities/baseline/integration-bin. ! Found source: J1022-1037 ! ! 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 5709 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 J1022-1037_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 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.040076Jy sigma=7.798831 ! Fit after self-cal, rms=0.847770Jy sigma=6.282153 ! 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.953 mas, bmaj=17.46 mas, bpa=-17.93 degrees ! Estimated noise=2.12492 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.129908 Jy ! Component: 100 - total flux cleaned = 0.205818 Jy ! Total flux subtracted in 100 components = 0.205818 Jy ! Clean residual min=-0.030205 max=0.042084 Jy/beam ! Clean residual mean=-0.000230 rms=0.009512 Jy/beam ! Combined flux in latest and established models = 0.205818 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 36 components and 0.205818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.150587Jy sigma=1.107306 ! Fit after self-cal, rms=0.149881Jy sigma=1.102746 ! 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.569 mas, bmaj=18.99 mas, bpa=-17.3 degrees ! Estimated noise=1.29607 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.0704263 Jy ! Component: 100 - total flux cleaned = 0.115931 Jy ! Component: 150 - total flux cleaned = 0.1483 Jy ! Component: 200 - total flux cleaned = 0.172294 Jy ! Total flux subtracted in 200 components = 0.172294 Jy ! Clean residual min=-0.019761 max=0.031414 Jy/beam ! Clean residual mean=-0.000058 rms=0.007063 Jy/beam ! Combined flux in latest and established models = 0.378112 Jy ! Performing phase self-cal ! Adding 106 model components to the UV plane model. ! The established model now contains 137 components and 0.378113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109349Jy sigma=0.731593 ! Fit after self-cal, rms=0.108793Jy sigma=0.728365 ! 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.569 x 18.99 at -17.3 degrees (North through East) ! Clean map min=-0.019363 max=0.14437 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.95 HN 0.94 KP 0.88 ! LA 0.90 MK 1.06 NL 1.49 OV 1.32 ! PT 0.76 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.49 FD 0.89 HN 1.01 KP 0.91 ! LA 0.90 MK 0.99 NL 1.65 OV 1.38 ! PT 0.79 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.71 FD 0.89 HN 1.07 KP 0.91 ! LA 0.93 MK 0.94 NL 1.45 OV 1.25 ! PT 0.79 ! ! ! Fit before self-cal, rms=0.108793Jy sigma=0.728365 ! Fit after self-cal, rms=0.114183Jy sigma=0.563659 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.573 mas, bmaj=20.2 mas, bpa=-17.31 degrees ! Estimated noise=1.32217 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.00274963 Jy ! Component: 100 - total flux cleaned = -0.00417663 Jy ! Component: 150 - total flux cleaned = -0.00538973 Jy ! Component: 200 - total flux cleaned = -0.00628759 Jy ! Total flux subtracted in 200 components = -0.00628759 Jy ! Clean residual min=-0.012200 max=0.016641 Jy/beam ! Clean residual mean=-0.000024 rms=0.003894 Jy/beam ! Combined flux in latest and established models = 0.371825 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 152 components and 0.371825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.113423Jy sigma=0.558541 ! Fit after self-cal, rms=0.114155Jy sigma=0.557411 ! 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.114155Jy sigma=0.557411 ! Fit after self-cal, rms=0.110120Jy sigma=0.546890 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.547 mas, bmaj=19.97 mas, bpa=-17.43 degrees ! Estimated noise=1.2979 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00244782 Jy ! Component: 100 - total flux cleaned = -0.00329443 Jy ! Component: 150 - total flux cleaned = -0.00406029 Jy ! Component: 200 - total flux cleaned = -0.00463598 Jy ! Total flux subtracted in 200 components = -0.00463598 Jy ! Clean residual min=-0.011754 max=0.015795 Jy/beam ! Clean residual mean=-0.000013 rms=0.003648 Jy/beam ! Combined flux in latest and established models = 0.367189 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 166 components and 0.367189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109686Jy sigma=0.544328 ! Fit after self-cal, rms=0.109729Jy sigma=0.544185 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 (7.5, -54). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0114292 Jy ! Component: 100 - total flux cleaned = 0.0127579 Jy ! Component: 150 - total flux cleaned = 0.0121793 Jy ! Component: 200 - total flux cleaned = 0.0116832 Jy ! Total flux subtracted in 200 components = 0.0116832 Jy ! Clean residual min=-0.010117 max=0.013432 Jy/beam ! Clean residual mean=-0.000012 rms=0.003048 Jy/beam ! Combined flux in latest and established models = 0.378872 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 207 components and 0.378872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106407Jy sigma=0.520001 ! Fit after self-cal, rms=0.106348Jy sigma=0.517241 ! 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.106348Jy sigma=0.517241 ! Fit after self-cal, rms=0.105054Jy sigma=0.515397 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.577 mas, bmaj=19.96 mas, bpa=-17.49 degrees ! Estimated noise=1.28655 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00405221 Jy ! Component: 100 - total flux cleaned = 0.00408634 Jy ! Component: 150 - total flux cleaned = 0.00348009 Jy ! Component: 200 - total flux cleaned = 0.00197093 Jy ! Total flux subtracted in 200 components = 0.00197093 Jy ! Clean residual min=-0.009620 max=0.012191 Jy/beam ! Clean residual mean=-0.000004 rms=0.002771 Jy/beam ! Combined flux in latest and established models = 0.380843 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 228 components and 0.380843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103861Jy sigma=0.507663 ! Fit after self-cal, rms=0.103909Jy sigma=0.507136 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 (16.5, 13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00902284 Jy ! Component: 100 - total flux cleaned = 0.0118802 Jy ! Component: 150 - total flux cleaned = 0.0135718 Jy ! Component: 200 - total flux cleaned = 0.0145127 Jy ! Total flux subtracted in 200 components = 0.0145127 Jy ! Clean residual min=-0.008447 max=0.009124 Jy/beam ! Clean residual mean=-0.000015 rms=0.002356 Jy/beam ! Combined flux in latest and established models = 0.395356 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 254 components and 0.395356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.102039Jy sigma=0.493084 ! Fit after self-cal, rms=0.101804Jy sigma=0.491299 ! 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.101804Jy sigma=0.491299 ! Fit after self-cal, rms=0.100633Jy sigma=0.488811 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.886 mas, bmaj=22.6 mas, bpa=-13.15 degrees ! Estimated noise=1.46007 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00773861 Jy ! Component: 100 - total flux cleaned = 0.0103742 Jy ! Component: 150 - total flux cleaned = 0.0103855 Jy ! Component: 200 - total flux cleaned = 0.00984891 Jy ! Total flux subtracted in 200 components = 0.00984891 Jy ! Clean residual min=-0.008086 max=0.010025 Jy/beam ! Clean residual mean=-0.000011 rms=0.002733 Jy/beam ! Combined flux in latest and established models = 0.405205 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 289 components and 0.405205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099867Jy sigma=0.484250 ! Fit after self-cal, rms=0.099758Jy sigma=0.483296 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.00356903 Jy ! Component: 100 - total flux cleaned = 0.00309174 Jy ! Component: 150 - total flux cleaned = 0.00255189 Jy ! Component: 200 - total flux cleaned = 0.00194524 Jy ! Total flux subtracted in 200 components = 0.00194524 Jy ! Clean residual min=-0.007765 max=0.009460 Jy/beam ! Clean residual mean=-0.000012 rms=0.002566 Jy/beam ! Combined flux in latest and established models = 0.40715 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 313 components and 0.40715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099389Jy sigma=0.482036 ! Fit after self-cal, rms=0.099368Jy sigma=0.481610 ! 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.605 mas, bmaj=19.91 mas, bpa=-17.39 degrees ! Estimated noise=1.27856 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.605 x 19.91 at -17.39 degrees (North through East) ! Clean map min=-0.0083798 max=0.13714 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.963 mas, bmaj=18.06 mas, bpa=-18.14 degrees ! Estimated noise=2.10204 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.128101 Jy ! Component: 100 - total flux cleaned = 0.200376 Jy ! Component: 150 - total flux cleaned = 0.247401 Jy ! Component: 200 - total flux cleaned = 0.279571 Jy ! Total flux subtracted in 200 components = 0.279571 Jy ! Clean residual min=-0.016049 max=0.019330 Jy/beam ! Clean residual mean=-0.000093 rms=0.004884 Jy/beam ! Combined flux in latest and established models = 0.279571 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 63 model components to the UV plane model. ! The established model now contains 63 components and 0.279571 Jy ! Inverting map and beam ! Estimated beam: bmin=3.605 mas, bmaj=19.91 mas, bpa=-17.39 degrees ! Estimated noise=1.27856 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.0302739 Jy ! Component: 100 - total flux cleaned = 0.051404 Jy ! Component: 150 - total flux cleaned = 0.0653336 Jy ! Component: 200 - total flux cleaned = 0.0762535 Jy ! Total flux subtracted in 200 components = 0.0762535 Jy ! Clean residual min=-0.012314 max=0.012232 Jy/beam ! Clean residual mean=-0.000041 rms=0.003476 Jy/beam ! Combined flux in latest and established models = 0.355825 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 131 components and 0.355825 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.886 mas, bmaj=22.6 mas, bpa=-13.15 degrees ! Estimated noise=1.46007 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0170829 Jy ! Component: 100 - total flux cleaned = 0.0291817 Jy ! Component: 150 - total flux cleaned = 0.0373655 Jy ! Component: 200 - total flux cleaned = 0.0416243 Jy ! Total flux subtracted in 200 components = 0.0416243 Jy ! Clean residual min=-0.011413 max=0.011316 Jy/beam ! Clean residual mean=-0.000034 rms=0.003163 Jy/beam ! Combined flux in latest and established models = 0.397449 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.00129158 Jy ! Component: 100 - total flux cleaned = 0.0024382 Jy ! Component: 150 - total flux cleaned = 0.00345586 Jy ! Component: 200 - total flux cleaned = 0.00455168 Jy ! Total flux subtracted in 200 components = 0.00455168 Jy ! Clean residual min=-0.009637 max=0.010494 Jy/beam ! Clean residual mean=-0.000027 rms=0.002807 Jy/beam ! Combined flux in latest and established models = 0.402001 Jy ! Adding 117 model components to the UV plane model. ! The established model now contains 229 components and 0.402001 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.605 mas, bmaj=19.91 mas, bpa=-17.39 degrees ! Estimated noise=1.27856 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00213412 Jy ! Component: 100 - total flux cleaned = 0.00430463 Jy ! Component: 150 - total flux cleaned = 0.0051626 Jy ! Component: 200 - total flux cleaned = 0.00635327 Jy ! Total flux subtracted in 200 components = 0.00635327 Jy ! Clean residual min=-0.008569 max=0.009117 Jy/beam ! Clean residual mean=-0.000015 rms=0.002185 Jy/beam ! Combined flux in latest and established models = 0.408354 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 256 components and 0.408354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100690Jy sigma=0.487889 ! Fit after self-cal, rms=0.100312Jy sigma=0.486071 wmodel J1022-1037_S_map.mod ! Writing 256 model components to file: J1022-1037_S_map.mod wobs J1022-1037_S_uvs.fits ! Writing UV FITS file: J1022-1037_S_uvs.fits wwins J1022-1037_S_map.win ! wwins: Wrote 3 windows to J1022-1037_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.00205313 Jy ! Component: 100 - total flux cleaned = 0.00373246 Jy ! Component: 150 - total flux cleaned = 0.00537635 Jy ! Component: 200 - total flux cleaned = 0.00713216 Jy ! Component: 250 - total flux cleaned = 0.00888243 Jy ! Component: 300 - total flux cleaned = 0.0101331 Jy ! Component: 350 - total flux cleaned = 0.0111305 Jy ! Component: 400 - total flux cleaned = 0.0120907 Jy ! Component: 450 - total flux cleaned = 0.0129215 Jy ! Component: 500 - total flux cleaned = 0.0134591 Jy ! Component: 550 - total flux cleaned = 0.0140657 Jy ! Component: 600 - total flux cleaned = 0.0143171 Jy ! Component: 650 - total flux cleaned = 0.0148885 Jy ! Component: 700 - total flux cleaned = 0.0148858 Jy ! Component: 750 - total flux cleaned = 0.0150403 Jy ! Component: 800 - total flux cleaned = 0.0150412 Jy ! Component: 850 - total flux cleaned = 0.0152648 Jy ! Component: 900 - total flux cleaned = 0.0154094 Jy ! Component: 950 - total flux cleaned = 0.0154102 Jy ! Component: 1000 - total flux cleaned = 0.0155486 Jy ! Component: 1050 - total flux cleaned = 0.0154809 Jy ! Component: 1100 - total flux cleaned = 0.0154152 Jy ! Component: 1150 - total flux cleaned = 0.015613 Jy ! Component: 1200 - total flux cleaned = 0.0155484 Jy ! Component: 1250 - total flux cleaned = 0.0154212 Jy ! Component: 1300 - total flux cleaned = 0.0153593 Jy ! Component: 1350 - total flux cleaned = 0.0152381 Jy ! Component: 1400 - total flux cleaned = 0.0152386 Jy ! Component: 1450 - total flux cleaned = 0.0152975 Jy ! Component: 1500 - total flux cleaned = 0.0152382 Jy ! Component: 1550 - total flux cleaned = 0.0150662 Jy ! Component: 1600 - total flux cleaned = 0.0149526 Jy ! Component: 1650 - total flux cleaned = 0.0148962 Jy ! Component: 1700 - total flux cleaned = 0.0147855 Jy ! Component: 1750 - total flux cleaned = 0.014677 Jy ! Component: 1800 - total flux cleaned = 0.0145167 Jy ! Component: 1850 - total flux cleaned = 0.0144647 Jy ! Component: 1900 - total flux cleaned = 0.0142048 Jy ! Component: 1950 - total flux cleaned = 0.014255 Jy ! Component: 2000 - total flux cleaned = 0.0139527 Jy ! Component: 2050 - total flux cleaned = 0.0139042 Jy ! Component: 2100 - total flux cleaned = 0.0138062 Jy ! Component: 2150 - total flux cleaned = 0.0137091 Jy ! Component: 2200 - total flux cleaned = 0.0136611 Jy ! Component: 2250 - total flux cleaned = 0.0135203 Jy ! Component: 2300 - total flux cleaned = 0.0135208 Jy ! Component: 2350 - total flux cleaned = 0.0134276 Jy ! Component: 2400 - total flux cleaned = 0.0131557 Jy ! Component: 2450 - total flux cleaned = 0.0132011 Jy ! Component: 2500 - total flux cleaned = 0.0130687 Jy ! Component: 2550 - total flux cleaned = 0.0130678 Jy ! Component: 2600 - total flux cleaned = 0.0129811 Jy ! Component: 2650 - total flux cleaned = 0.0129811 Jy ! Component: 2700 - total flux cleaned = 0.0128965 Jy ! Component: 2750 - total flux cleaned = 0.0127713 Jy ! Component: 2800 - total flux cleaned = 0.0128126 Jy ! Component: 2850 - total flux cleaned = 0.0126078 Jy ! Component: 2900 - total flux cleaned = 0.0126079 Jy ! Component: 2950 - total flux cleaned = 0.0125275 Jy ! Component: 3000 - total flux cleaned = 0.0124483 Jy ! Component: 3050 - total flux cleaned = 0.0123694 Jy ! Component: 3100 - total flux cleaned = 0.0123305 Jy ! Component: 3150 - total flux cleaned = 0.0121378 Jy ! Component: 3200 - total flux cleaned = 0.0120621 Jy ! Component: 3250 - total flux cleaned = 0.0120244 Jy ! Component: 3300 - total flux cleaned = 0.0118375 Jy ! Component: 3350 - total flux cleaned = 0.0117266 Jy ! Component: 3400 - total flux cleaned = 0.0116533 Jy ! Component: 3450 - total flux cleaned = 0.0113984 Jy ! Component: 3500 - total flux cleaned = 0.0112903 Jy ! Component: 3550 - total flux cleaned = 0.0110402 Jy ! Component: 3600 - total flux cleaned = 0.010934 Jy ! Component: 3650 - total flux cleaned = 0.0106885 Jy ! Component: 3700 - total flux cleaned = 0.0106882 Jy ! Component: 3750 - total flux cleaned = 0.0103779 Jy ! Component: 3800 - total flux cleaned = 0.0102415 Jy ! Component: 3850 - total flux cleaned = 0.0100384 Jy ! Component: 3900 - total flux cleaned = 0.00997115 Jy ! Component: 3950 - total flux cleaned = 0.00980459 Jy ! Component: 4000 - total flux cleaned = 0.00977152 Jy ! Component: 4050 - total flux cleaned = 0.00964036 Jy ! Total flux subtracted in 4096 components = 0.00964072 Jy ! Clean residual min=-0.001810 max=0.001678 Jy/beam ! Clean residual mean=-0.000002 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.417995 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 568 components and 0.417995 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1022-1037_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.605 x 19.91 at -17.39 degrees (North through East) ! Clean map min=-0.0063415 max=0.13357 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1022-1037_S_map.fits wmodel /image_prod/ug002_uva//J1022-1037_S_map.mod ! Writing 568 model components to file: /image_prod/ug002_uva//J1022-1037_S_map.mod wobs /image_prod/ug002_uva//J1022-1037_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1022-1037_S_uvs.fits wwins /image_prod/ug002_uva//J1022-1037_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1022-1037_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.133567 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000606738 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.36277 1.36277 2.72554 5.45107 10.9021 21.8043 43.6086 87.2172 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.133 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 220.14 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1022-1037_S_dfm.log closed on Wed Mar 4 23:32:44 2020