! Started logfile: /image_prod/ug002_uva//J2311+1008_S_b_dfm.log on Thu Mar 5 06:07:36 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//J2311+1008_S_b_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2311+1008_S_b_uva.fits ! AN table 1: 65 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.73547 visibilities/baseline/integration-bin. ! Found source: J2311+1008 ! ! 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 5163 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 J2311+1008_S_b] 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 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.007026Jy sigma=9.141388 ! Fit after self-cal, rms=0.946489Jy sigma=8.605629 ! 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=4.197 mas, bmaj=8.693 mas, bpa=3.926 degrees ! Estimated noise=1.54414 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.0430556 Jy ! Component: 100 - total flux cleaned = 0.0528028 Jy ! Total flux subtracted in 100 components = 0.0528028 Jy ! Clean residual min=-0.003927 max=0.003902 Jy/beam ! Clean residual mean=0.000006 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.0528028 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0528028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063062Jy sigma=0.485516 ! Fit after self-cal, rms=0.061612Jy sigma=0.473105 ! 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.894 mas, bmaj=9.916 mas, bpa=1.591 degrees ! Estimated noise=1.12054 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.0045301 Jy ! Component: 100 - total flux cleaned = 0.0049678 Jy ! Component: 150 - total flux cleaned = 0.00502965 Jy ! Component: 200 - total flux cleaned = 0.00502924 Jy ! Total flux subtracted in 200 components = 0.00502924 Jy ! Clean residual min=-0.002713 max=0.002854 Jy/beam ! Clean residual mean=-0.000001 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.0578321 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 23 components and 0.0578321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061224Jy sigma=0.469733 ! Fit after self-cal, rms=0.061197Jy sigma=0.469603 ! 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.894 x 9.916 at 1.591 degrees (North through East) ! Clean map min=-0.0025177 max=0.055587 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.81 FD 1.02 HN 0.99 KP 0.91 ! LA 1.09 NL 0.91 OV 1.06 PT 0.99 ! SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.00 HN 1.04 KP 0.96 ! LA 1.11 NL 0.87 OV 1.06 PT 1.00 ! SC 0.83 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.77 FD 1.01 HN 1.12 KP 0.94 ! LA 1.04 NL 0.94 OV 0.99 PT 1.05 ! SC 1.07 ! ! ! Fit before self-cal, rms=0.061197Jy sigma=0.469603 ! Fit after self-cal, rms=0.057565Jy sigma=0.467001 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.893 mas, bmaj=9.733 mas, bpa=2.697 degrees ! Estimated noise=1.10429 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.000326716 Jy ! Component: 100 - total flux cleaned = 0.000303282 Jy ! Component: 150 - total flux cleaned = 0.000322459 Jy ! Component: 200 - total flux cleaned = 0.000340765 Jy ! Total flux subtracted in 200 components = 0.000340765 Jy ! Clean residual min=-0.002059 max=0.002348 Jy/beam ! Clean residual mean=0.000003 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.0581728 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 34 components and 0.0581728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057548Jy sigma=0.466864 ! Fit after self-cal, rms=0.057546Jy sigma=0.466650 ! 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.057546Jy sigma=0.466650 ! Fit after self-cal, rms=0.058944Jy sigma=0.464462 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.885 mas, bmaj=9.669 mas, bpa=2.885 degrees ! Estimated noise=1.10862 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000472676 Jy ! Component: 100 - total flux cleaned = 0.000490324 Jy ! Component: 150 - total flux cleaned = 0.000524881 Jy ! Component: 200 - total flux cleaned = 0.000573121 Jy ! Total flux subtracted in 200 components = 0.000573121 Jy ! Clean residual min=-0.001777 max=0.001860 Jy/beam ! Clean residual mean=0.000001 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.058746 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.058746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058930Jy sigma=0.464345 ! Fit after self-cal, rms=0.058967Jy sigma=0.464227 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.23697e-05 Jy ! Component: 100 - total flux cleaned = -6.91144e-05 Jy ! Component: 150 - total flux cleaned = -4.0578e-05 Jy ! Component: 200 - total flux cleaned = -1.39883e-06 Jy ! Total flux subtracted in 200 components = -1.39883e-06 Jy ! Clean residual min=-0.001794 max=0.001883 Jy/beam ! Clean residual mean=0.000001 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.0587446 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 41 components and 0.0587446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058958Jy sigma=0.464170 ! Fit after self-cal, rms=0.058958Jy sigma=0.464159 ! 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.058958Jy sigma=0.464159 ! Fit after self-cal, rms=0.059772Jy sigma=0.463867 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.879 mas, bmaj=9.654 mas, bpa=2.882 degrees ! Estimated noise=1.10797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.79249e-05 Jy ! Component: 100 - total flux cleaned = 9.64941e-05 Jy ! Component: 150 - total flux cleaned = 0.000121551 Jy ! Component: 200 - total flux cleaned = 0.000156068 Jy ! Total flux subtracted in 200 components = 0.000156068 Jy ! Clean residual min=-0.001767 max=0.001923 Jy/beam ! Clean residual mean=-0.000001 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.0589006 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.0589006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059764Jy sigma=0.463821 ! Fit after self-cal, rms=0.059783Jy sigma=0.463793 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.44999e-05 Jy ! Component: 100 - total flux cleaned = -3.52379e-05 Jy ! Component: 150 - total flux cleaned = -1.41828e-05 Jy ! Component: 200 - total flux cleaned = 5.66681e-06 Jy ! Total flux subtracted in 200 components = 5.66681e-06 Jy ! Clean residual min=-0.001778 max=0.001911 Jy/beam ! Clean residual mean=-0.000001 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.0589063 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 46 components and 0.0589063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059777Jy sigma=0.463764 ! Fit after self-cal, rms=0.059778Jy sigma=0.463758 ! 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.059778Jy sigma=0.463758 ! Fit after self-cal, rms=0.059745Jy sigma=0.463753 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.096 mas, bmaj=14.6 mas, bpa=-14.61 degrees ! Estimated noise=1.22547 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.92835e-05 Jy ! Component: 100 - total flux cleaned = -6.64116e-05 Jy ! Component: 150 - total flux cleaned = -3.8976e-05 Jy ! Component: 200 - total flux cleaned = -2.52569e-05 Jy ! Total flux subtracted in 200 components = -2.52569e-05 Jy ! Clean residual min=-0.001784 max=0.001978 Jy/beam ! Clean residual mean=-0.000001 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.058881 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 53 components and 0.058881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059743Jy sigma=0.463743 ! Fit after self-cal, rms=0.059741Jy sigma=0.463727 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 = 1.38782e-05 Jy ! Component: 100 - total flux cleaned = 3.25297e-05 Jy ! Component: 150 - total flux cleaned = 2.53709e-05 Jy ! Component: 200 - total flux cleaned = 2.50302e-05 Jy ! Total flux subtracted in 200 components = 2.50302e-05 Jy ! Clean residual min=-0.001777 max=0.001989 Jy/beam ! Clean residual mean=-0.000001 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.0589061 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 56 components and 0.0589061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059740Jy sigma=0.463732 ! Fit after self-cal, rms=0.059740Jy sigma=0.463721 ! 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.875 mas, bmaj=9.648 mas, bpa=2.858 degrees ! Estimated noise=1.10689 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.875 x 9.648 at 2.858 degrees (North through East) ! Clean map min=-0.0017456 max=0.054435 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=4.183 mas, bmaj=8.512 mas, bpa=5.514 degrees ! Estimated noise=1.5194 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0436229 Jy ! Component: 100 - total flux cleaned = 0.0541161 Jy ! Component: 150 - total flux cleaned = 0.0575459 Jy ! Component: 200 - total flux cleaned = 0.0580452 Jy ! Total flux subtracted in 200 components = 0.0580452 Jy ! Clean residual min=-0.002748 max=0.002408 Jy/beam ! Clean residual mean=0.000001 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.0580452 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.0580452 Jy ! Inverting map and beam ! Estimated beam: bmin=4.875 mas, bmaj=9.648 mas, bpa=2.858 degrees ! Estimated noise=1.10689 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.000512979 Jy ! Component: 100 - total flux cleaned = 0.000701265 Jy ! Component: 150 - total flux cleaned = 0.000850446 Jy ! Component: 200 - total flux cleaned = 0.000951349 Jy ! Total flux subtracted in 200 components = 0.000951349 Jy ! Clean residual min=-0.001822 max=0.001826 Jy/beam ! Clean residual mean=-0.000001 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.0589966 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 26 components and 0.0589966 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.096 mas, bmaj=14.6 mas, bpa=-14.61 degrees ! Estimated noise=1.22547 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.55837e-05 Jy ! Component: 100 - total flux cleaned = -3.15156e-05 Jy ! Component: 150 - total flux cleaned = -4.41859e-05 Jy ! Component: 200 - total flux cleaned = -5.49255e-05 Jy ! Total flux subtracted in 200 components = -5.49255e-05 Jy ! Clean residual min=-0.001811 max=0.001958 Jy/beam ! Clean residual mean=-0.000001 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.0589416 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.04391e-05 Jy ! Component: 100 - total flux cleaned = 2.90317e-05 Jy ! Component: 150 - total flux cleaned = 3.74852e-05 Jy ! Component: 200 - total flux cleaned = 4.51618e-05 Jy ! Total flux subtracted in 200 components = 4.51618e-05 Jy ! Clean residual min=-0.001806 max=0.001979 Jy/beam ! Clean residual mean=-0.000001 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.0589868 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 41 components and 0.0589868 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.875 mas, bmaj=9.648 mas, bpa=2.858 degrees ! Estimated noise=1.10689 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.63238e-05 Jy ! Component: 100 - total flux cleaned = 3.68671e-05 Jy ! Component: 150 - total flux cleaned = 6.60935e-05 Jy ! Component: 200 - total flux cleaned = 9.33535e-05 Jy ! Total flux subtracted in 200 components = 9.33535e-05 Jy ! Clean residual min=-0.001811 max=0.001813 Jy/beam ! Clean residual mean=-0.000001 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.0590802 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.0590802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059742Jy sigma=0.463822 ! Fit after self-cal, rms=0.059740Jy sigma=0.463790 wmodel J2311+1008_S_b_map.mod ! Writing 48 model components to file: J2311+1008_S_b_map.mod wobs J2311+1008_S_b_uvs.fits ! Writing UV FITS file: J2311+1008_S_b_uvs.fits wwins J2311+1008_S_b_map.win ! wwins: Wrote 1 windows to J2311+1008_S_b_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.000335333 Jy ! Component: 100 - total flux cleaned = 0.000834059 Jy ! Component: 150 - total flux cleaned = 0.00127927 Jy ! Component: 200 - total flux cleaned = 0.00161997 Jy ! Component: 250 - total flux cleaned = 0.00183817 Jy ! Component: 300 - total flux cleaned = 0.00197021 Jy ! Component: 350 - total flux cleaned = 0.00209809 Jy ! Component: 400 - total flux cleaned = 0.00222127 Jy ! Component: 450 - total flux cleaned = 0.00236454 Jy ! Component: 500 - total flux cleaned = 0.00252689 Jy ! Component: 550 - total flux cleaned = 0.00263973 Jy ! Component: 600 - total flux cleaned = 0.00277172 Jy ! Component: 650 - total flux cleaned = 0.00287878 Jy ! Component: 700 - total flux cleaned = 0.00298314 Jy ! Component: 750 - total flux cleaned = 0.00300325 Jy ! Component: 800 - total flux cleaned = 0.00304323 Jy ! Component: 850 - total flux cleaned = 0.00306265 Jy ! Component: 900 - total flux cleaned = 0.00310054 Jy ! Component: 950 - total flux cleaned = 0.00310062 Jy ! Component: 1000 - total flux cleaned = 0.00317426 Jy ! Component: 1050 - total flux cleaned = 0.00321013 Jy ! Component: 1100 - total flux cleaned = 0.0032277 Jy ! Component: 1150 - total flux cleaned = 0.0032968 Jy ! Component: 1200 - total flux cleaned = 0.00329659 Jy ! Component: 1250 - total flux cleaned = 0.00336357 Jy ! Component: 1300 - total flux cleaned = 0.00336402 Jy ! Component: 1350 - total flux cleaned = 0.00349311 Jy ! Component: 1400 - total flux cleaned = 0.00357243 Jy ! Component: 1450 - total flux cleaned = 0.00360382 Jy ! Component: 1500 - total flux cleaned = 0.00372644 Jy ! Component: 1550 - total flux cleaned = 0.003711 Jy ! Component: 1600 - total flux cleaned = 0.00375586 Jy ! Component: 1650 - total flux cleaned = 0.0037851 Jy ! Component: 1700 - total flux cleaned = 0.0037851 Jy ! Component: 1750 - total flux cleaned = 0.00379977 Jy ! Component: 1800 - total flux cleaned = 0.00380007 Jy ! Component: 1850 - total flux cleaned = 0.00384193 Jy ! Component: 1900 - total flux cleaned = 0.00382806 Jy ! Component: 1950 - total flux cleaned = 0.00384173 Jy ! Component: 2000 - total flux cleaned = 0.00386861 Jy ! Component: 2050 - total flux cleaned = 0.00389489 Jy ! Component: 2100 - total flux cleaned = 0.00392081 Jy ! Component: 2150 - total flux cleaned = 0.00393373 Jy ! Component: 2200 - total flux cleaned = 0.00397192 Jy ! Component: 2250 - total flux cleaned = 0.00397186 Jy ! Component: 2300 - total flux cleaned = 0.00400924 Jy ! Component: 2350 - total flux cleaned = 0.00404608 Jy ! Component: 2400 - total flux cleaned = 0.00404601 Jy ! Component: 2450 - total flux cleaned = 0.00404597 Jy ! Component: 2500 - total flux cleaned = 0.00408156 Jy ! Component: 2550 - total flux cleaned = 0.00411681 Jy ! Component: 2600 - total flux cleaned = 0.00412839 Jy ! Component: 2650 - total flux cleaned = 0.00416277 Jy ! Component: 2700 - total flux cleaned = 0.00417415 Jy ! Component: 2750 - total flux cleaned = 0.00415184 Jy ! Component: 2800 - total flux cleaned = 0.00417411 Jy ! Component: 2850 - total flux cleaned = 0.00419607 Jy ! Component: 2900 - total flux cleaned = 0.00417424 Jy ! Component: 2950 - total flux cleaned = 0.00419603 Jy ! Component: 3000 - total flux cleaned = 0.00421756 Jy ! Component: 3050 - total flux cleaned = 0.00427043 Jy ! Component: 3100 - total flux cleaned = 0.0042599 Jy ! Component: 3150 - total flux cleaned = 0.00429094 Jy ! Component: 3200 - total flux cleaned = 0.00432163 Jy ! Component: 3250 - total flux cleaned = 0.00429107 Jy ! Component: 3300 - total flux cleaned = 0.00432139 Jy ! Component: 3350 - total flux cleaned = 0.00435138 Jy ! Component: 3400 - total flux cleaned = 0.00438096 Jy ! Component: 3450 - total flux cleaned = 0.00441035 Jy ! Component: 3500 - total flux cleaned = 0.00444921 Jy ! Component: 3550 - total flux cleaned = 0.00451663 Jy ! Component: 3600 - total flux cleaned = 0.00451652 Jy ! Component: 3650 - total flux cleaned = 0.0045355 Jy ! Component: 3700 - total flux cleaned = 0.00457305 Jy ! Component: 3750 - total flux cleaned = 0.00458241 Jy ! Component: 3800 - total flux cleaned = 0.00461938 Jy ! Component: 3850 - total flux cleaned = 0.00463772 Jy ! Component: 3900 - total flux cleaned = 0.00471062 Jy ! Component: 3950 - total flux cleaned = 0.00471065 Jy ! Component: 4000 - total flux cleaned = 0.00475553 Jy ! Component: 4050 - total flux cleaned = 0.00478223 Jy ! Total flux subtracted in 4096 components = 0.00481753 Jy ! Clean residual min=-0.000542 max=0.000524 Jy/beam ! Clean residual mean=0.000000 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.0638977 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 328 components and 0.0638977 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2311+1008_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.875 x 9.648 at 2.858 degrees (North through East) ! Clean map min=-0.0011247 max=0.053824 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2311+1008_S_b_map.fits wmodel /image_prod/ug002_uva//J2311+1008_S_b_map.mod ! Writing 328 model components to file: /image_prod/ug002_uva//J2311+1008_S_b_map.mod wobs /image_prod/ug002_uva//J2311+1008_S_b_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2311+1008_S_b_uvs.fits wwins /image_prod/ug002_uva//J2311+1008_S_b_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2311+1008_S_b_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0538243 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000166922 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.930369 0.930369 1.86074 3.72148 7.44295 14.8859 29.7718 59.5436 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.053 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 322.452 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2311+1008_S_b_dfm.log closed on Thu Mar 5 06:07:40 2020