! Started logfile: /image_prod/ug002_uva//J2034+2820_S_dfm.log on Thu Mar 5 04:52:21 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//J2034+2820_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2034+2820_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.980556 visibilities/baseline/integration-bin. ! Found source: J2034+2820 ! ! 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 6354 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 J2034+2820_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 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.019389Jy sigma=8.506619 ! Fit after self-cal, rms=0.813674Jy sigma=6.768764 ! 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.226 mas, bmaj=9.003 mas, bpa=-20.53 degrees ! Estimated noise=1.54738 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.142852 Jy ! Component: 100 - total flux cleaned = 0.179974 Jy ! Total flux subtracted in 100 components = 0.179974 Jy ! Clean residual min=-0.007901 max=0.015365 Jy/beam ! Clean residual mean=-0.000001 rms=0.002494 Jy/beam ! Combined flux in latest and established models = 0.179974 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.179974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074779Jy sigma=0.560192 ! Fit after self-cal, rms=0.074770Jy sigma=0.560041 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0176341 Jy ! Component: 100 - total flux cleaned = 0.0278214 Jy ! Total flux subtracted in 100 components = 0.0278214 Jy ! Clean residual min=-0.007357 max=0.007447 Jy/beam ! Clean residual mean=0.000003 rms=0.001963 Jy/beam ! Combined flux in latest and established models = 0.207795 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.207795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069778Jy sigma=0.509524 ! Fit after self-cal, rms=0.069781Jy sigma=0.509403 ! 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.942 mas, bmaj=9.464 mas, bpa=-19.5 degrees ! Estimated noise=1.0944 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.00763256 Jy ! Component: 100 - total flux cleaned = 0.00865658 Jy ! Component: 150 - total flux cleaned = 0.0094796 Jy ! Component: 200 - total flux cleaned = 0.0101497 Jy ! Total flux subtracted in 200 components = 0.0101497 Jy ! Clean residual min=-0.006847 max=0.006910 Jy/beam ! Clean residual mean=0.000013 rms=0.001848 Jy/beam ! Combined flux in latest and established models = 0.217945 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 49 components and 0.217945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067962Jy sigma=0.494532 ! Fit after self-cal, rms=0.067956Jy sigma=0.494489 ! 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.942 x 9.464 at -19.5 degrees (North through East) ! Clean map min=-0.0067089 max=0.19006 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 0.98 KP 0.96 ! LA 0.97 MK 1.02 NL 0.94 OV 1.05 ! PT 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.01 HN 1.00 KP 0.96 ! LA 1.00 MK 1.01 NL 0.86 OV 1.14 ! PT 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 0.98 KP 0.98 ! LA 0.99 MK 1.00 NL 0.96 OV 1.14 ! PT 0.97 ! ! ! Fit before self-cal, rms=0.067956Jy sigma=0.494489 ! Fit after self-cal, rms=0.066079Jy sigma=0.479205 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.942 mas, bmaj=9.544 mas, bpa=-19.66 degrees ! Estimated noise=1.08701 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.0010152 Jy ! Component: 100 - total flux cleaned = 0.000878689 Jy ! Component: 150 - total flux cleaned = 0.000713573 Jy ! Component: 200 - total flux cleaned = 0.000599672 Jy ! Total flux subtracted in 200 components = 0.000599672 Jy ! Clean residual min=-0.006085 max=0.005609 Jy/beam ! Clean residual mean=0.000005 rms=0.001600 Jy/beam ! Combined flux in latest and established models = 0.218544 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 63 components and 0.218544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065976Jy sigma=0.478850 ! Fit after self-cal, rms=0.066007Jy sigma=0.478787 ! 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.066007Jy sigma=0.478787 ! Fit after self-cal, rms=0.063933Jy sigma=0.437600 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.953 mas, bmaj=9.543 mas, bpa=-19.21 degrees ! Estimated noise=1.09796 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00164706 Jy ! Component: 100 - total flux cleaned = 0.00257589 Jy ! Component: 150 - total flux cleaned = 0.00283765 Jy ! Component: 200 - total flux cleaned = 0.00292435 Jy ! Total flux subtracted in 200 components = 0.00292435 Jy ! Clean residual min=-0.002919 max=0.002762 Jy/beam ! Clean residual mean=0.000006 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.221469 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.221469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063909Jy sigma=0.437011 ! Fit after self-cal, rms=0.064002Jy sigma=0.436887 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.03264e-05 Jy ! Component: 100 - total flux cleaned = 0.000123544 Jy ! Component: 150 - total flux cleaned = 0.000172768 Jy ! Component: 200 - total flux cleaned = 0.000187966 Jy ! Total flux subtracted in 200 components = 0.000187966 Jy ! Clean residual min=-0.002906 max=0.002771 Jy/beam ! Clean residual mean=0.000006 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.221657 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 83 components and 0.221657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063998Jy sigma=0.436788 ! Fit after self-cal, rms=0.063997Jy sigma=0.436785 ! 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.063997Jy sigma=0.436785 ! Fit after self-cal, rms=0.065530Jy sigma=0.431386 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.963 mas, bmaj=9.549 mas, bpa=-18.94 degrees ! Estimated noise=1.0987 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129817 Jy ! Component: 100 - total flux cleaned = 0.00152215 Jy ! Component: 150 - total flux cleaned = 0.0015541 Jy ! Component: 200 - total flux cleaned = 0.00155402 Jy ! Total flux subtracted in 200 components = 0.00155402 Jy ! Clean residual min=-0.002045 max=0.001852 Jy/beam ! Clean residual mean=0.000003 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.223211 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 94 components and 0.223211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065489Jy sigma=0.431024 ! Fit after self-cal, rms=0.065526Jy sigma=0.431000 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 = 2.46629e-05 Jy ! Component: 100 - total flux cleaned = 4.93568e-05 Jy ! Component: 150 - total flux cleaned = 7.129e-05 Jy ! Component: 200 - total flux cleaned = 7.04185e-05 Jy ! Total flux subtracted in 200 components = 7.04185e-05 Jy ! Clean residual min=-0.002014 max=0.001856 Jy/beam ! Clean residual mean=0.000003 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.223281 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 98 components and 0.223281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065508Jy sigma=0.430873 ! Fit after self-cal, rms=0.065507Jy sigma=0.430872 ! 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.065507Jy sigma=0.430872 ! Fit after self-cal, rms=0.065695Jy sigma=0.430763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.108 mas, bmaj=11 mas, bpa=-17.7 degrees ! Estimated noise=1.2398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000685645 Jy ! Component: 100 - total flux cleaned = 0.000782774 Jy ! Component: 150 - total flux cleaned = 0.000820125 Jy ! Component: 200 - total flux cleaned = 0.000850226 Jy ! Total flux subtracted in 200 components = 0.000850226 Jy ! Clean residual min=-0.001875 max=0.001734 Jy/beam ! Clean residual mean=0.000004 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.224131 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 100 components and 0.224131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065688Jy sigma=0.430670 ! Fit after self-cal, rms=0.065689Jy sigma=0.430669 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.94175e-05 Jy ! Component: 100 - total flux cleaned = 6.3162e-05 Jy ! Component: 150 - total flux cleaned = 7.53077e-05 Jy ! Component: 200 - total flux cleaned = 9.55773e-05 Jy ! Total flux subtracted in 200 components = 9.55773e-05 Jy ! Clean residual min=-0.001889 max=0.001731 Jy/beam ! Clean residual mean=0.000004 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.224227 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 104 components and 0.224227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065688Jy sigma=0.430663 ! Fit after self-cal, rms=0.065688Jy sigma=0.430662 ! 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.961 mas, bmaj=9.539 mas, bpa=-18.84 degrees ! Estimated noise=1.09792 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.961 x 9.539 at -18.84 degrees (North through East) ! Clean map min=-0.0018607 max=0.18996 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=3.232 mas, bmaj=9.061 mas, bpa=-19.79 degrees ! Estimated noise=1.55925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.143881 Jy ! Component: 100 - total flux cleaned = 0.181265 Jy ! Component: 150 - total flux cleaned = 0.198126 Jy ! Component: 200 - total flux cleaned = 0.20828 Jy ! Total flux subtracted in 200 components = 0.20828 Jy ! Clean residual min=-0.003456 max=0.005326 Jy/beam ! Clean residual mean=-0.000000 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.20828 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.20828 Jy ! Inverting map and beam ! Estimated beam: bmin=3.961 mas, bmaj=9.539 mas, bpa=-18.84 degrees ! Estimated noise=1.09792 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.007512 Jy ! Component: 100 - total flux cleaned = 0.0118503 Jy ! Component: 150 - total flux cleaned = 0.0141394 Jy ! Component: 200 - total flux cleaned = 0.0149727 Jy ! Total flux subtracted in 200 components = 0.0149727 Jy ! Clean residual min=-0.001950 max=0.001835 Jy/beam ! Clean residual mean=0.000003 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.223253 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 73 components and 0.223253 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=8.108 mas, bmaj=11 mas, bpa=-17.7 degrees ! Estimated noise=1.2398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117914 Jy ! Component: 100 - total flux cleaned = 0.00121668 Jy ! Component: 150 - total flux cleaned = 0.00121689 Jy ! Component: 200 - total flux cleaned = 0.00121836 Jy ! Total flux subtracted in 200 components = 0.00121836 Jy ! Clean residual min=-0.001878 max=0.001772 Jy/beam ! Clean residual mean=0.000004 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.224471 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 = 1.1742e-06 Jy ! Component: 100 - total flux cleaned = 2.22376e-06 Jy ! Component: 150 - total flux cleaned = 2.25828e-06 Jy ! Component: 200 - total flux cleaned = 5.13154e-07 Jy ! Total flux subtracted in 200 components = 5.13154e-07 Jy ! Clean residual min=-0.001863 max=0.001762 Jy/beam ! Clean residual mean=0.000004 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.224472 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 95 components and 0.224472 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.961 mas, bmaj=9.539 mas, bpa=-18.84 degrees ! Estimated noise=1.09792 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000245752 Jy ! Component: 100 - total flux cleaned = 0.000323629 Jy ! Component: 150 - total flux cleaned = 0.000261138 Jy ! Component: 200 - total flux cleaned = 0.000207684 Jy ! Total flux subtracted in 200 components = 0.000207684 Jy ! Clean residual min=-0.001894 max=0.001827 Jy/beam ! Clean residual mean=0.000003 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.224679 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 102 components and 0.224679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065712Jy sigma=0.430638 ! Fit after self-cal, rms=0.065700Jy sigma=0.430626 wmodel J2034+2820_S_map.mod ! Writing 102 model components to file: J2034+2820_S_map.mod wobs J2034+2820_S_uvs.fits ! Writing UV FITS file: J2034+2820_S_uvs.fits wwins J2034+2820_S_map.win ! wwins: Wrote 1 windows to J2034+2820_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 = -3.66995e-05 Jy ! Component: 100 - total flux cleaned = -0.000129782 Jy ! Component: 150 - total flux cleaned = -0.000364123 Jy ! Component: 200 - total flux cleaned = -0.000615861 Jy ! Component: 250 - total flux cleaned = -0.000805963 Jy ! Component: 300 - total flux cleaned = -0.000937991 Jy ! Component: 350 - total flux cleaned = -0.00114268 Jy ! Component: 400 - total flux cleaned = -0.00116737 Jy ! Component: 450 - total flux cleaned = -0.00136298 Jy ! Component: 500 - total flux cleaned = -0.00145786 Jy ! Component: 550 - total flux cleaned = -0.00166809 Jy ! Component: 600 - total flux cleaned = -0.00173633 Jy ! Component: 650 - total flux cleaned = -0.00187138 Jy ! Component: 700 - total flux cleaned = -0.00193763 Jy ! Component: 750 - total flux cleaned = -0.00209002 Jy ! Component: 800 - total flux cleaned = -0.00221794 Jy ! Component: 850 - total flux cleaned = -0.00232262 Jy ! Component: 900 - total flux cleaned = -0.00230224 Jy ! Component: 950 - total flux cleaned = -0.00238428 Jy ! Component: 1000 - total flux cleaned = -0.00236398 Jy ! Component: 1050 - total flux cleaned = -0.00238371 Jy ! Component: 1100 - total flux cleaned = -0.00238369 Jy ! Component: 1150 - total flux cleaned = -0.00238385 Jy ! Component: 1200 - total flux cleaned = -0.00238381 Jy ! Component: 1250 - total flux cleaned = -0.00240259 Jy ! Component: 1300 - total flux cleaned = -0.00243965 Jy ! Component: 1350 - total flux cleaned = -0.00238469 Jy ! Component: 1400 - total flux cleaned = -0.00236657 Jy ! Component: 1450 - total flux cleaned = -0.00233048 Jy ! Component: 1500 - total flux cleaned = -0.002295 Jy ! Component: 1550 - total flux cleaned = -0.00227747 Jy ! Component: 1600 - total flux cleaned = -0.00219051 Jy ! Component: 1650 - total flux cleaned = -0.00219054 Jy ! Component: 1700 - total flux cleaned = -0.0021223 Jy ! Component: 1750 - total flux cleaned = -0.0020887 Jy ! Component: 1800 - total flux cleaned = -0.0019554 Jy ! Component: 1850 - total flux cleaned = -0.00195563 Jy ! Component: 1900 - total flux cleaned = -0.00184092 Jy ! Component: 1950 - total flux cleaned = -0.00177643 Jy ! Component: 2000 - total flux cleaned = -0.00166401 Jy ! Component: 2050 - total flux cleaned = -0.00166401 Jy ! Component: 2100 - total flux cleaned = -0.00160096 Jy ! Component: 2150 - total flux cleaned = -0.00158521 Jy ! Component: 2200 - total flux cleaned = -0.00155425 Jy ! Component: 2250 - total flux cleaned = -0.00147741 Jy ! Component: 2300 - total flux cleaned = -0.00140158 Jy ! Component: 2350 - total flux cleaned = -0.00140147 Jy ! Component: 2400 - total flux cleaned = -0.00135637 Jy ! Component: 2450 - total flux cleaned = -0.00129717 Jy ! Component: 2500 - total flux cleaned = -0.00128268 Jy ! Component: 2550 - total flux cleaned = -0.00128282 Jy ! Component: 2600 - total flux cleaned = -0.00134082 Jy ! Component: 2650 - total flux cleaned = -0.00126882 Jy ! Component: 2700 - total flux cleaned = -0.00124049 Jy ! Component: 2750 - total flux cleaned = -0.00128308 Jy ! Component: 2800 - total flux cleaned = -0.0012268 Jy ! Component: 2850 - total flux cleaned = -0.00121296 Jy ! Component: 2900 - total flux cleaned = -0.00124066 Jy ! Component: 2950 - total flux cleaned = -0.00124066 Jy ! Component: 3000 - total flux cleaned = -0.00118614 Jy ! Component: 3050 - total flux cleaned = -0.00119972 Jy ! Component: 3100 - total flux cleaned = -0.00118628 Jy ! Component: 3150 - total flux cleaned = -0.00115965 Jy ! Component: 3200 - total flux cleaned = -0.00122607 Jy ! Component: 3250 - total flux cleaned = -0.00117317 Jy ! Component: 3300 - total flux cleaned = -0.00119942 Jy ! Component: 3350 - total flux cleaned = -0.00114733 Jy ! Component: 3400 - total flux cleaned = -0.00119905 Jy ! Component: 3450 - total flux cleaned = -0.00122471 Jy ! Component: 3500 - total flux cleaned = -0.00122468 Jy ! Component: 3550 - total flux cleaned = -0.00125009 Jy ! Component: 3600 - total flux cleaned = -0.0012123 Jy ! Component: 3650 - total flux cleaned = -0.00123743 Jy ! Component: 3700 - total flux cleaned = -0.00120012 Jy ! Component: 3750 - total flux cleaned = -0.00121247 Jy ! Component: 3800 - total flux cleaned = -0.00122484 Jy ! Component: 3850 - total flux cleaned = -0.0012493 Jy ! Component: 3900 - total flux cleaned = -0.0012493 Jy ! Component: 3950 - total flux cleaned = -0.00118914 Jy ! Component: 4000 - total flux cleaned = -0.00124911 Jy ! Component: 4050 - total flux cleaned = -0.00123713 Jy ! Total flux subtracted in 4096 components = -0.00120162 Jy ! Clean residual min=-0.000735 max=0.000742 Jy/beam ! Clean residual mean=-0.000000 rms=0.000224 Jy/beam ! Combined flux in latest and established models = 0.223478 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 403 components and 0.223478 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2034+2820_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.961 x 9.539 at -18.84 degrees (North through East) ! Clean map min=-0.0016923 max=0.19004 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2034+2820_S_map.fits wmodel /image_prod/ug002_uva//J2034+2820_S_map.mod ! Writing 403 model components to file: /image_prod/ug002_uva//J2034+2820_S_map.mod wobs /image_prod/ug002_uva//J2034+2820_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2034+2820_S_uvs.fits wwins /image_prod/ug002_uva//J2034+2820_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2034+2820_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.190044 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000223781 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.353256 0.353256 0.706512 1.41302 2.82605 5.65209 11.3042 22.6084 45.2168 90.4335 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.19 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 849.242 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2034+2820_S_dfm.log closed on Thu Mar 5 04:52:25 2020