! Started logfile: /image_prod/ug002_uvm//J1408+6505_S_a_dfm.log on Wed Mar 4 17:17:02 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_uvm//J1408+6505_S_a_uvm.fits ! Reading UV FITS file: /image_prod/ug002_uvm//J1408+6505_S_a_uvm.fits ! AN table 1: 100 integrations on 45 of 45 possible baselines. ! AN table 2: 60 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.730906 visibilities/baseline/integration-bin. ! Found source: J1408+6505 ! ! 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 13551 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 J1408+6505_S_a] 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 126 telescope corrections were flagged in sub-array 1. ! A total of 100 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 126 telescope corrections were flagged in sub-array 1. ! A total of 100 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 126 telescope corrections were flagged in sub-array 1. ! A total of 100 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.000941Jy sigma=8.396310 ! Fit after self-cal, rms=0.965011Jy sigma=8.107473 ! 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.367 mas, bmaj=4.653 mas, bpa=6.249 degrees ! Estimated noise=1.24778 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.0285972 Jy ! Component: 100 - total flux cleaned = 0.0348829 Jy ! Total flux subtracted in 100 components = 0.0348829 Jy ! Clean residual min=-0.002404 max=0.002365 Jy/beam ! Clean residual mean=-0.000003 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.0348829 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0348829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061266Jy sigma=0.449614 ! Fit after self-cal, rms=0.059844Jy sigma=0.436096 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00344732 Jy ! Component: 100 - total flux cleaned = 0.00340763 Jy ! Total flux subtracted in 100 components = 0.00340763 Jy ! Clean residual min=-0.002381 max=0.002457 Jy/beam ! Clean residual mean=-0.000003 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.0382905 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 6 components and 0.0382905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059666Jy sigma=0.435327 ! Fit after self-cal, rms=0.059634Jy sigma=0.435073 ! 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=4.275 mas, bmaj=5.834 mas, bpa=9.268 degrees ! Estimated noise=0.739259 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.00082372 Jy ! Component: 100 - total flux cleaned = -0.000918693 Jy ! Component: 150 - total flux cleaned = -0.000949632 Jy ! Component: 200 - total flux cleaned = -0.000949521 Jy ! Total flux subtracted in 200 components = -0.000949521 Jy ! Clean residual min=-0.002142 max=0.001837 Jy/beam ! Clean residual mean=-0.000005 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.037341 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.037341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059613Jy sigma=0.434969 ! Fit after self-cal, rms=0.059597Jy sigma=0.434954 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.275 x 5.834 at 9.268 degrees (North through East) ! Clean map min=-0.002087 max=0.038678 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 HN 1.14 KP 1.03 ! LA 1.03 MK 0.95 NL 0.99 OV 0.97 ! PT 1.00 SC 0.92 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.12 FD 1.00 HN 1.07 KP 1.00 ! NL 0.91 OV 0.95 PT 1.03 SC 0.84 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.96 HN 1.06 KP 1.11 ! LA 0.99 MK 1.00 NL 0.78 OV 0.96 ! PT 1.16 SC 0.81 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.07 FD 1.01 HN 1.01 KP 1.04 ! NL 0.83 OV 0.99 PT 1.10 SC 0.45 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.98 HN 1.11 KP 1.03 ! LA 1.07 MK 1.05 NL 0.77 OV 0.91 ! PT 1.17 SC 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.11 FD 1.09 HN 1.14 KP 1.05 ! NL 0.78 OV 1.00 PT 1.02 SC 0.99 ! ! ! Fit before self-cal, rms=0.059597Jy sigma=0.434954 ! Fit after self-cal, rms=0.055731Jy sigma=0.432582 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.213 mas, bmaj=5.892 mas, bpa=10.47 degrees ! Estimated noise=0.738469 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.00874e-06 Jy ! Component: 100 - total flux cleaned = 1.13192e-06 Jy ! Component: 150 - total flux cleaned = 1.7131e-05 Jy ! Component: 200 - total flux cleaned = 4.71845e-05 Jy ! Total flux subtracted in 200 components = 4.71845e-05 Jy ! Clean residual min=-0.001835 max=0.001308 Jy/beam ! Clean residual mean=-0.000007 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0373882 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 21 components and 0.0373882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055712Jy sigma=0.432491 ! Fit after self-cal, rms=0.055734Jy sigma=0.431796 ! 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.055734Jy sigma=0.431796 ! Fit after self-cal, rms=0.054584Jy sigma=0.430140 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.226 mas, bmaj=5.782 mas, bpa=10.62 degrees ! Estimated noise=0.733758 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.11044e-05 Jy ! Component: 100 - total flux cleaned = 0.000102423 Jy ! Component: 150 - total flux cleaned = 0.000101497 Jy ! Component: 200 - total flux cleaned = 8.46016e-05 Jy ! Total flux subtracted in 200 components = 8.46016e-05 Jy ! Clean residual min=-0.001498 max=0.001163 Jy/beam ! Clean residual mean=-0.000003 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.0374728 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 25 components and 0.0374728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054580Jy sigma=0.430111 ! Fit after self-cal, rms=0.054639Jy sigma=0.429710 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.000138073 Jy ! Component: 100 - total flux cleaned = -0.000156308 Jy ! Component: 150 - total flux cleaned = -0.000164957 Jy ! Component: 200 - total flux cleaned = -0.000181378 Jy ! Total flux subtracted in 200 components = -0.000181378 Jy ! Clean residual min=-0.001502 max=0.001108 Jy/beam ! Clean residual mean=-0.000003 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.0372914 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 26 components and 0.0372914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054635Jy sigma=0.429691 ! Fit after self-cal, rms=0.054633Jy sigma=0.429684 ! 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.054633Jy sigma=0.429684 ! Fit after self-cal, rms=0.054983Jy sigma=0.429549 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.215 mas, bmaj=5.755 mas, bpa=10.61 degrees ! Estimated noise=0.7322 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.10525e-05 Jy ! Component: 100 - total flux cleaned = 7.22413e-05 Jy ! Component: 150 - total flux cleaned = 5.63199e-05 Jy ! Component: 200 - total flux cleaned = 4.17923e-05 Jy ! Total flux subtracted in 200 components = 4.17923e-05 Jy ! Clean residual min=-0.001441 max=0.001084 Jy/beam ! Clean residual mean=-0.000002 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 0.0373332 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 26 components and 0.0373332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054981Jy sigma=0.429531 ! Fit after self-cal, rms=0.055019Jy sigma=0.429498 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.28622e-05 Jy ! Component: 100 - total flux cleaned = -6.83466e-05 Jy ! Component: 150 - total flux cleaned = -8.26233e-05 Jy ! Component: 200 - total flux cleaned = -9.60468e-05 Jy ! Total flux subtracted in 200 components = -9.60468e-05 Jy ! Clean residual min=-0.001437 max=0.001069 Jy/beam ! Clean residual mean=-0.000003 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.0372372 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 27 components and 0.0372372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055016Jy sigma=0.429486 ! Fit after self-cal, rms=0.055020Jy sigma=0.429469 ! 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.055020Jy sigma=0.429469 ! Fit after self-cal, rms=0.055047Jy sigma=0.429458 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.437 mas, bmaj=10.03 mas, bpa=21.47 degrees ! Estimated noise=0.872054 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.43901e-05 Jy ! Component: 100 - total flux cleaned = -3.5231e-05 Jy ! Component: 150 - total flux cleaned = -3.48428e-05 Jy ! Component: 200 - total flux cleaned = -3.07726e-05 Jy ! Total flux subtracted in 200 components = -3.07726e-05 Jy ! Clean residual min=-0.001280 max=0.001061 Jy/beam ! Clean residual mean=-0.000004 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.0372064 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.0372064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055048Jy sigma=0.429466 ! Fit after self-cal, rms=0.055061Jy sigma=0.429457 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.6838e-05 Jy ! Component: 100 - total flux cleaned = -4.18192e-05 Jy ! Component: 150 - total flux cleaned = -4.18511e-05 Jy ! Component: 200 - total flux cleaned = -4.51958e-05 Jy ! Total flux subtracted in 200 components = -4.51958e-05 Jy ! Clean residual min=-0.001289 max=0.001057 Jy/beam ! Clean residual mean=-0.000004 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.0371612 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 38 components and 0.0371612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055061Jy sigma=0.429461 ! Fit after self-cal, rms=0.055061Jy sigma=0.429452 ! 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.209 mas, bmaj=5.743 mas, bpa=10.71 degrees ! Estimated noise=0.730989 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.209 x 5.743 at 10.71 degrees (North through East) ! Clean map min=-0.0013996 max=0.038243 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.328 mas, bmaj=4.605 mas, bpa=8.096 degrees ! Estimated noise=1.21316 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0299909 Jy ! Component: 100 - total flux cleaned = 0.0366173 Jy ! Component: 150 - total flux cleaned = 0.0375634 Jy ! Component: 200 - total flux cleaned = 0.0377694 Jy ! Total flux subtracted in 200 components = 0.0377694 Jy ! Clean residual min=-0.001969 max=0.001881 Jy/beam ! Clean residual mean=-0.000002 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.0377694 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 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0377694 Jy ! Inverting map and beam ! Estimated beam: bmin=4.209 mas, bmaj=5.743 mas, bpa=10.71 degrees ! Estimated noise=0.730989 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.000354182 Jy ! Component: 100 - total flux cleaned = -0.000461825 Jy ! Component: 150 - total flux cleaned = -0.000497358 Jy ! Component: 200 - total flux cleaned = -0.000513118 Jy ! Total flux subtracted in 200 components = -0.000513118 Jy ! Clean residual min=-0.001486 max=0.001109 Jy/beam ! Clean residual mean=-0.000003 rms=0.000287 Jy/beam ! Combined flux in latest and established models = 0.0372563 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 15 components and 0.0372563 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=8.437 mas, bmaj=10.03 mas, bpa=21.47 degrees ! Estimated noise=0.872054 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.42783e-05 Jy ! Component: 100 - total flux cleaned = -5.36323e-05 Jy ! Component: 150 - total flux cleaned = -6.62224e-05 Jy ! Component: 200 - total flux cleaned = -7.11904e-05 Jy ! Total flux subtracted in 200 components = -7.11904e-05 Jy ! Clean residual min=-0.001320 max=0.001097 Jy/beam ! Clean residual mean=-0.000004 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.0371851 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 = -8.54811e-06 Jy ! Component: 100 - total flux cleaned = -8.672e-06 Jy ! Component: 150 - total flux cleaned = -1.23254e-05 Jy ! Component: 200 - total flux cleaned = -1.22184e-05 Jy ! Total flux subtracted in 200 components = -1.22184e-05 Jy ! Clean residual min=-0.001311 max=0.001098 Jy/beam ! Clean residual mean=-0.000004 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.0371729 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 33 components and 0.0371729 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.209 mas, bmaj=5.743 mas, bpa=10.71 degrees ! Estimated noise=0.730989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.29828e-05 Jy ! Component: 100 - total flux cleaned = 2.11686e-05 Jy ! Component: 150 - total flux cleaned = -1.40493e-06 Jy ! Component: 200 - total flux cleaned = -2.23497e-05 Jy ! Total flux subtracted in 200 components = -2.23497e-05 Jy ! Clean residual min=-0.001459 max=0.001091 Jy/beam ! Clean residual mean=-0.000003 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 0.0371505 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.0371505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055069Jy sigma=0.429512 ! Fit after self-cal, rms=0.055073Jy sigma=0.429499 wmodel J1408+6505_S_a_map.mod ! Writing 38 model components to file: J1408+6505_S_a_map.mod wobs J1408+6505_S_a_uvs.fits ! Writing UV FITS file: J1408+6505_S_a_uvs.fits wwins J1408+6505_S_a_map.win ! wwins: Wrote 1 windows to J1408+6505_S_a_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.000494735 Jy ! Component: 100 - total flux cleaned = -0.000518037 Jy ! Component: 150 - total flux cleaned = -0.000404992 Jy ! Component: 200 - total flux cleaned = -0.000259364 Jy ! Component: 250 - total flux cleaned = -0.000117877 Jy ! Component: 300 - total flux cleaned = -8.30887e-05 Jy ! Component: 350 - total flux cleaned = 1.72205e-06 Jy ! Component: 400 - total flux cleaned = 3.49539e-05 Jy ! Component: 450 - total flux cleaned = 5.17871e-05 Jy ! Component: 500 - total flux cleaned = 0.000100209 Jy ! Component: 550 - total flux cleaned = 0.000100084 Jy ! Component: 600 - total flux cleaned = 8.47884e-05 Jy ! Component: 650 - total flux cleaned = 9.99989e-05 Jy ! Component: 700 - total flux cleaned = 3.97846e-05 Jy ! Component: 750 - total flux cleaned = -4.62403e-06 Jy ! Component: 800 - total flux cleaned = -1.93806e-05 Jy ! Component: 850 - total flux cleaned = -9.20278e-05 Jy ! Component: 900 - total flux cleaned = -9.21694e-05 Jy ! Component: 950 - total flux cleaned = -0.000205348 Jy ! Component: 1000 - total flux cleaned = -0.000219409 Jy ! Component: 1050 - total flux cleaned = -0.000288475 Jy ! Component: 1100 - total flux cleaned = -0.000315753 Jy ! Component: 1150 - total flux cleaned = -0.000369982 Jy ! Component: 1200 - total flux cleaned = -0.000450113 Jy ! Component: 1250 - total flux cleaned = -0.000450258 Jy ! Component: 1300 - total flux cleaned = -0.000476524 Jy ! Component: 1350 - total flux cleaned = -0.000515197 Jy ! Component: 1400 - total flux cleaned = -0.000502321 Jy ! Component: 1450 - total flux cleaned = -0.000502475 Jy ! Component: 1500 - total flux cleaned = -0.000565593 Jy ! Component: 1550 - total flux cleaned = -0.000565322 Jy ! Component: 1600 - total flux cleaned = -0.000590144 Jy ! Component: 1650 - total flux cleaned = -0.000626942 Jy ! Component: 1700 - total flux cleaned = -0.000687517 Jy ! Component: 1750 - total flux cleaned = -0.000711598 Jy ! Component: 1800 - total flux cleaned = -0.000723578 Jy ! Component: 1850 - total flux cleaned = -0.00084199 Jy ! Component: 1900 - total flux cleaned = -0.00081852 Jy ! Component: 1950 - total flux cleaned = -0.000900214 Jy ! Component: 2000 - total flux cleaned = -0.000865604 Jy ! Component: 2050 - total flux cleaned = -0.000923044 Jy ! Component: 2100 - total flux cleaned = -0.000991574 Jy ! Component: 2150 - total flux cleaned = -0.00101418 Jy ! Component: 2200 - total flux cleaned = -0.00104761 Jy ! Component: 2250 - total flux cleaned = -0.0010698 Jy ! Component: 2300 - total flux cleaned = -0.00110285 Jy ! Component: 2350 - total flux cleaned = -0.00111369 Jy ! Component: 2400 - total flux cleaned = -0.00117907 Jy ! Component: 2450 - total flux cleaned = -0.00117914 Jy ! Component: 2500 - total flux cleaned = -0.00123287 Jy ! Component: 2550 - total flux cleaned = -0.00125428 Jy ! Component: 2600 - total flux cleaned = -0.00130729 Jy ! Component: 2650 - total flux cleaned = -0.00134931 Jy ! Component: 2700 - total flux cleaned = -0.00134936 Jy ! Component: 2750 - total flux cleaned = -0.00142184 Jy ! Component: 2800 - total flux cleaned = -0.00141139 Jy ! Component: 2850 - total flux cleaned = -0.00148299 Jy ! Component: 2900 - total flux cleaned = -0.00150339 Jy ! Component: 2950 - total flux cleaned = -0.00153368 Jy ! Component: 3000 - total flux cleaned = -0.00153367 Jy ! Component: 3050 - total flux cleaned = -0.00155352 Jy ! Component: 3100 - total flux cleaned = -0.00156352 Jy ! Component: 3150 - total flux cleaned = -0.00164226 Jy ! Component: 3200 - total flux cleaned = -0.00166176 Jy ! Component: 3250 - total flux cleaned = -0.001652 Jy ! Component: 3300 - total flux cleaned = -0.00168106 Jy ! Component: 3350 - total flux cleaned = -0.00169068 Jy ! Component: 3400 - total flux cleaned = -0.00169074 Jy ! Component: 3450 - total flux cleaned = -0.00174771 Jy ! Component: 3500 - total flux cleaned = -0.00174767 Jy ! Component: 3550 - total flux cleaned = -0.00176632 Jy ! Component: 3600 - total flux cleaned = -0.00179436 Jy ! Component: 3650 - total flux cleaned = -0.00181291 Jy ! Component: 3700 - total flux cleaned = -0.00182214 Jy ! Component: 3750 - total flux cleaned = -0.00182205 Jy ! Component: 3800 - total flux cleaned = -0.00184035 Jy ! Component: 3850 - total flux cleaned = -0.00186756 Jy ! Component: 3900 - total flux cleaned = -0.00188562 Jy ! Component: 3950 - total flux cleaned = -0.00188555 Jy ! Component: 4000 - total flux cleaned = -0.00187658 Jy ! Component: 4050 - total flux cleaned = -0.00186774 Jy ! Total flux subtracted in 4096 components = -0.00194765 Jy ! Clean residual min=-0.000529 max=0.000615 Jy/beam ! Clean residual mean=-0.000002 rms=0.000163 Jy/beam ! Combined flux in latest and established models = 0.0352029 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 332 components and 0.0352029 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uvm//J1408+6505_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.209 x 5.743 at 10.71 degrees (North through East) ! Clean map min=-0.0011793 max=0.038193 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uvm//J1408+6505_S_a_map.fits wmodel /image_prod/ug002_uvm//J1408+6505_S_a_map.mod ! Writing 332 model components to file: /image_prod/ug002_uvm//J1408+6505_S_a_map.mod wobs /image_prod/ug002_uvm//J1408+6505_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uvm//J1408+6505_S_a_uvs.fits wwins /image_prod/ug002_uvm//J1408+6505_S_a_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uvm//J1408+6505_S_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.038193 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000162252 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.27446 1.27446 2.54892 5.09785 10.1957 20.3914 40.7828 81.5656 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.038 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 235.393 quit ! Quitting program ! Log file /image_prod/ug002_uvm//J1408+6505_S_a_dfm.log closed on Wed Mar 4 17:17:06 2020