! Started logfile: /image_prod/ug002_uva//J1953-2654_S_dfm.log on Thu Mar 5 04:27:04 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//J1953-2654_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1953-2654_S_uva.fits ! AN table 1: 50 integrations on 10 of 10 possible baselines. ! AN table 2: 55 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1953-2654 ! ! 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 3150 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 J1953-2654_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.002263Jy sigma=8.352557 ! Fit after self-cal, rms=0.961990Jy sigma=8.027673 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.572 mas, bmaj=60.44 mas, bpa=15.72 degrees ! Estimated noise=3.29714 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.0323029 Jy ! Component: 100 - total flux cleaned = 0.039115 Jy ! Total flux subtracted in 100 components = 0.039115 Jy ! Clean residual min=-0.003629 max=0.004980 Jy/beam ! Clean residual mean=-0.000013 rms=0.001302 Jy/beam ! Combined flux in latest and established models = 0.039115 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.039115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052285Jy sigma=0.418582 ! Fit after self-cal, rms=0.050720Jy sigma=0.405202 ! 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=5.164 mas, bmaj=56.31 mas, bpa=15.43 degrees ! Estimated noise=1.54269 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.000272189 Jy ! Component: 100 - total flux cleaned = -0.000704218 Jy ! Component: 150 - total flux cleaned = -0.00103929 Jy ! Component: 200 - total flux cleaned = -0.000996957 Jy ! Total flux subtracted in 200 components = -0.000996957 Jy ! Clean residual min=-0.002677 max=0.002028 Jy/beam ! Clean residual mean=-0.000020 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.038118 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 31 components and 0.038118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050576Jy sigma=0.404321 ! Fit after self-cal, rms=0.050526Jy sigma=0.404168 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.164 x 56.31 at 15.43 degrees (North through East) ! Clean map min=-0.002518 max=0.040663 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 LA 1.01 OV 1.01 PT 0.95 ! SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.97 KP 1.00 LA 1.01 OV 0.85 ! PT 1.18 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 LA 0.90 OV 1.10 PT 0.97 ! SC 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.11 KP 1.11 LA 0.87 OV 1.08 ! PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 LA 0.90 OV 0.88 PT 1.14 ! SC 0.87 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.08 KP 0.95 LA 0.95 OV 0.88 ! PT 1.10 ! ! ! Fit before self-cal, rms=0.050526Jy sigma=0.404168 ! Fit after self-cal, rms=0.048949Jy sigma=0.402431 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.999 mas, bmaj=55.69 mas, bpa=15.47 degrees ! Estimated noise=1.51801 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.000537167 Jy ! Component: 100 - total flux cleaned = 0.000442906 Jy ! Component: 150 - total flux cleaned = 0.000416226 Jy ! Component: 200 - total flux cleaned = 0.00056046 Jy ! Total flux subtracted in 200 components = 0.00056046 Jy ! Clean residual min=-0.002287 max=0.001586 Jy/beam ! Clean residual mean=-0.000017 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.0386785 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 59 components and 0.0386785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.048912Jy sigma=0.402195 ! Fit after self-cal, rms=0.048949Jy sigma=0.401517 ! 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.048949Jy sigma=0.401517 ! Fit after self-cal, rms=0.049199Jy sigma=0.401329 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.977 mas, bmaj=55.42 mas, bpa=15.49 degrees ! Estimated noise=1.51373 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.95635e-05 Jy ! Component: 100 - total flux cleaned = 5.31634e-05 Jy ! Component: 150 - total flux cleaned = 7.23002e-05 Jy ! Component: 200 - total flux cleaned = 0.000124366 Jy ! Total flux subtracted in 200 components = 0.000124366 Jy ! Clean residual min=-0.002092 max=0.001501 Jy/beam ! Clean residual mean=-0.000012 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.0388028 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 72 components and 0.0388028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049173Jy sigma=0.401174 ! Fit after self-cal, rms=0.049200Jy sigma=0.400969 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.000169413 Jy ! Component: 100 - total flux cleaned = 0.000210887 Jy ! Component: 150 - total flux cleaned = 0.000293926 Jy ! Component: 200 - total flux cleaned = 0.000384454 Jy ! Total flux subtracted in 200 components = 0.000384454 Jy ! Clean residual min=-0.002036 max=0.001464 Jy/beam ! Clean residual mean=-0.000011 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.0391873 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 98 components and 0.0391873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049185Jy sigma=0.400885 ! Fit after self-cal, rms=0.049183Jy sigma=0.400864 ! 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.049183Jy sigma=0.400864 ! Fit after self-cal, rms=0.049378Jy sigma=0.400830 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.97 mas, bmaj=55.34 mas, bpa=15.51 degrees ! Estimated noise=1.51321 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.51167e-05 Jy ! Component: 100 - total flux cleaned = -5.15638e-05 Jy ! Component: 150 - total flux cleaned = 2.3559e-05 Jy ! Component: 200 - total flux cleaned = 0.000120442 Jy ! Total flux subtracted in 200 components = 0.000120442 Jy ! Clean residual min=-0.001914 max=0.001426 Jy/beam ! Clean residual mean=-0.000009 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0393077 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 109 components and 0.0393077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049366Jy sigma=0.400758 ! Fit after self-cal, rms=0.049389Jy sigma=0.400731 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.8378e-05 Jy ! Component: 100 - total flux cleaned = 0.000123941 Jy ! Component: 150 - total flux cleaned = 0.000205856 Jy ! Component: 200 - total flux cleaned = 0.000268117 Jy ! Total flux subtracted in 200 components = 0.000268117 Jy ! Clean residual min=-0.001902 max=0.001467 Jy/beam ! Clean residual mean=-0.000009 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.0395759 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 124 components and 0.0395759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049380Jy sigma=0.400680 ! Fit after self-cal, rms=0.049380Jy sigma=0.400669 ! 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.049380Jy sigma=0.400669 ! Fit after self-cal, rms=0.049495Jy sigma=0.400659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.22 mas, bmaj=55.57 mas, bpa=11.81 degrees ! Estimated noise=1.62106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.37411e-05 Jy ! Component: 100 - total flux cleaned = 7.95903e-05 Jy ! Component: 150 - total flux cleaned = 7.95911e-05 Jy ! Component: 200 - total flux cleaned = 7.94936e-05 Jy ! Total flux subtracted in 200 components = 7.94936e-05 Jy ! Clean residual min=-0.001873 max=0.001461 Jy/beam ! Clean residual mean=-0.000011 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0396553 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 157 components and 0.0396553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049490Jy sigma=0.400638 ! Fit after self-cal, rms=0.049485Jy sigma=0.400532 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.000130737 Jy ! Component: 100 - total flux cleaned = -0.000120863 Jy ! Component: 150 - total flux cleaned = -0.000101108 Jy ! Component: 200 - total flux cleaned = -9.14031e-05 Jy ! Total flux subtracted in 200 components = -9.14031e-05 Jy ! Clean residual min=-0.001949 max=0.001424 Jy/beam ! Clean residual mean=-0.000012 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.0395639 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 187 components and 0.0395639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049481Jy sigma=0.400508 ! Fit after self-cal, rms=0.049482Jy sigma=0.400505 ! 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=4.964 mas, bmaj=55.31 mas, bpa=15.53 degrees ! Estimated noise=1.51351 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.964 x 55.31 at 15.53 degrees (North through East) ! Clean map min=-0.0022468 max=0.040042 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.47 mas, bmaj=59.91 mas, bpa=15.76 degrees ! Estimated noise=3.15554 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0322687 Jy ! Component: 100 - total flux cleaned = 0.0369259 Jy ! Component: 150 - total flux cleaned = 0.0384278 Jy ! Component: 200 - total flux cleaned = 0.0396437 Jy ! Total flux subtracted in 200 components = 0.0396437 Jy ! Clean residual min=-0.003336 max=0.003009 Jy/beam ! Clean residual mean=-0.000012 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.0396437 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.0396437 Jy ! Inverting map and beam ! Estimated beam: bmin=4.964 mas, bmaj=55.31 mas, bpa=15.53 degrees ! Estimated noise=1.51351 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.00126403 Jy ! Component: 100 - total flux cleaned = -0.00145036 Jy ! Component: 150 - total flux cleaned = -0.00150128 Jy ! Component: 200 - total flux cleaned = -0.00138298 Jy ! Total flux subtracted in 200 components = -0.00138298 Jy ! Clean residual min=-0.002117 max=0.001735 Jy/beam ! Clean residual mean=-0.000013 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.0382607 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 56 components and 0.0382607 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=12.22 mas, bmaj=55.57 mas, bpa=11.81 degrees ! Estimated noise=1.62106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000137809 Jy ! Component: 100 - total flux cleaned = 0.000140605 Jy ! Component: 150 - total flux cleaned = 0.000174482 Jy ! Component: 200 - total flux cleaned = 0.00015928 Jy ! Total flux subtracted in 200 components = 0.00015928 Jy ! Clean residual min=-0.002140 max=0.001538 Jy/beam ! Clean residual mean=-0.000016 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.03842 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.33628e-05 Jy ! Component: 100 - total flux cleaned = 1.16666e-05 Jy ! Component: 150 - total flux cleaned = 2.35275e-05 Jy ! Component: 200 - total flux cleaned = 2.34285e-05 Jy ! Total flux subtracted in 200 components = 2.34285e-05 Jy ! Clean residual min=-0.002109 max=0.001507 Jy/beam ! Clean residual mean=-0.000016 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.0384434 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 129 components and 0.0384434 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.964 mas, bmaj=55.31 mas, bpa=15.53 degrees ! Estimated noise=1.51351 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.06463e-06 Jy ! Component: 100 - total flux cleaned = -5.2686e-05 Jy ! Component: 150 - total flux cleaned = -5.23546e-05 Jy ! Component: 200 - total flux cleaned = -6.66068e-05 Jy ! Total flux subtracted in 200 components = -6.66068e-05 Jy ! Clean residual min=-0.002045 max=0.001478 Jy/beam ! Clean residual mean=-0.000012 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.0383768 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 161 components and 0.0383768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049489Jy sigma=0.400609 ! Fit after self-cal, rms=0.049493Jy sigma=0.400559 wmodel J1953-2654_S_map.mod ! Writing 161 model components to file: J1953-2654_S_map.mod wobs J1953-2654_S_uvs.fits ! Writing UV FITS file: J1953-2654_S_uvs.fits wwins J1953-2654_S_map.win ! wwins: Wrote 1 windows to J1953-2654_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.000616124 Jy ! Component: 100 - total flux cleaned = -0.000808111 Jy ! Component: 150 - total flux cleaned = -0.00101753 Jy ! Component: 200 - total flux cleaned = -0.00111325 Jy ! Component: 250 - total flux cleaned = -0.00113152 Jy ! Component: 300 - total flux cleaned = -0.00114717 Jy ! Component: 350 - total flux cleaned = -0.00113061 Jy ! Component: 400 - total flux cleaned = -0.00112937 Jy ! Component: 450 - total flux cleaned = -0.00122427 Jy ! Component: 500 - total flux cleaned = -0.00131422 Jy ! Component: 550 - total flux cleaned = -0.0013266 Jy ! Component: 600 - total flux cleaned = -0.00134993 Jy ! Component: 650 - total flux cleaned = -0.00141756 Jy ! Component: 700 - total flux cleaned = -0.00153797 Jy ! Component: 750 - total flux cleaned = -0.00165538 Jy ! Component: 800 - total flux cleaned = -0.00179056 Jy ! Component: 850 - total flux cleaned = -0.00193261 Jy ! Component: 900 - total flux cleaned = -0.0020618 Jy ! Component: 950 - total flux cleaned = -0.00220775 Jy ! Component: 1000 - total flux cleaned = -0.0023413 Jy ! Component: 1050 - total flux cleaned = -0.00249147 Jy ! Component: 1100 - total flux cleaned = -0.00260231 Jy ! Component: 1150 - total flux cleaned = -0.00269349 Jy ! Component: 1200 - total flux cleaned = -0.0027744 Jy ! Component: 1250 - total flux cleaned = -0.0028366 Jy ! Component: 1300 - total flux cleaned = -0.00288938 Jy ! Component: 1350 - total flux cleaned = -0.00294171 Jy ! Component: 1400 - total flux cleaned = -0.0030021 Jy ! Component: 1450 - total flux cleaned = -0.00304489 Jy ! Component: 1500 - total flux cleaned = -0.00309585 Jy ! Component: 1550 - total flux cleaned = -0.00309585 Jy ! Component: 1600 - total flux cleaned = -0.00311268 Jy ! Component: 1650 - total flux cleaned = -0.00311268 Jy ! Component: 1700 - total flux cleaned = -0.00312101 Jy ! Component: 1750 - total flux cleaned = -0.00313757 Jy ! Component: 1800 - total flux cleaned = -0.00316228 Jy ! Component: 1850 - total flux cleaned = -0.00318691 Jy ! Component: 1900 - total flux cleaned = -0.00320332 Jy ! Component: 1950 - total flux cleaned = -0.00322793 Jy ! Component: 2000 - total flux cleaned = -0.00322799 Jy ! Component: 2050 - total flux cleaned = -0.003269 Jy ! Component: 2100 - total flux cleaned = -0.00329358 Jy ! Component: 2150 - total flux cleaned = -0.00330179 Jy ! Component: 2200 - total flux cleaned = -0.00331819 Jy ! Component: 2250 - total flux cleaned = -0.00335114 Jy ! Component: 2300 - total flux cleaned = -0.00333463 Jy ! Component: 2350 - total flux cleaned = -0.00337608 Jy ! Component: 2400 - total flux cleaned = -0.00340097 Jy ! Component: 2450 - total flux cleaned = -0.00343434 Jy ! Component: 2500 - total flux cleaned = -0.0034511 Jy ! Component: 2550 - total flux cleaned = -0.00345953 Jy ! Component: 2600 - total flux cleaned = -0.00348497 Jy ! Component: 2650 - total flux cleaned = -0.00349344 Jy ! Component: 2700 - total flux cleaned = -0.0034934 Jy ! Component: 2750 - total flux cleaned = -0.00350209 Jy ! Component: 2800 - total flux cleaned = -0.00351086 Jy ! Component: 2850 - total flux cleaned = -0.00352848 Jy ! Component: 2900 - total flux cleaned = -0.00353732 Jy ! Component: 2950 - total flux cleaned = -0.00356424 Jy ! Component: 3000 - total flux cleaned = -0.00357331 Jy ! Component: 3050 - total flux cleaned = -0.00358243 Jy ! Component: 3100 - total flux cleaned = -0.00358246 Jy ! Component: 3150 - total flux cleaned = -0.00358239 Jy ! Component: 3200 - total flux cleaned = -0.0035728 Jy ! Component: 3250 - total flux cleaned = -0.00357291 Jy ! Component: 3300 - total flux cleaned = -0.0035632 Jy ! Component: 3350 - total flux cleaned = -0.00355337 Jy ! Component: 3400 - total flux cleaned = -0.00354322 Jy ! Component: 3450 - total flux cleaned = -0.00353301 Jy ! Component: 3500 - total flux cleaned = -0.00351219 Jy ! Component: 3550 - total flux cleaned = -0.00351216 Jy ! Component: 3600 - total flux cleaned = -0.00349088 Jy ! Component: 3650 - total flux cleaned = -0.0034801 Jy ! Component: 3700 - total flux cleaned = -0.00341417 Jy ! Component: 3750 - total flux cleaned = -0.00336928 Jy ! Component: 3800 - total flux cleaned = -0.00332378 Jy ! Component: 3850 - total flux cleaned = -0.00325453 Jy ! Component: 3900 - total flux cleaned = -0.00320747 Jy ! Component: 3950 - total flux cleaned = -0.00314795 Jy ! Component: 4000 - total flux cleaned = -0.0030872 Jy ! Component: 4050 - total flux cleaned = -0.00301289 Jy ! Total flux subtracted in 4096 components = -0.00296249 Jy ! Clean residual min=-0.000698 max=0.000683 Jy/beam ! Clean residual mean=-0.000004 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.0354143 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 418 components and 0.0354143 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1953-2654_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.964 x 55.31 at 15.53 degrees (North through East) ! Clean map min=-0.0023706 max=0.039051 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1953-2654_S_map.fits wmodel /image_prod/ug002_uva//J1953-2654_S_map.mod ! Writing 418 model components to file: /image_prod/ug002_uva//J1953-2654_S_map.mod wobs /image_prod/ug002_uva//J1953-2654_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1953-2654_S_uvs.fits wwins /image_prod/ug002_uva//J1953-2654_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1953-2654_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.039051 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000256815 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.97292 1.97292 3.94583 7.89167 15.7833 31.5667 63.1334 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.039 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 152.059 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1953-2654_S_dfm.log closed on Thu Mar 5 04:27:08 2020