! Started logfile: /image_prod/ug002_uva//J2303-1002_S_dfm.log on Thu Mar 5 06:04: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//J2303-1002_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2303-1002_S_uva.fits ! AN table 1: 50 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.999444 visibilities/baseline/integration-bin. ! Found source: J2303-1002 ! ! 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 5397 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 J2303-1002_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.011340Jy sigma=7.468166 ! Fit after self-cal, rms=0.895908Jy sigma=6.605410 ! 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.946 mas, bmaj=14.37 mas, bpa=-18.43 degrees ! Estimated noise=1.84763 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.0831991 Jy ! Component: 100 - total flux cleaned = 0.102165 Jy ! Total flux subtracted in 100 components = 0.102165 Jy ! Clean residual min=-0.006492 max=0.006989 Jy/beam ! Clean residual mean=-0.000012 rms=0.001499 Jy/beam ! Combined flux in latest and established models = 0.102165 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.102165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075210Jy sigma=0.481334 ! Fit after self-cal, rms=0.075184Jy sigma=0.481040 ! 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.637 mas, bmaj=15.36 mas, bpa=-17.34 degrees ! Estimated noise=1.35335 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.00874519 Jy ! Component: 100 - total flux cleaned = 0.0135209 Jy ! Component: 150 - total flux cleaned = 0.0158278 Jy ! Component: 200 - total flux cleaned = 0.0162692 Jy ! Total flux subtracted in 200 components = 0.0162692 Jy ! Clean residual min=-0.004501 max=0.002985 Jy/beam ! Clean residual mean=-0.000011 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.118434 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 63 components and 0.118434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074208Jy sigma=0.472256 ! Fit after self-cal, rms=0.074237Jy sigma=0.472150 ! 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.637 x 15.36 at -17.34 degrees (North through East) ! Clean map min=-0.0042841 max=0.10749 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 0.97 HN 1.04 KP 0.99 ! LA 1.05 MK 0.99 NL 0.92 OV 0.98 ! PT 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.98 HN 1.07 KP 0.96 ! LA 1.00 MK 1.05 NL 0.87 OV 1.04 ! PT 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.03 HN 1.05 KP 1.03 ! LA 1.01 MK 1.01 NL 0.88 OV 1.04 ! PT 1.00 ! ! ! Fit before self-cal, rms=0.074237Jy sigma=0.472150 ! Fit after self-cal, rms=0.074251Jy sigma=0.468553 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=15.4 mas, bpa=-17.44 degrees ! Estimated noise=1.34588 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.000943887 Jy ! Component: 100 - total flux cleaned = 0.00102522 Jy ! Component: 150 - total flux cleaned = 0.00116126 Jy ! Component: 200 - total flux cleaned = 0.00118844 Jy ! Total flux subtracted in 200 components = 0.00118844 Jy ! Clean residual min=-0.003486 max=0.002752 Jy/beam ! Clean residual mean=-0.000007 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.119622 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 75 components and 0.119622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074209Jy sigma=0.468269 ! Fit after self-cal, rms=0.074242Jy sigma=0.468164 ! 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.074242Jy sigma=0.468164 ! Fit after self-cal, rms=0.073210Jy sigma=0.465086 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.668 mas, bmaj=15.49 mas, bpa=-17.39 degrees ! Estimated noise=1.34833 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.20051e-05 Jy ! Component: 100 - total flux cleaned = 0.000208066 Jy ! Component: 150 - total flux cleaned = 0.000207228 Jy ! Component: 200 - total flux cleaned = 0.000206566 Jy ! Total flux subtracted in 200 components = 0.000206566 Jy ! Clean residual min=-0.002233 max=0.002687 Jy/beam ! Clean residual mean=-0.000011 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.119829 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 86 components and 0.119829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073191Jy sigma=0.464997 ! Fit after self-cal, rms=0.073186Jy sigma=0.464920 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 (119, 87). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147137 Jy ! Component: 100 - total flux cleaned = 0.00146833 Jy ! Component: 150 - total flux cleaned = 0.00156086 Jy ! Component: 200 - total flux cleaned = 0.00160154 Jy ! Total flux subtracted in 200 components = 0.00160154 Jy ! Clean residual min=-0.002082 max=0.002431 Jy/beam ! Clean residual mean=-0.000011 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.121431 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 107 components and 0.121431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073070Jy sigma=0.464324 ! Fit after self-cal, rms=0.073058Jy sigma=0.464279 ! 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.073058Jy sigma=0.464279 ! Fit after self-cal, rms=0.073135Jy sigma=0.464234 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.666 mas, bmaj=15.52 mas, bpa=-17.41 degrees ! Estimated noise=1.34916 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000718653 Jy ! Component: 100 - total flux cleaned = 0.000683455 Jy ! Component: 150 - total flux cleaned = 0.000614839 Jy ! Component: 200 - total flux cleaned = 0.000582896 Jy ! Total flux subtracted in 200 components = 0.000582896 Jy ! Clean residual min=-0.002044 max=0.002408 Jy/beam ! Clean residual mean=-0.000011 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.122013 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 124 components and 0.122013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073083Jy sigma=0.464011 ! Fit after self-cal, rms=0.073081Jy sigma=0.464002 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.000111859 Jy ! Component: 100 - total flux cleaned = 0.000142391 Jy ! Component: 150 - total flux cleaned = 0.000141589 Jy ! Component: 200 - total flux cleaned = 0.00019802 Jy ! Total flux subtracted in 200 components = 0.00019802 Jy ! Clean residual min=-0.002009 max=0.002382 Jy/beam ! Clean residual mean=-0.000011 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.122212 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 135 components and 0.122212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073049Jy sigma=0.463872 ! Fit after self-cal, rms=0.073047Jy sigma=0.463870 ! 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.073047Jy sigma=0.463870 ! Fit after self-cal, rms=0.073101Jy sigma=0.463853 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.955 mas, bmaj=17.8 mas, bpa=-8.727 degrees ! Estimated noise=1.54218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0002336 Jy ! Component: 100 - total flux cleaned = 0.000574456 Jy ! Component: 150 - total flux cleaned = 0.000758276 Jy ! Component: 200 - total flux cleaned = 0.00087421 Jy ! Total flux subtracted in 200 components = 0.00087421 Jy ! Clean residual min=-0.002270 max=0.001974 Jy/beam ! Clean residual mean=-0.000017 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.123086 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 154 components and 0.123086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073094Jy sigma=0.463801 ! Fit after self-cal, rms=0.073091Jy sigma=0.463790 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 = -3.31099e-06 Jy ! Component: 100 - total flux cleaned = 0.000124208 Jy ! Component: 150 - total flux cleaned = 0.000240915 Jy ! Component: 200 - total flux cleaned = 0.000312694 Jy ! Total flux subtracted in 200 components = 0.000312694 Jy ! Clean residual min=-0.002259 max=0.001951 Jy/beam ! Clean residual mean=-0.000017 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.123398 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 169 components and 0.123398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073087Jy sigma=0.463780 ! Fit after self-cal, rms=0.073086Jy sigma=0.463775 ! 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.665 mas, bmaj=15.53 mas, bpa=-17.42 degrees ! Estimated noise=1.3498 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.665 x 15.53 at -17.42 degrees (North through East) ! Clean map min=-0.0019503 max=0.10673 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.965 mas, bmaj=14.59 mas, bpa=-18.5 degrees ! Estimated noise=1.84892 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.083168 Jy ! Component: 100 - total flux cleaned = 0.101778 Jy ! Component: 150 - total flux cleaned = 0.109027 Jy ! Component: 200 - total flux cleaned = 0.113391 Jy ! Total flux subtracted in 200 components = 0.113391 Jy ! Clean residual min=-0.004236 max=0.003595 Jy/beam ! Clean residual mean=-0.000011 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.113391 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.113391 Jy ! Inverting map and beam ! Estimated beam: bmin=3.665 mas, bmaj=15.53 mas, bpa=-17.42 degrees ! Estimated noise=1.3498 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.00365307 Jy ! Component: 100 - total flux cleaned = 0.00600763 Jy ! Component: 150 - total flux cleaned = 0.00672376 Jy ! Component: 200 - total flux cleaned = 0.00726907 Jy ! Total flux subtracted in 200 components = 0.00726907 Jy ! Clean residual min=-0.002381 max=0.002581 Jy/beam ! Clean residual mean=-0.000012 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.12066 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 67 components and 0.12066 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.955 mas, bmaj=17.8 mas, bpa=-8.727 degrees ! Estimated noise=1.54218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000627545 Jy ! Component: 100 - total flux cleaned = 0.000921687 Jy ! Component: 150 - total flux cleaned = 0.00126685 Jy ! Component: 200 - total flux cleaned = 0.00157096 Jy ! Total flux subtracted in 200 components = 0.00157096 Jy ! Clean residual min=-0.002522 max=0.002026 Jy/beam ! Clean residual mean=-0.000018 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.122231 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.000268945 Jy ! Component: 100 - total flux cleaned = 0.000510485 Jy ! Component: 150 - total flux cleaned = 0.000648825 Jy ! Component: 200 - total flux cleaned = 0.000776747 Jy ! Total flux subtracted in 200 components = 0.000776747 Jy ! Clean residual min=-0.002411 max=0.001958 Jy/beam ! Clean residual mean=-0.000018 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.123007 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 105 components and 0.123007 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.665 mas, bmaj=15.53 mas, bpa=-17.42 degrees ! Estimated noise=1.3498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000273424 Jy ! Component: 100 - total flux cleaned = -0.000152672 Jy ! Component: 150 - total flux cleaned = -0.000154312 Jy ! Component: 200 - total flux cleaned = -4.65629e-05 Jy ! Total flux subtracted in 200 components = -4.65629e-05 Jy ! Clean residual min=-0.002140 max=0.002494 Jy/beam ! Clean residual mean=-0.000011 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.122961 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 129 components and 0.122961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073171Jy sigma=0.464255 ! Fit after self-cal, rms=0.073165Jy sigma=0.464199 wmodel J2303-1002_S_map.mod ! Writing 129 model components to file: J2303-1002_S_map.mod wobs J2303-1002_S_uvs.fits ! Writing UV FITS file: J2303-1002_S_uvs.fits wwins J2303-1002_S_map.win ! wwins: Wrote 2 windows to J2303-1002_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.00087283 Jy ! Component: 100 - total flux cleaned = 0.0014528 Jy ! Component: 150 - total flux cleaned = 0.00170587 Jy ! Component: 200 - total flux cleaned = 0.00194512 Jy ! Component: 250 - total flux cleaned = 0.00210789 Jy ! Component: 300 - total flux cleaned = 0.00217112 Jy ! Component: 350 - total flux cleaned = 0.0021698 Jy ! Component: 400 - total flux cleaned = 0.00211075 Jy ! Component: 450 - total flux cleaned = 0.00205412 Jy ! Component: 500 - total flux cleaned = 0.00199963 Jy ! Component: 550 - total flux cleaned = 0.00200007 Jy ! Component: 600 - total flux cleaned = 0.00200038 Jy ! Component: 650 - total flux cleaned = 0.00202562 Jy ! Component: 700 - total flux cleaned = 0.00202571 Jy ! Component: 750 - total flux cleaned = 0.0020256 Jy ! Component: 800 - total flux cleaned = 0.00197924 Jy ! Component: 850 - total flux cleaned = 0.00188826 Jy ! Component: 900 - total flux cleaned = 0.00184387 Jy ! Component: 950 - total flux cleaned = 0.00175674 Jy ! Component: 1000 - total flux cleaned = 0.00167149 Jy ! Component: 1050 - total flux cleaned = 0.00162953 Jy ! Component: 1100 - total flux cleaned = 0.00158779 Jy ! Component: 1150 - total flux cleaned = 0.00156746 Jy ! Component: 1200 - total flux cleaned = 0.00152813 Jy ! Component: 1250 - total flux cleaned = 0.00148937 Jy ! Component: 1300 - total flux cleaned = 0.00150881 Jy ! Component: 1350 - total flux cleaned = 0.0014894 Jy ! Component: 1400 - total flux cleaned = 0.0014149 Jy ! Component: 1450 - total flux cleaned = 0.0013784 Jy ! Component: 1500 - total flux cleaned = 0.00136049 Jy ! Component: 1550 - total flux cleaned = 0.00132468 Jy ! Component: 1600 - total flux cleaned = 0.00125373 Jy ! Component: 1650 - total flux cleaned = 0.00123602 Jy ! Component: 1700 - total flux cleaned = 0.00111517 Jy ! Component: 1750 - total flux cleaned = 0.00109824 Jy ! Component: 1800 - total flux cleaned = 0.00104757 Jy ! Component: 1850 - total flux cleaned = 0.000964285 Jy ! Component: 1900 - total flux cleaned = 0.000898659 Jy ! Component: 1950 - total flux cleaned = 0.000833561 Jy ! Component: 2000 - total flux cleaned = 0.000752999 Jy ! Component: 2050 - total flux cleaned = 0.000689347 Jy ! Component: 2100 - total flux cleaned = 0.000610519 Jy ! Component: 2150 - total flux cleaned = 0.000563482 Jy ! Component: 2200 - total flux cleaned = 0.000454842 Jy ! Component: 2250 - total flux cleaned = 0.000362855 Jy ! Component: 2300 - total flux cleaned = 0.000271707 Jy ! Component: 2350 - total flux cleaned = 0.000151669 Jy ! Component: 2400 - total flux cleaned = 9.22047e-05 Jy ! Component: 2450 - total flux cleaned = -4.07672e-05 Jy ! Component: 2500 - total flux cleaned = -9.90923e-05 Jy ! Component: 2550 - total flux cleaned = -0.000200584 Jy ! Component: 2600 - total flux cleaned = -0.000229192 Jy ! Component: 2650 - total flux cleaned = -0.000357405 Jy ! Component: 2700 - total flux cleaned = -0.000399747 Jy ! Component: 2750 - total flux cleaned = -0.000455697 Jy ! Component: 2800 - total flux cleaned = -0.000525173 Jy ! Component: 2850 - total flux cleaned = -0.000607778 Jy ! Component: 2900 - total flux cleaned = -0.000621499 Jy ! Component: 2950 - total flux cleaned = -0.000703021 Jy ! Component: 3000 - total flux cleaned = -0.000823942 Jy ! Component: 3050 - total flux cleaned = -0.000863898 Jy ! Component: 3100 - total flux cleaned = -0.000969863 Jy ! Component: 3150 - total flux cleaned = -0.00106173 Jy ! Component: 3200 - total flux cleaned = -0.00111387 Jy ! Component: 3250 - total flux cleaned = -0.00117863 Jy ! Component: 3300 - total flux cleaned = -0.00120438 Jy ! Component: 3350 - total flux cleaned = -0.0012811 Jy ! Component: 3400 - total flux cleaned = -0.00139528 Jy ! Component: 3450 - total flux cleaned = -0.00142036 Jy ! Component: 3500 - total flux cleaned = -0.00143281 Jy ! Component: 3550 - total flux cleaned = -0.00149495 Jy ! Component: 3600 - total flux cleaned = -0.00153187 Jy ! Component: 3650 - total flux cleaned = -0.00156872 Jy ! Component: 3700 - total flux cleaned = -0.00164186 Jy ! Component: 3750 - total flux cleaned = -0.00166599 Jy ! Component: 3800 - total flux cleaned = -0.00170217 Jy ! Component: 3850 - total flux cleaned = -0.00176195 Jy ! Component: 3900 - total flux cleaned = -0.00176201 Jy ! Component: 3950 - total flux cleaned = -0.00177373 Jy ! Component: 4000 - total flux cleaned = -0.00178545 Jy ! Component: 4050 - total flux cleaned = -0.0017971 Jy ! Total flux subtracted in 4096 components = -0.0018437 Jy ! Clean residual min=-0.000671 max=0.000687 Jy/beam ! Clean residual mean=-0.000000 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.121117 Jy keep ! Adding 255 model components to the UV plane model. ! The established model now contains 384 components and 0.121117 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2303-1002_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.665 x 15.53 at -17.42 degrees (North through East) ! Clean map min=-0.0019335 max=0.10697 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2303-1002_S_map.fits wmodel /image_prod/ug002_uva//J2303-1002_S_map.mod ! Writing 384 model components to file: /image_prod/ug002_uva//J2303-1002_S_map.mod wobs /image_prod/ug002_uva//J2303-1002_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2303-1002_S_uvs.fits wwins /image_prod/ug002_uva//J2303-1002_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J2303-1002_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.106972 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000210799 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.591179 0.591179 1.18236 2.36472 4.72943 9.45887 18.9177 37.8355 75.6709 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.106 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 507.46 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2303-1002_S_dfm.log closed on Thu Mar 5 06:04:25 2020