! Started logfile: /image_prod/ug002_uva//J0050-0452_S_dfm.log on Wed Mar 4 18:40:15 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//J0050-0452_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0050-0452_S_uva.fits ! AN table 1: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.861806 visibilities/baseline/integration-bin. ! Found source: J0050-0452 ! ! 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 44 lines of history. ! ! Reading 3723 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 J0050-0452_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 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.049433Jy sigma=7.651959 ! Fit after self-cal, rms=0.776232Jy sigma=5.670026 ! 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.509 mas, bmaj=7.035 mas, bpa=-4.51 degrees ! Estimated noise=1.92829 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.176696 Jy ! Component: 100 - total flux cleaned = 0.215253 Jy ! Total flux subtracted in 100 components = 0.215253 Jy ! Clean residual min=-0.011674 max=0.016712 Jy/beam ! Clean residual mean=-0.000003 rms=0.003370 Jy/beam ! Combined flux in latest and established models = 0.215253 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.215253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107666Jy sigma=0.600411 ! Fit after self-cal, rms=0.107610Jy sigma=0.600110 ! 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=2.914 mas, bmaj=7.59 mas, bpa=-3.907 degrees ! Estimated noise=1.6557 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.0115919 Jy ! Component: 100 - total flux cleaned = 0.0159622 Jy ! Component: 150 - total flux cleaned = 0.0167121 Jy ! Component: 200 - total flux cleaned = 0.017 Jy ! Total flux subtracted in 200 components = 0.017 Jy ! Clean residual min=-0.012472 max=0.015694 Jy/beam ! Clean residual mean=-0.000007 rms=0.003197 Jy/beam ! Combined flux in latest and established models = 0.232253 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.232253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106095Jy sigma=0.587522 ! Fit after self-cal, rms=0.106054Jy sigma=0.587389 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.914 x 7.59 at -3.907 degrees (North through East) ! Clean map min=-0.012085 max=0.22811 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.95 HN 1.01 KP 0.98 ! LA 0.96 MK 0.99 NL 1.01 OV 0.88 ! SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 0.97 HN 1.00 KP 1.03 ! LA 1.01 MK 1.00 NL 0.93 OV 0.93 ! SC 0.90 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 0.98 HN 0.99 KP 1.05 ! LA 0.94 MK 1.00 NL 0.94 OV 1.50 ! SC 1.00 ! ! ! Fit before self-cal, rms=0.106054Jy sigma=0.587389 ! Fit after self-cal, rms=0.132990Jy sigma=0.554227 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.899 mas, bmaj=7.621 mas, bpa=-3.85 degrees ! Estimated noise=1.6592 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.00105855 Jy ! Component: 100 - total flux cleaned = 0.00127389 Jy ! Component: 150 - total flux cleaned = 0.00127529 Jy ! Component: 200 - total flux cleaned = 0.00119687 Jy ! Total flux subtracted in 200 components = 0.00119687 Jy ! Clean residual min=-0.011341 max=0.012703 Jy/beam ! Clean residual mean=-0.000011 rms=0.002898 Jy/beam ! Combined flux in latest and established models = 0.23345 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 31 components and 0.23345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.132622Jy sigma=0.552969 ! Fit after self-cal, rms=0.132745Jy sigma=0.552715 ! 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.132745Jy sigma=0.552715 ! Fit after self-cal, rms=0.099551Jy sigma=0.480815 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.892 mas, bmaj=7.582 mas, bpa=-3.809 degrees ! Estimated noise=1.6669 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00252618 Jy ! Component: 100 - total flux cleaned = 0.0027266 Jy ! Component: 150 - total flux cleaned = 0.00261687 Jy ! Component: 200 - total flux cleaned = 0.00251495 Jy ! Total flux subtracted in 200 components = 0.00251495 Jy ! Clean residual min=-0.003130 max=0.003814 Jy/beam ! Clean residual mean=-0.000001 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.235965 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.235965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099454Jy sigma=0.479848 ! Fit after self-cal, rms=0.099688Jy sigma=0.479541 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 (33, -57.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00289608 Jy ! Component: 100 - total flux cleaned = 0.00289959 Jy ! Component: 150 - total flux cleaned = 0.00276396 Jy ! Component: 200 - total flux cleaned = 0.00270833 Jy ! Total flux subtracted in 200 components = 0.00270833 Jy ! Clean residual min=-0.003118 max=0.003005 Jy/beam ! Clean residual mean=-0.000001 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.238673 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.238673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099472Jy sigma=0.478346 ! Fit after self-cal, rms=0.099480Jy sigma=0.478264 ! 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.099480Jy sigma=0.478264 ! Fit after self-cal, rms=0.098953Jy sigma=0.476401 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.889 mas, bmaj=7.558 mas, bpa=-3.725 degrees ! Estimated noise=1.66243 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000308568 Jy ! Component: 100 - total flux cleaned = 0.00063783 Jy ! Component: 150 - total flux cleaned = 0.000863483 Jy ! Component: 200 - total flux cleaned = 0.000782686 Jy ! Total flux subtracted in 200 components = 0.000782686 Jy ! Clean residual min=-0.003080 max=0.002655 Jy/beam ! Clean residual mean=-0.000001 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.239456 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 58 components and 0.239456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098885Jy sigma=0.475957 ! Fit after self-cal, rms=0.098885Jy sigma=0.475925 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.00011605 Jy ! Component: 100 - total flux cleaned = 0.000188223 Jy ! Component: 150 - total flux cleaned = 0.00018822 Jy ! Component: 200 - total flux cleaned = 0.000187789 Jy ! Total flux subtracted in 200 components = 0.000187789 Jy ! Clean residual min=-0.003049 max=0.002531 Jy/beam ! Clean residual mean=-0.000001 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.239644 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 67 components and 0.239644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098854Jy sigma=0.475722 ! Fit after self-cal, rms=0.098856Jy sigma=0.475712 ! 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.098856Jy sigma=0.475712 ! Fit after self-cal, rms=0.098750Jy sigma=0.475661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.7 mas, bmaj=12.13 mas, bpa=-2.95 degrees ! Estimated noise=2.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00114696 Jy ! Component: 100 - total flux cleaned = 0.00112226 Jy ! Component: 150 - total flux cleaned = 0.00107172 Jy ! Component: 200 - total flux cleaned = 0.00102741 Jy ! Total flux subtracted in 200 components = 0.00102741 Jy ! Clean residual min=-0.002991 max=0.003054 Jy/beam ! Clean residual mean=-0.000002 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.240671 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 82 components and 0.240671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098753Jy sigma=0.475635 ! Fit after self-cal, rms=0.098740Jy sigma=0.475602 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.04773e-05 Jy ! Component: 100 - total flux cleaned = -5.33458e-05 Jy ! Component: 150 - total flux cleaned = -7.49244e-05 Jy ! Component: 200 - total flux cleaned = -0.000132075 Jy ! Total flux subtracted in 200 components = -0.000132075 Jy ! Clean residual min=-0.002993 max=0.003043 Jy/beam ! Clean residual mean=-0.000002 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.240539 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 89 components and 0.240539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098748Jy sigma=0.475616 ! Fit after self-cal, rms=0.098737Jy sigma=0.475590 ! 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=2.888 mas, bmaj=7.55 mas, bpa=-3.653 degrees ! Estimated noise=1.6615 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.888 x 7.55 at -3.653 degrees (North through East) ! Clean map min=-0.0029237 max=0.22909 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.491 mas, bmaj=7.033 mas, bpa=-4.222 degrees ! Estimated noise=1.92614 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.176388 Jy ! Component: 100 - total flux cleaned = 0.214938 Jy ! Component: 150 - total flux cleaned = 0.227112 Jy ! Component: 200 - total flux cleaned = 0.233602 Jy ! Total flux subtracted in 200 components = 0.233602 Jy ! Clean residual min=-0.004794 max=0.005902 Jy/beam ! Clean residual mean=-0.000000 rms=0.001089 Jy/beam ! Combined flux in latest and established models = 0.233603 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.233603 Jy ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.55 mas, bpa=-3.653 degrees ! Estimated noise=1.6615 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) ! Added new window around map position (-3, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00462758 Jy ! Component: 100 - total flux cleaned = 0.00628336 Jy ! Component: 150 - total flux cleaned = 0.0072587 Jy ! Component: 200 - total flux cleaned = 0.00787246 Jy ! Total flux subtracted in 200 components = 0.00787246 Jy ! Clean residual min=-0.003173 max=0.002718 Jy/beam ! Clean residual mean=-0.000001 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.241475 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 25 components and 0.241475 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=6.7 mas, bmaj=12.13 mas, bpa=-2.95 degrees ! Estimated noise=2.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000788693 Jy ! Component: 100 - total flux cleaned = 0.000853191 Jy ! Component: 150 - total flux cleaned = 0.000970987 Jy ! Component: 200 - total flux cleaned = 0.00111845 Jy ! Total flux subtracted in 200 components = 0.00111845 Jy ! Clean residual min=-0.003085 max=0.002824 Jy/beam ! Clean residual mean=-0.000002 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.242593 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 = 4.12727e-05 Jy ! Component: 100 - total flux cleaned = 4.03526e-05 Jy ! Component: 150 - total flux cleaned = 3.78712e-06 Jy ! Component: 200 - total flux cleaned = -6.29478e-05 Jy ! Total flux subtracted in 200 components = -6.29478e-05 Jy ! Clean residual min=-0.003033 max=0.002845 Jy/beam ! Clean residual mean=-0.000002 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.24253 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 56 components and 0.24253 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.55 mas, bpa=-3.653 degrees ! Estimated noise=1.6615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.65236e-06 Jy ! Component: 100 - total flux cleaned = 2.90137e-06 Jy ! Component: 150 - total flux cleaned = -4.1159e-05 Jy ! Component: 200 - total flux cleaned = -4.0834e-05 Jy ! Total flux subtracted in 200 components = -4.0834e-05 Jy ! Clean residual min=-0.003002 max=0.002491 Jy/beam ! Clean residual mean=-0.000001 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.24249 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 70 components and 0.24249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098735Jy sigma=0.475548 ! Fit after self-cal, rms=0.098714Jy sigma=0.475473 wmodel J0050-0452_S_map.mod ! Writing 70 model components to file: J0050-0452_S_map.mod wobs J0050-0452_S_uvs.fits ! Writing UV FITS file: J0050-0452_S_uvs.fits wwins J0050-0452_S_map.win ! wwins: Wrote 3 windows to J0050-0452_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.00129977 Jy ! Component: 100 - total flux cleaned = -0.00196008 Jy ! Component: 150 - total flux cleaned = -0.00235643 Jy ! Component: 200 - total flux cleaned = -0.002607 Jy ! Component: 250 - total flux cleaned = -0.00280657 Jy ! Component: 300 - total flux cleaned = -0.00295962 Jy ! Component: 350 - total flux cleaned = -0.00295979 Jy ! Component: 400 - total flux cleaned = -0.00299579 Jy ! Component: 450 - total flux cleaned = -0.00289182 Jy ! Component: 500 - total flux cleaned = -0.00285859 Jy ! Component: 550 - total flux cleaned = -0.00279192 Jy ! Component: 600 - total flux cleaned = -0.00279129 Jy ! Component: 650 - total flux cleaned = -0.00279042 Jy ! Component: 700 - total flux cleaned = -0.00269695 Jy ! Component: 750 - total flux cleaned = -0.00284939 Jy ! Component: 800 - total flux cleaned = -0.00278923 Jy ! Component: 850 - total flux cleaned = -0.00287827 Jy ! Component: 900 - total flux cleaned = -0.00290646 Jy ! Component: 950 - total flux cleaned = -0.00299201 Jy ! Component: 1000 - total flux cleaned = -0.00304698 Jy ! Component: 1050 - total flux cleaned = -0.00301929 Jy ! Component: 1100 - total flux cleaned = -0.0030732 Jy ! Component: 1150 - total flux cleaned = -0.00307322 Jy ! Component: 1200 - total flux cleaned = -0.00309943 Jy ! Component: 1250 - total flux cleaned = -0.0031764 Jy ! Component: 1300 - total flux cleaned = -0.00330282 Jy ! Component: 1350 - total flux cleaned = -0.00325324 Jy ! Component: 1400 - total flux cleaned = -0.00337605 Jy ! Component: 1450 - total flux cleaned = -0.00340034 Jy ! Component: 1500 - total flux cleaned = -0.00354284 Jy ! Component: 1550 - total flux cleaned = -0.00358961 Jy ! Component: 1600 - total flux cleaned = -0.00363597 Jy ! Component: 1650 - total flux cleaned = -0.00379532 Jy ! Component: 1700 - total flux cleaned = -0.00379506 Jy ! Component: 1750 - total flux cleaned = -0.0038615 Jy ! Component: 1800 - total flux cleaned = -0.00399206 Jy ! Component: 1850 - total flux cleaned = -0.00403472 Jy ! Component: 1900 - total flux cleaned = -0.00416246 Jy ! Component: 1950 - total flux cleaned = -0.00430945 Jy ! Component: 2000 - total flux cleaned = -0.00437137 Jy ! Component: 2050 - total flux cleaned = -0.00445362 Jy ! Component: 2100 - total flux cleaned = -0.00445357 Jy ! Component: 2150 - total flux cleaned = -0.00451399 Jy ! Component: 2200 - total flux cleaned = -0.00459323 Jy ! Component: 2250 - total flux cleaned = -0.0046913 Jy ! Component: 2300 - total flux cleaned = -0.00476859 Jy ! Component: 2350 - total flux cleaned = -0.00482555 Jy ! Component: 2400 - total flux cleaned = -0.00488211 Jy ! Component: 2450 - total flux cleaned = -0.00497566 Jy ! Component: 2500 - total flux cleaned = -0.00510526 Jy ! Component: 2550 - total flux cleaned = -0.00514162 Jy ! Component: 2600 - total flux cleaned = -0.00521439 Jy ! Component: 2650 - total flux cleaned = -0.00528647 Jy ! Component: 2700 - total flux cleaned = -0.00537592 Jy ! Component: 2750 - total flux cleaned = -0.00544649 Jy ! Component: 2800 - total flux cleaned = -0.00553392 Jy ! Component: 2850 - total flux cleaned = -0.00556859 Jy ! Component: 2900 - total flux cleaned = -0.00561998 Jy ! Component: 2950 - total flux cleaned = -0.00561978 Jy ! Component: 3000 - total flux cleaned = -0.00565365 Jy ! Component: 3050 - total flux cleaned = -0.00568696 Jy ! Component: 3100 - total flux cleaned = -0.0057033 Jy ! Component: 3150 - total flux cleaned = -0.00570325 Jy ! Component: 3200 - total flux cleaned = -0.00580104 Jy ! Component: 3250 - total flux cleaned = -0.00580094 Jy ! Component: 3300 - total flux cleaned = -0.00581692 Jy ! Component: 3350 - total flux cleaned = -0.00580084 Jy ! Component: 3400 - total flux cleaned = -0.0058483 Jy ! Component: 3450 - total flux cleaned = -0.00578534 Jy ! Component: 3500 - total flux cleaned = -0.00578534 Jy ! Component: 3550 - total flux cleaned = -0.00583181 Jy ! Component: 3600 - total flux cleaned = -0.0057701 Jy ! Component: 3650 - total flux cleaned = -0.00580078 Jy ! Component: 3700 - total flux cleaned = -0.00578544 Jy ! Component: 3750 - total flux cleaned = -0.00577021 Jy ! Component: 3800 - total flux cleaned = -0.00574014 Jy ! Component: 3850 - total flux cleaned = -0.005755 Jy ! Component: 3900 - total flux cleaned = -0.00571057 Jy ! Component: 3950 - total flux cleaned = -0.00568112 Jy ! Component: 4000 - total flux cleaned = -0.00562265 Jy ! Component: 4050 - total flux cleaned = -0.00556455 Jy ! Total flux subtracted in 4096 components = -0.0055502 Jy ! Clean residual min=-0.001216 max=0.000806 Jy/beam ! Clean residual mean=-0.000001 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.236939 Jy keep ! Adding 247 model components to the UV plane model. ! The established model now contains 317 components and 0.236939 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0050-0452_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.888 x 7.55 at -3.653 degrees (North through East) ! Clean map min=-0.0020544 max=0.22809 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0050-0452_S_map.fits wmodel /image_prod/ug002_uva//J0050-0452_S_map.mod ! Writing 317 model components to file: /image_prod/ug002_uva//J0050-0452_S_map.mod wobs /image_prod/ug002_uva//J0050-0452_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0050-0452_S_uvs.fits wwins /image_prod/ug002_uva//J0050-0452_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J0050-0452_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.228085 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000237743 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.312702 0.312702 0.625404 1.25081 2.50162 5.00324 10.0065 20.0129 40.0259 80.0518 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.228 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 959.379 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0050-0452_S_dfm.log closed on Wed Mar 4 18:40:19 2020