! Started logfile: /image_prod/ug002_uva//J1259-2310_S_dfm.log on Thu Mar 5 00:56: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//J1259-2310_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1259-2310_S_uva.fits ! AN table 1: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.968056 visibilities/baseline/integration-bin. ! Found source: J1259-2310 ! ! 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 4182 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 J1259-2310_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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.082659Jy sigma=6.873017 ! Fit after self-cal, rms=0.608572Jy sigma=3.796184 ! 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.794 mas, bmaj=12.99 mas, bpa=-19.92 degrees ! Estimated noise=2.54402 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.306084 Jy ! Component: 100 - total flux cleaned = 0.374769 Jy ! Total flux subtracted in 100 components = 0.374769 Jy ! Clean residual min=-0.011238 max=0.024248 Jy/beam ! Clean residual mean=-0.000080 rms=0.003851 Jy/beam ! Combined flux in latest and established models = 0.374769 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.374769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099332Jy sigma=0.579738 ! Fit after self-cal, rms=0.099325Jy sigma=0.579650 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0272149 Jy ! Component: 100 - total flux cleaned = 0.0433004 Jy ! Total flux subtracted in 100 components = 0.0433004 Jy ! Clean residual min=-0.009518 max=0.012987 Jy/beam ! Clean residual mean=-0.000042 rms=0.002547 Jy/beam ! Combined flux in latest and established models = 0.418069 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 29 components and 0.418069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091289Jy sigma=0.502811 ! Fit after self-cal, rms=0.091264Jy sigma=0.502612 ! 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.502 mas, bmaj=14.27 mas, bpa=-19.18 degrees ! Estimated noise=1.77858 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.0134176 Jy ! Component: 100 - total flux cleaned = 0.0206538 Jy ! Component: 150 - total flux cleaned = 0.0253603 Jy ! Component: 200 - total flux cleaned = 0.0279257 Jy ! Total flux subtracted in 200 components = 0.0279257 Jy ! Clean residual min=-0.009141 max=0.010430 Jy/beam ! Clean residual mean=-0.000024 rms=0.002241 Jy/beam ! Combined flux in latest and established models = 0.445995 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 50 components and 0.445995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089774Jy sigma=0.484262 ! Fit after self-cal, rms=0.089755Jy sigma=0.484144 ! 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.502 x 14.27 at -19.18 degrees (North through East) ! Clean map min=-0.0088457 max=0.3992 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.98 HN 1.01 KP 0.99 ! LA 0.99 MK 1.01 NL 0.93 OV 0.95 ! PT 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.04 KP 1.00 ! LA 1.02 MK 1.01 NL 1.07 OV 0.98 ! PT 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 0.99 HN 1.05 KP 0.99 ! LA 1.01 MK 0.99 NL 0.94 OV 0.95 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.089755Jy sigma=0.484144 ! Fit after self-cal, rms=0.088712Jy sigma=0.462769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.515 mas, bmaj=14.47 mas, bpa=-19.26 degrees ! Estimated noise=1.77754 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.00470888 Jy ! Component: 100 - total flux cleaned = -0.00564251 Jy ! Component: 150 - total flux cleaned = -0.00603378 Jy ! Component: 200 - total flux cleaned = -0.00612153 Jy ! Total flux subtracted in 200 components = -0.00612153 Jy ! Clean residual min=-0.007465 max=0.008144 Jy/beam ! Clean residual mean=-0.000029 rms=0.001807 Jy/beam ! Combined flux in latest and established models = 0.439873 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 65 components and 0.439873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088234Jy sigma=0.461232 ! Fit after self-cal, rms=0.088264Jy sigma=0.461152 ! 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.088264Jy sigma=0.461152 ! Fit after self-cal, rms=0.085049Jy sigma=0.445374 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.527 mas, bmaj=14.49 mas, bpa=-19.32 degrees ! Estimated noise=1.7756 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00290507 Jy ! Component: 100 - total flux cleaned = -0.00299427 Jy ! Component: 150 - total flux cleaned = -0.00314148 Jy ! Component: 200 - total flux cleaned = -0.003339 Jy ! Total flux subtracted in 200 components = -0.003339 Jy ! Clean residual min=-0.004794 max=0.004106 Jy/beam ! Clean residual mean=-0.000018 rms=0.001135 Jy/beam ! Combined flux in latest and established models = 0.436534 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 77 components and 0.436534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084854Jy sigma=0.444320 ! Fit after self-cal, rms=0.084866Jy sigma=0.444277 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.07977e-05 Jy ! Component: 100 - total flux cleaned = -0.000214209 Jy ! Component: 150 - total flux cleaned = -0.000361228 Jy ! Component: 200 - total flux cleaned = -0.000449409 Jy ! Total flux subtracted in 200 components = -0.000449409 Jy ! Clean residual min=-0.004610 max=0.004033 Jy/beam ! Clean residual mean=-0.000019 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.436085 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 80 components and 0.436085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084803Jy sigma=0.443919 ! Fit after self-cal, rms=0.084798Jy sigma=0.443906 ! 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.084798Jy sigma=0.443906 ! Fit after self-cal, rms=0.085261Jy sigma=0.443570 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.528 mas, bmaj=14.54 mas, bpa=-19.35 degrees ! Estimated noise=1.77459 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00182733 Jy ! Component: 100 - total flux cleaned = -0.00198562 Jy ! Component: 150 - total flux cleaned = -0.00208286 Jy ! Component: 200 - total flux cleaned = -0.00221465 Jy ! Total flux subtracted in 200 components = -0.00221465 Jy ! Clean residual min=-0.004249 max=0.004113 Jy/beam ! Clean residual mean=-0.000016 rms=0.001079 Jy/beam ! Combined flux in latest and established models = 0.43387 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 85 components and 0.43387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085174Jy sigma=0.443177 ! Fit after self-cal, rms=0.085177Jy sigma=0.443172 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.94538e-05 Jy ! Component: 100 - total flux cleaned = -0.000161628 Jy ! Component: 150 - total flux cleaned = -0.000229096 Jy ! Component: 200 - total flux cleaned = -0.000291141 Jy ! Total flux subtracted in 200 components = -0.000291141 Jy ! Clean residual min=-0.004122 max=0.004122 Jy/beam ! Clean residual mean=-0.000017 rms=0.001071 Jy/beam ! Combined flux in latest and established models = 0.433579 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 88 components and 0.433579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085145Jy sigma=0.443020 ! Fit after self-cal, rms=0.085142Jy sigma=0.443015 ! 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.085142Jy sigma=0.443015 ! Fit after self-cal, rms=0.085452Jy sigma=0.442884 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.074 mas, bmaj=21.84 mas, bpa=-7.628 degrees ! Estimated noise=2.08883 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00043103 Jy ! Component: 100 - total flux cleaned = -0.000431391 Jy ! Component: 150 - total flux cleaned = -0.000448831 Jy ! Component: 200 - total flux cleaned = -0.000449087 Jy ! Total flux subtracted in 200 components = -0.000449087 Jy ! Clean residual min=-0.004256 max=0.005668 Jy/beam ! Clean residual mean=-0.000021 rms=0.001472 Jy/beam ! Combined flux in latest and established models = 0.43313 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 95 components and 0.43313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085444Jy sigma=0.442853 ! Fit after self-cal, rms=0.085448Jy sigma=0.442848 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 = -1.52839e-05 Jy ! Component: 100 - total flux cleaned = -1.56325e-05 Jy ! Component: 150 - total flux cleaned = -1.58523e-05 Jy ! Component: 200 - total flux cleaned = -3.15075e-05 Jy ! Total flux subtracted in 200 components = -3.15075e-05 Jy ! Clean residual min=-0.004240 max=0.005654 Jy/beam ! Clean residual mean=-0.000021 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.433099 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 99 components and 0.433099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085446Jy sigma=0.442840 ! Fit after self-cal, rms=0.085445Jy sigma=0.442838 ! 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.529 mas, bmaj=14.57 mas, bpa=-19.37 degrees ! Estimated noise=1.77404 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.529 x 14.57 at -19.37 degrees (North through East) ! Clean map min=-0.003949 max=0.39913 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.808 mas, bmaj=13.25 mas, bpa=-20.22 degrees ! Estimated noise=2.56215 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.308231 Jy ! Component: 100 - total flux cleaned = 0.376127 Jy ! Component: 150 - total flux cleaned = 0.399599 Jy ! Component: 200 - total flux cleaned = 0.412163 Jy ! Total flux subtracted in 200 components = 0.412163 Jy ! Clean residual min=-0.005908 max=0.006727 Jy/beam ! Clean residual mean=-0.000027 rms=0.001478 Jy/beam ! Combined flux in latest and established models = 0.412163 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.412163 Jy ! Inverting map and beam ! Estimated beam: bmin=3.529 mas, bmaj=14.57 mas, bpa=-19.37 degrees ! Estimated noise=1.77404 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.00933881 Jy ! Component: 100 - total flux cleaned = 0.0143331 Jy ! Component: 150 - total flux cleaned = 0.0172444 Jy ! Component: 200 - total flux cleaned = 0.0188586 Jy ! Total flux subtracted in 200 components = 0.0188586 Jy ! Clean residual min=-0.004209 max=0.004211 Jy/beam ! Clean residual mean=-0.000017 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.431021 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 45 components and 0.431021 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.074 mas, bmaj=21.84 mas, bpa=-7.628 degrees ! Estimated noise=2.08883 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00164059 Jy ! Component: 100 - total flux cleaned = 0.00170001 Jy ! Component: 150 - total flux cleaned = 0.00177256 Jy ! Component: 200 - total flux cleaned = 0.00181512 Jy ! Total flux subtracted in 200 components = 0.00181512 Jy ! Clean residual min=-0.004520 max=0.005525 Jy/beam ! Clean residual mean=-0.000022 rms=0.001482 Jy/beam ! Combined flux in latest and established models = 0.432837 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 = 5.65869e-05 Jy ! Component: 100 - total flux cleaned = 7.4705e-05 Jy ! Component: 150 - total flux cleaned = 0.000110626 Jy ! Component: 200 - total flux cleaned = 0.00012755 Jy ! Total flux subtracted in 200 components = 0.00012755 Jy ! Clean residual min=-0.004516 max=0.005500 Jy/beam ! Clean residual mean=-0.000022 rms=0.001479 Jy/beam ! Combined flux in latest and established models = 0.432964 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 69 components and 0.432964 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.529 mas, bmaj=14.57 mas, bpa=-19.37 degrees ! Estimated noise=1.77404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000258696 Jy ! Component: 100 - total flux cleaned = -0.000347739 Jy ! Component: 150 - total flux cleaned = -0.000386255 Jy ! Component: 200 - total flux cleaned = -0.000421257 Jy ! Total flux subtracted in 200 components = -0.000421257 Jy ! Clean residual min=-0.004101 max=0.004266 Jy/beam ! Clean residual mean=-0.000015 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.432543 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 79 components and 0.432543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085370Jy sigma=0.442688 ! Fit after self-cal, rms=0.085361Jy sigma=0.442649 wmodel J1259-2310_S_map.mod ! Writing 79 model components to file: J1259-2310_S_map.mod wobs J1259-2310_S_uvs.fits ! Writing UV FITS file: J1259-2310_S_uvs.fits wwins J1259-2310_S_map.win ! wwins: Wrote 1 windows to J1259-2310_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.000311408 Jy ! Component: 100 - total flux cleaned = 0.000777341 Jy ! Component: 150 - total flux cleaned = 0.00108511 Jy ! Component: 200 - total flux cleaned = 0.00143071 Jy ! Component: 250 - total flux cleaned = 0.00159504 Jy ! Component: 300 - total flux cleaned = 0.00170012 Jy ! Component: 350 - total flux cleaned = 0.00170166 Jy ! Component: 400 - total flux cleaned = 0.00175069 Jy ! Component: 450 - total flux cleaned = 0.00170446 Jy ! Component: 500 - total flux cleaned = 0.00165937 Jy ! Component: 550 - total flux cleaned = 0.0016165 Jy ! Component: 600 - total flux cleaned = 0.00136875 Jy ! Component: 650 - total flux cleaned = 0.0014086 Jy ! Component: 700 - total flux cleaned = 0.00133025 Jy ! Component: 750 - total flux cleaned = 0.00121648 Jy ! Component: 800 - total flux cleaned = 0.00110713 Jy ! Component: 850 - total flux cleaned = 0.00103648 Jy ! Component: 900 - total flux cleaned = 0.000932731 Jy ! Component: 950 - total flux cleaned = 0.000762605 Jy ! Component: 1000 - total flux cleaned = 0.000596855 Jy ! Component: 1050 - total flux cleaned = 0.000403107 Jy ! Component: 1100 - total flux cleaned = 0.000308875 Jy ! Component: 1150 - total flux cleaned = 0.000153884 Jy ! Component: 1200 - total flux cleaned = 6.35358e-05 Jy ! Component: 1250 - total flux cleaned = -2.552e-05 Jy ! Component: 1300 - total flux cleaned = -0.0001124 Jy ! Component: 1350 - total flux cleaned = -0.000140441 Jy ! Component: 1400 - total flux cleaned = -0.000196295 Jy ! Component: 1450 - total flux cleaned = -0.000196099 Jy ! Component: 1500 - total flux cleaned = -0.000277101 Jy ! Component: 1550 - total flux cleaned = -0.000356381 Jy ! Component: 1600 - total flux cleaned = -0.000356569 Jy ! Component: 1650 - total flux cleaned = -0.000433688 Jy ! Component: 1700 - total flux cleaned = -0.000559698 Jy ! Component: 1750 - total flux cleaned = -0.000509913 Jy ! Component: 1800 - total flux cleaned = -0.000558952 Jy ! Component: 1850 - total flux cleaned = -0.000534942 Jy ! Component: 1900 - total flux cleaned = -0.000654011 Jy ! Component: 1950 - total flux cleaned = -0.000654408 Jy ! Component: 2000 - total flux cleaned = -0.000723874 Jy ! Component: 2050 - total flux cleaned = -0.000792116 Jy ! Component: 2100 - total flux cleaned = -0.000769355 Jy ! Component: 2150 - total flux cleaned = -0.000680518 Jy ! Component: 2200 - total flux cleaned = -0.000680788 Jy ! Component: 2250 - total flux cleaned = -0.000681261 Jy ! Component: 2300 - total flux cleaned = -0.00076671 Jy ! Component: 2350 - total flux cleaned = -0.000703262 Jy ! Component: 2400 - total flux cleaned = -0.000724148 Jy ! Component: 2450 - total flux cleaned = -0.000723887 Jy ! Component: 2500 - total flux cleaned = -0.000764431 Jy ! Component: 2550 - total flux cleaned = -0.000784451 Jy ! Component: 2600 - total flux cleaned = -0.000903928 Jy ! Component: 2650 - total flux cleaned = -0.000943167 Jy ! Component: 2700 - total flux cleaned = -0.00100158 Jy ! Component: 2750 - total flux cleaned = -0.00109765 Jy ! Component: 2800 - total flux cleaned = -0.00113538 Jy ! Component: 2850 - total flux cleaned = -0.00113571 Jy ! Component: 2900 - total flux cleaned = -0.00128517 Jy ! Component: 2950 - total flux cleaned = -0.00135906 Jy ! Component: 3000 - total flux cleaned = -0.0014506 Jy ! Component: 3050 - total flux cleaned = -0.00152284 Jy ! Component: 3100 - total flux cleaned = -0.00164786 Jy ! Component: 3150 - total flux cleaned = -0.00166542 Jy ! Component: 3200 - total flux cleaned = -0.00170062 Jy ! Component: 3250 - total flux cleaned = -0.00180472 Jy ! Component: 3300 - total flux cleaned = -0.00180482 Jy ! Component: 3350 - total flux cleaned = -0.00185579 Jy ! Component: 3400 - total flux cleaned = -0.00192332 Jy ! Component: 3450 - total flux cleaned = -0.00190675 Jy ! Component: 3500 - total flux cleaned = -0.00200588 Jy ! Component: 3550 - total flux cleaned = -0.00197292 Jy ! Component: 3600 - total flux cleaned = -0.00203795 Jy ! Component: 3650 - total flux cleaned = -0.00205422 Jy ! Component: 3700 - total flux cleaned = -0.00208608 Jy ! Component: 3750 - total flux cleaned = -0.00208614 Jy ! Component: 3800 - total flux cleaned = -0.00208593 Jy ! Component: 3850 - total flux cleaned = -0.00210129 Jy ! Component: 3900 - total flux cleaned = -0.00202411 Jy ! Component: 3950 - total flux cleaned = -0.00206982 Jy ! Component: 4000 - total flux cleaned = -0.00208474 Jy ! Component: 4050 - total flux cleaned = -0.00203972 Jy ! Total flux subtracted in 4096 components = -0.0020993 Jy ! Clean residual min=-0.000804 max=0.000925 Jy/beam ! Clean residual mean=-0.000001 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 0.430444 Jy keep ! Adding 307 model components to the UV plane model. ! The established model now contains 386 components and 0.430444 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1259-2310_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.529 x 14.57 at -19.37 degrees (North through East) ! Clean map min=-0.0021949 max=0.3996 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1259-2310_S_map.fits wmodel /image_prod/ug002_uva//J1259-2310_S_map.mod ! Writing 386 model components to file: /image_prod/ug002_uva//J1259-2310_S_map.mod wobs /image_prod/ug002_uva//J1259-2310_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1259-2310_S_uvs.fits wwins /image_prod/ug002_uva//J1259-2310_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1259-2310_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.399603 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000291422 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.218783 0.218783 0.437567 0.875134 1.75027 3.50054 7.00107 14.0021 28.0043 56.0086 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.399 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1371.22 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1259-2310_S_dfm.log closed on Thu Mar 5 00:56:25 2020