! Started logfile: /image_prod/ug002_uva//J0026-3512_S_dfm.log on Wed Mar 4 18:28: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//J0026-3512_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0026-3512_S_uva.fits ! AN table 1: 60 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.848413 visibilities/baseline/integration-bin. ! Found source: J0026-3512 ! ! 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 3207 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 J0026-3512_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 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005713Jy sigma=6.732955 ! Fit after self-cal, rms=0.944727Jy sigma=6.343613 ! 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.627 mas, bmaj=22.55 mas, bpa=-22.69 degrees ! Estimated noise=2.69428 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.0452456 Jy ! Component: 100 - total flux cleaned = 0.0552182 Jy ! Total flux subtracted in 100 components = 0.0552182 Jy ! Clean residual min=-0.005021 max=0.004925 Jy/beam ! Clean residual mean=-0.000035 rms=0.001385 Jy/beam ! Combined flux in latest and established models = 0.0552182 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0552182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074339Jy sigma=0.464961 ! Fit after self-cal, rms=0.073140Jy sigma=0.457746 ! 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.472 mas, bmaj=25.5 mas, bpa=-22.72 degrees ! Estimated noise=1.90014 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.00267028 Jy ! Component: 100 - total flux cleaned = 0.00228491 Jy ! Component: 150 - total flux cleaned = 0.0019035 Jy ! Component: 200 - total flux cleaned = 0.00158472 Jy ! Total flux subtracted in 200 components = 0.00158472 Jy ! Clean residual min=-0.003046 max=0.002770 Jy/beam ! Clean residual mean=-0.000018 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.056803 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 28 components and 0.056803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072899Jy sigma=0.456311 ! Fit after self-cal, rms=0.072846Jy sigma=0.456255 ! 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.472 x 25.5 at -22.72 degrees (North through East) ! Clean map min=-0.0028705 max=0.059434 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.16 KP 0.97 LA 0.97 MK 1.00 ! NL 1.02 OV 0.98 PT 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.90 LA 1.03 MK 1.05 ! NL 0.87 OV 1.00 PT 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 0.94 LA 1.03 MK 0.95 ! NL 0.93 OV 1.07 PT 0.91 ! ! ! Fit before self-cal, rms=0.072846Jy sigma=0.456255 ! Fit after self-cal, rms=0.071039Jy sigma=0.454781 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.463 mas, bmaj=25.52 mas, bpa=-22.68 degrees ! Estimated noise=1.8702 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 = -4.95704e-05 Jy ! Component: 100 - total flux cleaned = -8.5222e-05 Jy ! Component: 150 - total flux cleaned = -0.000114348 Jy ! Component: 200 - total flux cleaned = -0.0001144 Jy ! Total flux subtracted in 200 components = -0.0001144 Jy ! Clean residual min=-0.002677 max=0.002680 Jy/beam ! Clean residual mean=-0.000021 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.0566886 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 45 components and 0.0566885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071009Jy sigma=0.454593 ! Fit after self-cal, rms=0.071057Jy sigma=0.454354 ! 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.071057Jy sigma=0.454354 ! Fit after self-cal, rms=0.070754Jy sigma=0.454134 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.467 mas, bmaj=25.5 mas, bpa=-22.69 degrees ! Estimated noise=1.86276 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.9878e-05 Jy ! Component: 100 - total flux cleaned = -8.08012e-05 Jy ! Component: 150 - total flux cleaned = -0.000105392 Jy ! Component: 200 - total flux cleaned = -0.000104832 Jy ! Total flux subtracted in 200 components = -0.000104832 Jy ! Clean residual min=-0.002656 max=0.002644 Jy/beam ! Clean residual mean=-0.000020 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.0565837 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 52 components and 0.0565837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070732Jy sigma=0.454012 ! Fit after self-cal, rms=0.070751Jy sigma=0.453980 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.41764e-05 Jy ! Component: 100 - total flux cleaned = 1.36903e-05 Jy ! Component: 150 - total flux cleaned = -8.21455e-06 Jy ! Component: 200 - total flux cleaned = -7.90637e-06 Jy ! Total flux subtracted in 200 components = -7.90637e-06 Jy ! Clean residual min=-0.002606 max=0.002633 Jy/beam ! Clean residual mean=-0.000020 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.0565758 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 55 components and 0.0565758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070736Jy sigma=0.453893 ! Fit after self-cal, rms=0.070739Jy sigma=0.453881 ! 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.070739Jy sigma=0.453881 ! Fit after self-cal, rms=0.070270Jy sigma=0.453701 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.467 mas, bmaj=25.43 mas, bpa=-22.73 degrees ! Estimated noise=1.84925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000258114 Jy ! Component: 100 - total flux cleaned = -0.000281816 Jy ! Component: 150 - total flux cleaned = -0.000281783 Jy ! Component: 200 - total flux cleaned = -0.000263047 Jy ! Total flux subtracted in 200 components = -0.000263047 Jy ! Clean residual min=-0.002504 max=0.002565 Jy/beam ! Clean residual mean=-0.000018 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.0563128 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 63 components and 0.0563128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070250Jy sigma=0.453617 ! Fit after self-cal, rms=0.070264Jy sigma=0.453583 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.35899e-06 Jy ! Component: 100 - total flux cleaned = 4.77058e-05 Jy ! Component: 150 - total flux cleaned = 4.70648e-05 Jy ! Component: 200 - total flux cleaned = 6.19824e-05 Jy ! Total flux subtracted in 200 components = 6.19824e-05 Jy ! Clean residual min=-0.002461 max=0.002556 Jy/beam ! Clean residual mean=-0.000018 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.0563747 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 68 components and 0.0563748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070254Jy sigma=0.453533 ! Fit after self-cal, rms=0.070255Jy sigma=0.453525 ! 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.070255Jy sigma=0.453525 ! Fit after self-cal, rms=0.069848Jy sigma=0.453495 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.989 mas, bmaj=45.82 mas, bpa=-11.72 degrees ! Estimated noise=2.13765 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000157428 Jy ! Component: 100 - total flux cleaned = -5.50413e-05 Jy ! Component: 150 - total flux cleaned = -2.25667e-05 Jy ! Component: 200 - total flux cleaned = -3.59516e-05 Jy ! Total flux subtracted in 200 components = -3.59516e-05 Jy ! Clean residual min=-0.002408 max=0.002620 Jy/beam ! Clean residual mean=-0.000027 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.0563388 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 81 components and 0.0563388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069838Jy sigma=0.453461 ! Fit after self-cal, rms=0.069844Jy sigma=0.453444 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 = -2.2694e-05 Jy ! Component: 100 - total flux cleaned = 4.68897e-05 Jy ! Component: 150 - total flux cleaned = 8.10956e-05 Jy ! Component: 200 - total flux cleaned = 9.11217e-05 Jy ! Total flux subtracted in 200 components = 9.11217e-05 Jy ! Clean residual min=-0.002449 max=0.002575 Jy/beam ! Clean residual mean=-0.000027 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.0564299 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 90 components and 0.0564299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069839Jy sigma=0.453428 ! Fit after self-cal, rms=0.069839Jy sigma=0.453422 ! 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.469 mas, bmaj=25.38 mas, bpa=-22.78 degrees ! Estimated noise=1.83712 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.469 x 25.38 at -22.78 degrees (North through East) ! Clean map min=-0.0052842 max=0.058477 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.625 mas, bmaj=22.45 mas, bpa=-22.79 degrees ! Estimated noise=2.62387 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0449703 Jy ! Component: 100 - total flux cleaned = 0.0549634 Jy ! Component: 150 - total flux cleaned = 0.0550089 Jy ! Component: 200 - total flux cleaned = 0.0548925 Jy ! Total flux subtracted in 200 components = 0.0548925 Jy ! Clean residual min=-0.003987 max=0.004552 Jy/beam ! Clean residual mean=-0.000028 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.0548925 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.0548925 Jy ! Inverting map and beam ! Estimated beam: bmin=3.469 mas, bmaj=25.38 mas, bpa=-22.78 degrees ! Estimated noise=1.83712 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.000257144 Jy ! Component: 100 - total flux cleaned = 0.000191027 Jy ! Component: 150 - total flux cleaned = 0.000615722 Jy ! Component: 200 - total flux cleaned = 0.000822307 Jy ! Total flux subtracted in 200 components = 0.000822307 Jy ! Clean residual min=-0.002785 max=0.002499 Jy/beam ! Clean residual mean=-0.000019 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.0557148 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 38 components and 0.0557148 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=9.989 mas, bmaj=45.82 mas, bpa=-11.72 degrees ! Estimated noise=2.13765 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000449658 Jy ! Component: 100 - total flux cleaned = 0.000656636 Jy ! Component: 150 - total flux cleaned = 0.000770067 Jy ! Component: 200 - total flux cleaned = 0.000818608 Jy ! Total flux subtracted in 200 components = 0.000818608 Jy ! Clean residual min=-0.002504 max=0.002659 Jy/beam ! Clean residual mean=-0.000025 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.0565334 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 = 2.25216e-05 Jy ! Component: 100 - total flux cleaned = 4.41283e-05 Jy ! Component: 150 - total flux cleaned = 6.44963e-05 Jy ! Component: 200 - total flux cleaned = 8.41441e-05 Jy ! Total flux subtracted in 200 components = 8.41441e-05 Jy ! Clean residual min=-0.002465 max=0.002613 Jy/beam ! Clean residual mean=-0.000024 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.0566176 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 57 components and 0.0566175 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.469 mas, bmaj=25.38 mas, bpa=-22.78 degrees ! Estimated noise=1.83712 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000259492 Jy ! Component: 100 - total flux cleaned = -0.000426481 Jy ! Component: 150 - total flux cleaned = -0.000451131 Jy ! Component: 200 - total flux cleaned = -0.000473294 Jy ! Total flux subtracted in 200 components = -0.000473294 Jy ! Clean residual min=-0.002592 max=0.002506 Jy/beam ! Clean residual mean=-0.000018 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.0561443 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 74 components and 0.0561443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069854Jy sigma=0.453541 ! Fit after self-cal, rms=0.069860Jy sigma=0.453507 wmodel J0026-3512_S_map.mod ! Writing 74 model components to file: J0026-3512_S_map.mod wobs J0026-3512_S_uvs.fits ! Writing UV FITS file: J0026-3512_S_uvs.fits wwins J0026-3512_S_map.win ! wwins: Wrote 1 windows to J0026-3512_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 = -1.29477e-06 Jy ! Component: 100 - total flux cleaned = 0.000168233 Jy ! Component: 150 - total flux cleaned = 5.27067e-05 Jy ! Component: 200 - total flux cleaned = -0.000125237 Jy ! Component: 250 - total flux cleaned = -0.000259204 Jy ! Component: 300 - total flux cleaned = -0.000290604 Jy ! Component: 350 - total flux cleaned = -0.000260712 Jy ! Component: 400 - total flux cleaned = -0.000177225 Jy ! Component: 450 - total flux cleaned = -7.06512e-05 Jy ! Component: 500 - total flux cleaned = -1.91061e-05 Jy ! Component: 550 - total flux cleaned = 3.00437e-05 Jy ! Component: 600 - total flux cleaned = 3.01895e-05 Jy ! Component: 650 - total flux cleaned = 5.32508e-05 Jy ! Component: 700 - total flux cleaned = 5.33274e-05 Jy ! Component: 750 - total flux cleaned = 7.47065e-05 Jy ! Component: 800 - total flux cleaned = 7.45699e-05 Jy ! Component: 850 - total flux cleaned = 5.44326e-05 Jy ! Component: 900 - total flux cleaned = -4.38651e-06 Jy ! Component: 950 - total flux cleaned = -8.09537e-05 Jy ! Component: 1000 - total flux cleaned = -8.04835e-05 Jy ! Component: 1050 - total flux cleaned = -9.87874e-05 Jy ! Component: 1100 - total flux cleaned = -0.00015206 Jy ! Component: 1150 - total flux cleaned = -0.000151862 Jy ! Component: 1200 - total flux cleaned = -0.000169318 Jy ! Component: 1250 - total flux cleaned = -0.000202787 Jy ! Component: 1300 - total flux cleaned = -0.000186388 Jy ! Component: 1350 - total flux cleaned = -0.000170586 Jy ! Component: 1400 - total flux cleaned = -0.000202138 Jy ! Component: 1450 - total flux cleaned = -0.000155722 Jy ! Component: 1500 - total flux cleaned = -0.000155873 Jy ! Component: 1550 - total flux cleaned = -9.65006e-05 Jy ! Component: 1600 - total flux cleaned = -9.66231e-05 Jy ! Component: 1650 - total flux cleaned = -0.000110882 Jy ! Component: 1700 - total flux cleaned = -4.00178e-05 Jy ! Component: 1750 - total flux cleaned = -6.8244e-05 Jy ! Component: 1800 - total flux cleaned = -6.83016e-05 Jy ! Component: 1850 - total flux cleaned = -6.83007e-05 Jy ! Component: 1900 - total flux cleaned = -6.84218e-05 Jy ! Component: 1950 - total flux cleaned = -8.17955e-05 Jy ! Component: 2000 - total flux cleaned = -9.4875e-05 Jy ! Component: 2050 - total flux cleaned = -6.86902e-05 Jy ! Component: 2100 - total flux cleaned = -8.1773e-05 Jy ! Component: 2150 - total flux cleaned = -6.89359e-05 Jy ! Component: 2200 - total flux cleaned = -6.89531e-05 Jy ! Component: 2250 - total flux cleaned = -5.63045e-05 Jy ! Component: 2300 - total flux cleaned = -1.86659e-05 Jy ! Component: 2350 - total flux cleaned = -6.31686e-06 Jy ! Component: 2400 - total flux cleaned = 5.8523e-06 Jy ! Component: 2450 - total flux cleaned = 5.73596e-06 Jy ! Component: 2500 - total flux cleaned = 1.79785e-05 Jy ! Component: 2550 - total flux cleaned = 4.22006e-05 Jy ! Component: 2600 - total flux cleaned = 4.21653e-05 Jy ! Component: 2650 - total flux cleaned = 4.21515e-05 Jy ! Component: 2700 - total flux cleaned = 4.21574e-05 Jy ! Component: 2750 - total flux cleaned = 4.22003e-05 Jy ! Component: 2800 - total flux cleaned = 1.87331e-05 Jy ! Component: 2850 - total flux cleaned = 4.21355e-05 Jy ! Component: 2900 - total flux cleaned = 1.88582e-05 Jy ! Component: 2950 - total flux cleaned = 3.03617e-05 Jy ! Component: 3000 - total flux cleaned = -3.88517e-05 Jy ! Component: 3050 - total flux cleaned = -5.02761e-05 Jy ! Component: 3100 - total flux cleaned = -8.45323e-05 Jy ! Component: 3150 - total flux cleaned = -9.58554e-05 Jy ! Component: 3200 - total flux cleaned = -0.000129892 Jy ! Component: 3250 - total flux cleaned = -0.000186337 Jy ! Component: 3300 - total flux cleaned = -0.000197535 Jy ! Component: 3350 - total flux cleaned = -0.000253481 Jy ! Component: 3400 - total flux cleaned = -0.0002869 Jy ! Component: 3450 - total flux cleaned = -0.000320201 Jy ! Component: 3500 - total flux cleaned = -0.000353459 Jy ! Component: 3550 - total flux cleaned = -0.000397621 Jy ! Component: 3600 - total flux cleaned = -0.000441654 Jy ! Component: 3650 - total flux cleaned = -0.000474555 Jy ! Component: 3700 - total flux cleaned = -0.000540171 Jy ! Component: 3750 - total flux cleaned = -0.000605594 Jy ! Component: 3800 - total flux cleaned = -0.000670932 Jy ! Component: 3850 - total flux cleaned = -0.000725225 Jy ! Component: 3900 - total flux cleaned = -0.000779487 Jy ! Component: 3950 - total flux cleaned = -0.00082285 Jy ! Component: 4000 - total flux cleaned = -0.000887741 Jy ! Component: 4050 - total flux cleaned = -0.00095269 Jy ! Total flux subtracted in 4096 components = -0.00100667 Jy ! Clean residual min=-0.000641 max=0.000800 Jy/beam ! Clean residual mean=0.000003 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.0551376 Jy keep ! Adding 242 model components to the UV plane model. ! The established model now contains 316 components and 0.0551376 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0026-3512_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.469 x 25.38 at -22.78 degrees (North through East) ! Clean map min=-0.004547 max=0.05739 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0026-3512_S_map.fits wmodel /image_prod/ug002_uva//J0026-3512_S_map.mod ! Writing 316 model components to file: /image_prod/ug002_uva//J0026-3512_S_map.mod wobs /image_prod/ug002_uva//J0026-3512_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0026-3512_S_uvs.fits wwins /image_prod/ug002_uva//J0026-3512_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0026-3512_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0573896 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000193911 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.01365 1.01365 2.02731 4.05462 8.10924 16.2185 32.437 64.8739 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.057 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 295.958 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0026-3512_S_dfm.log closed on Wed Mar 4 18:28:19 2020