! Started logfile: /image_prod/ug002_uva//J1508-1548_S_dfm.log on Thu Mar 5 02:06:09 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//J1508-1548_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1508-1548_S_uva.fits ! AN table 1: 50 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.885556 visibilities/baseline/integration-bin. ! Found source: J1508-1548 ! ! 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 4782 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 J1508-1548_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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011617Jy sigma=7.029716 ! Fit after self-cal, rms=0.911246Jy sigma=6.323779 ! 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.65 mas, bmaj=6.451 mas, bpa=-3.721 degrees ! Estimated noise=2.21415 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.0690622 Jy ! Component: 100 - total flux cleaned = 0.0876592 Jy ! Total flux subtracted in 100 components = 0.0876592 Jy ! Clean residual min=-0.007812 max=0.008325 Jy/beam ! Clean residual mean=0.000010 rms=0.001990 Jy/beam ! Combined flux in latest and established models = 0.0876592 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0876592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080648Jy sigma=0.478266 ! Fit after self-cal, rms=0.080353Jy sigma=0.475750 ! 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.155 mas, bmaj=7.404 mas, bpa=-2.624 degrees ! Estimated noise=1.52427 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.0110101 Jy ! Component: 100 - total flux cleaned = 0.0160873 Jy ! Component: 150 - total flux cleaned = 0.0186939 Jy ! Component: 200 - total flux cleaned = 0.0201159 Jy ! Total flux subtracted in 200 components = 0.0201159 Jy ! Clean residual min=-0.003514 max=0.003453 Jy/beam ! Clean residual mean=0.000000 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.107775 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 23 components and 0.107775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078877Jy sigma=0.464267 ! Fit after self-cal, rms=0.078920Jy sigma=0.464040 ! 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.155 x 7.404 at -2.624 degrees (North through East) ! Clean map min=-0.0034387 max=0.091011 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00 HN 1.04 KP 0.93 ! LA 0.99 MK 0.95 NL 1.07 OV 1.02 ! SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.95 HN 1.06 KP 1.00 ! LA 0.99 MK 1.06 NL 1.01 OV 0.97 ! SC 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.01 HN 1.08 KP 1.00 ! LA 1.03 MK 0.96 NL 0.99 OV 1.00 ! SC 0.92 ! ! ! Fit before self-cal, rms=0.078920Jy sigma=0.464040 ! Fit after self-cal, rms=0.077641Jy sigma=0.462608 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.161 mas, bmaj=7.406 mas, bpa=-2.526 degrees ! Estimated noise=1.51997 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.000108001 Jy ! Component: 100 - total flux cleaned = 7.04655e-05 Jy ! Component: 150 - total flux cleaned = 9.35604e-06 Jy ! Component: 200 - total flux cleaned = -1.91435e-05 Jy ! Total flux subtracted in 200 components = -1.91435e-05 Jy ! Clean residual min=-0.003193 max=0.003520 Jy/beam ! Clean residual mean=0.000001 rms=0.000828 Jy/beam ! Combined flux in latest and established models = 0.107756 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 29 components and 0.107756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077604Jy sigma=0.462378 ! Fit after self-cal, rms=0.077618Jy sigma=0.462289 ! 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.077618Jy sigma=0.462289 ! Fit after self-cal, rms=0.074992Jy sigma=0.460173 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.165 mas, bmaj=7.359 mas, bpa=-2.525 degrees ! Estimated noise=1.51659 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000409315 Jy ! Component: 100 - total flux cleaned = 0.000294948 Jy ! Component: 150 - total flux cleaned = 0.000244645 Jy ! Component: 200 - total flux cleaned = 0.000200272 Jy ! Total flux subtracted in 200 components = 0.000200272 Jy ! Clean residual min=-0.002884 max=0.003126 Jy/beam ! Clean residual mean=-0.000001 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.107956 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 33 components and 0.107956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074970Jy sigma=0.460001 ! Fit after self-cal, rms=0.074958Jy sigma=0.459935 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 (127, -7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00281955 Jy ! Component: 100 - total flux cleaned = 0.00376387 Jy ! Component: 150 - total flux cleaned = 0.00412999 Jy ! Component: 200 - total flux cleaned = 0.00427082 Jy ! Total flux subtracted in 200 components = 0.00427082 Jy ! Clean residual min=-0.002630 max=0.002829 Jy/beam ! Clean residual mean=-0.000001 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.112227 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 62 components and 0.112227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074841Jy sigma=0.459123 ! Fit after self-cal, rms=0.074830Jy sigma=0.459045 ! 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.074830Jy sigma=0.459045 ! Fit after self-cal, rms=0.074464Jy sigma=0.458986 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.16 mas, bmaj=7.33 mas, bpa=-2.406 degrees ! Estimated noise=1.51035 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00100817 Jy ! Component: 100 - total flux cleaned = 0.00114816 Jy ! Component: 150 - total flux cleaned = 0.00111667 Jy ! Component: 200 - total flux cleaned = 0.00106024 Jy ! Total flux subtracted in 200 components = 0.00106024 Jy ! Clean residual min=-0.002594 max=0.002841 Jy/beam ! Clean residual mean=-0.000002 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.113287 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 65 components and 0.113287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074433Jy sigma=0.458787 ! Fit after self-cal, rms=0.074429Jy sigma=0.458774 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 (104.5, -16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00165706 Jy ! Component: 100 - total flux cleaned = 0.00172142 Jy ! Component: 150 - total flux cleaned = 0.00187263 Jy ! Component: 200 - total flux cleaned = 0.00199347 Jy ! Total flux subtracted in 200 components = 0.00199347 Jy ! Clean residual min=-0.002349 max=0.002519 Jy/beam ! Clean residual mean=-0.000001 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.115281 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 85 components and 0.115281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074304Jy sigma=0.458070 ! Fit after self-cal, rms=0.074288Jy sigma=0.458002 ! 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.074288Jy sigma=0.458002 ! Fit after self-cal, rms=0.073665Jy sigma=0.457956 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.43 mas, bmaj=13.89 mas, bpa=2.618 degrees ! Estimated noise=1.87819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000545582 Jy ! Component: 100 - total flux cleaned = 0.000853857 Jy ! Component: 150 - total flux cleaned = 0.00101258 Jy ! Component: 200 - total flux cleaned = 0.0011589 Jy ! Total flux subtracted in 200 components = 0.0011589 Jy ! Clean residual min=-0.002809 max=0.003147 Jy/beam ! Clean residual mean=-0.000003 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.11644 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 101 components and 0.11644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073647Jy sigma=0.457851 ! Fit after self-cal, rms=0.073643Jy sigma=0.457835 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.09075e-05 Jy ! Component: 100 - total flux cleaned = 0.000146058 Jy ! Component: 150 - total flux cleaned = 0.00027802 Jy ! Component: 200 - total flux cleaned = 0.000339197 Jy ! Total flux subtracted in 200 components = 0.000339197 Jy ! Clean residual min=-0.002812 max=0.003112 Jy/beam ! Clean residual mean=-0.000003 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.116779 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 104 components and 0.116779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073634Jy sigma=0.457804 ! Fit after self-cal, rms=0.073634Jy sigma=0.457796 ! 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.151 mas, bmaj=7.308 mas, bpa=-2.263 degrees ! Estimated noise=1.50196 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.151 x 7.308 at -2.263 degrees (North through East) ! Clean map min=-0.0022175 max=0.09075 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.647 mas, bmaj=6.357 mas, bpa=-3.277 degrees ! Estimated noise=2.1712 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0676359 Jy ! Component: 100 - total flux cleaned = 0.0864978 Jy ! Component: 150 - total flux cleaned = 0.0966123 Jy ! Component: 200 - total flux cleaned = 0.102464 Jy ! Total flux subtracted in 200 components = 0.102464 Jy ! Clean residual min=-0.006441 max=0.005514 Jy/beam ! Clean residual mean=0.000004 rms=0.001541 Jy/beam ! Combined flux in latest and established models = 0.102464 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.102464 Jy ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=7.308 mas, bpa=-2.263 degrees ! Estimated noise=1.50196 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.00504844 Jy ! Component: 100 - total flux cleaned = 0.00778745 Jy ! Component: 150 - total flux cleaned = 0.00939466 Jy ! Component: 200 - total flux cleaned = 0.0106323 Jy ! Total flux subtracted in 200 components = 0.0106323 Jy ! Clean residual min=-0.003010 max=0.002700 Jy/beam ! Clean residual mean=0.000001 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.113096 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 44 components and 0.113096 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.43 mas, bmaj=13.89 mas, bpa=2.618 degrees ! Estimated noise=1.87819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00163199 Jy ! Component: 100 - total flux cleaned = 0.00213113 Jy ! Component: 150 - total flux cleaned = 0.00238459 Jy ! Component: 200 - total flux cleaned = 0.00268269 Jy ! Total flux subtracted in 200 components = 0.00268269 Jy ! Clean residual min=-0.003126 max=0.003138 Jy/beam ! Clean residual mean=-0.000003 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.115779 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.000298429 Jy ! Component: 100 - total flux cleaned = 0.000596444 Jy ! Component: 150 - total flux cleaned = 0.0007354 Jy ! Component: 200 - total flux cleaned = 0.000865288 Jy ! Total flux subtracted in 200 components = 0.000865288 Jy ! Clean residual min=-0.003005 max=0.003135 Jy/beam ! Clean residual mean=-0.000003 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.116644 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 78 components and 0.116644 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=7.308 mas, bpa=-2.263 degrees ! Estimated noise=1.50196 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000270541 Jy ! Component: 100 - total flux cleaned = 0.000318571 Jy ! Component: 150 - total flux cleaned = 0.000225746 Jy ! Component: 200 - total flux cleaned = 0.000185053 Jy ! Total flux subtracted in 200 components = 0.000185053 Jy ! Clean residual min=-0.002379 max=0.002626 Jy/beam ! Clean residual mean=-0.000001 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.116829 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 95 components and 0.116829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073691Jy sigma=0.458082 ! Fit after self-cal, rms=0.073688Jy sigma=0.458037 wmodel J1508-1548_S_map.mod ! Writing 95 model components to file: J1508-1548_S_map.mod wobs J1508-1548_S_uvs.fits ! Writing UV FITS file: J1508-1548_S_uvs.fits wwins J1508-1548_S_map.win ! wwins: Wrote 3 windows to J1508-1548_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.000426975 Jy ! Component: 100 - total flux cleaned = 0.000427959 Jy ! Component: 150 - total flux cleaned = 0.000548232 Jy ! Component: 200 - total flux cleaned = 0.000585982 Jy ! Component: 250 - total flux cleaned = 0.000621495 Jy ! Component: 300 - total flux cleaned = 0.000585885 Jy ! Component: 350 - total flux cleaned = 0.000620088 Jy ! Component: 400 - total flux cleaned = 0.000619698 Jy ! Component: 450 - total flux cleaned = 0.00058796 Jy ! Component: 500 - total flux cleaned = 0.000714163 Jy ! Component: 550 - total flux cleaned = 0.000744096 Jy ! Component: 600 - total flux cleaned = 0.00074363 Jy ! Component: 650 - total flux cleaned = 0.000743958 Jy ! Component: 700 - total flux cleaned = 0.000744926 Jy ! Component: 750 - total flux cleaned = 0.00068953 Jy ! Component: 800 - total flux cleaned = 0.00079832 Jy ! Component: 850 - total flux cleaned = 0.000745231 Jy ! Component: 900 - total flux cleaned = 0.000772306 Jy ! Component: 950 - total flux cleaned = 0.000823903 Jy ! Component: 1000 - total flux cleaned = 0.000798987 Jy ! Component: 1050 - total flux cleaned = 0.000848802 Jy ! Component: 1100 - total flux cleaned = 0.000800509 Jy ! Component: 1150 - total flux cleaned = 0.000777217 Jy ! Component: 1200 - total flux cleaned = 0.000824009 Jy ! Component: 1250 - total flux cleaned = 0.000824142 Jy ! Component: 1300 - total flux cleaned = 0.00084713 Jy ! Component: 1350 - total flux cleaned = 0.000914467 Jy ! Component: 1400 - total flux cleaned = 0.000914859 Jy ! Component: 1450 - total flux cleaned = 0.000915313 Jy ! Component: 1500 - total flux cleaned = 0.000936617 Jy ! Component: 1550 - total flux cleaned = 0.000999918 Jy ! Component: 1600 - total flux cleaned = 0.0010623 Jy ! Component: 1650 - total flux cleaned = 0.001124 Jy ! Component: 1700 - total flux cleaned = 0.00112432 Jy ! Component: 1750 - total flux cleaned = 0.00120402 Jy ! Component: 1800 - total flux cleaned = 0.00128244 Jy ! Component: 1850 - total flux cleaned = 0.00124333 Jy ! Component: 1900 - total flux cleaned = 0.00133959 Jy ! Component: 1950 - total flux cleaned = 0.00137753 Jy ! Component: 2000 - total flux cleaned = 0.00145261 Jy ! Component: 2050 - total flux cleaned = 0.00147127 Jy ! Component: 2100 - total flux cleaned = 0.00158074 Jy ! Component: 2150 - total flux cleaned = 0.00159895 Jy ! Component: 2200 - total flux cleaned = 0.00165239 Jy ! Component: 2250 - total flux cleaned = 0.00168761 Jy ! Component: 2300 - total flux cleaned = 0.0017049 Jy ! Component: 2350 - total flux cleaned = 0.00173924 Jy ! Component: 2400 - total flux cleaned = 0.00180731 Jy ! Component: 2450 - total flux cleaned = 0.00179061 Jy ! Component: 2500 - total flux cleaned = 0.00182406 Jy ! Component: 2550 - total flux cleaned = 0.0018406 Jy ! Component: 2600 - total flux cleaned = 0.00184064 Jy ! Component: 2650 - total flux cleaned = 0.00190521 Jy ! Component: 2700 - total flux cleaned = 0.00193682 Jy ! Component: 2750 - total flux cleaned = 0.0019054 Jy ! Component: 2800 - total flux cleaned = 0.001968 Jy ! Component: 2850 - total flux cleaned = 0.00196815 Jy ! Component: 2900 - total flux cleaned = 0.00198344 Jy ! Component: 2950 - total flux cleaned = 0.0019684 Jy ! Component: 3000 - total flux cleaned = 0.00201359 Jy ! Component: 3050 - total flux cleaned = 0.00204325 Jy ! Component: 3100 - total flux cleaned = 0.00204318 Jy ! Component: 3150 - total flux cleaned = 0.0020874 Jy ! Component: 3200 - total flux cleaned = 0.00210192 Jy ! Component: 3250 - total flux cleaned = 0.00214518 Jy ! Component: 3300 - total flux cleaned = 0.0021738 Jy ! Component: 3350 - total flux cleaned = 0.00221648 Jy ! Component: 3400 - total flux cleaned = 0.0022164 Jy ! Component: 3450 - total flux cleaned = 0.00224454 Jy ! Component: 3500 - total flux cleaned = 0.00225848 Jy ! Component: 3550 - total flux cleaned = 0.00232737 Jy ! Component: 3600 - total flux cleaned = 0.00236847 Jy ! Component: 3650 - total flux cleaned = 0.00235505 Jy ! Component: 3700 - total flux cleaned = 0.00240892 Jy ! Component: 3750 - total flux cleaned = 0.00244884 Jy ! Component: 3800 - total flux cleaned = 0.00246202 Jy ! Component: 3850 - total flux cleaned = 0.00247507 Jy ! Component: 3900 - total flux cleaned = 0.00250121 Jy ! Component: 3950 - total flux cleaned = 0.00251408 Jy ! Component: 4000 - total flux cleaned = 0.00247535 Jy ! Component: 4050 - total flux cleaned = 0.00248832 Jy ! Total flux subtracted in 4096 components = 0.00248835 Jy ! Clean residual min=-0.000859 max=0.000756 Jy/beam ! Clean residual mean=-0.000000 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.119318 Jy keep ! Adding 260 model components to the UV plane model. ! The established model now contains 355 components and 0.119318 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1508-1548_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.151 x 7.308 at -2.263 degrees (North through East) ! Clean map min=-0.0017898 max=0.090094 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1508-1548_S_map.fits wmodel /image_prod/ug002_uva//J1508-1548_S_map.mod ! Writing 355 model components to file: /image_prod/ug002_uva//J1508-1548_S_map.mod wobs /image_prod/ug002_uva//J1508-1548_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1508-1548_S_uvs.fits wwins /image_prod/ug002_uva//J1508-1548_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1508-1548_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0900943 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000219631 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.731337 0.731337 1.46267 2.92535 5.8507 11.7014 23.4028 46.8056 93.6111 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.09 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 410.207 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1508-1548_S_dfm.log closed on Thu Mar 5 02:06:12 2020