! Started logfile: /image_prod/ug002_uva//J2016+3600_S_dfm.log on Thu Mar 5 04:42:11 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//J2016+3600_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2016+3600_S_uva.fits ! AN table 1: 90 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.983598 visibilities/baseline/integration-bin. ! Found source: J2016+3600 ! ! 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 5577 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 J2016+3600_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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005205Jy sigma=9.205323 ! Fit after self-cal, rms=0.946998Jy sigma=8.607348 ! 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=5.453 mas, bmaj=8.811 mas, bpa=-18.8 degrees ! Estimated noise=1.57157 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.0451155 Jy ! Component: 100 - total flux cleaned = 0.0665129 Jy ! Total flux subtracted in 100 components = 0.0665129 Jy ! Clean residual min=-0.007868 max=0.011430 Jy/beam ! Clean residual mean=0.000122 rms=0.002855 Jy/beam ! Combined flux in latest and established models = 0.0665129 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 41 components and 0.0665129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061397Jy sigma=0.549159 ! Fit after self-cal, rms=0.059842Jy sigma=0.537024 ! 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=6.12 mas, bmaj=9.158 mas, bpa=-17.8 degrees ! Estimated noise=1.06033 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.0172532 Jy ! Component: 100 - total flux cleaned = 0.0285432 Jy ! Component: 150 - total flux cleaned = 0.0363363 Jy ! Component: 200 - total flux cleaned = 0.0418021 Jy ! Total flux subtracted in 200 components = 0.0418021 Jy ! Clean residual min=-0.005571 max=0.007256 Jy/beam ! Clean residual mean=0.000112 rms=0.001682 Jy/beam ! Combined flux in latest and established models = 0.108315 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 98 components and 0.108315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054630Jy sigma=0.473202 ! Fit after self-cal, rms=0.054329Jy sigma=0.470921 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.12 x 9.158 at -17.8 degrees (North through East) ! Clean map min=-0.0056644 max=0.054731 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 HN 0.97 KP 1.06 LA 0.88 ! NL 1.17 OV 0.92 PT 0.89 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 HN 0.86 KP 0.98 LA 0.88 ! NL 1.23 OV 0.99 PT 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 HN 0.87 KP 1.04 LA 0.85 ! NL 1.11 OV 0.96 PT 0.91 ! ! ! Fit before self-cal, rms=0.054329Jy sigma=0.470921 ! Fit after self-cal, rms=0.054654Jy sigma=0.461769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.015 mas, bmaj=9.259 mas, bpa=-18.46 degrees ! Estimated noise=1.02699 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.000315973 Jy ! Component: 100 - total flux cleaned = 0.000546929 Jy ! Component: 150 - total flux cleaned = 0.000746742 Jy ! Component: 200 - total flux cleaned = 0.000902596 Jy ! Total flux subtracted in 200 components = 0.000902596 Jy ! Clean residual min=-0.004229 max=0.005506 Jy/beam ! Clean residual mean=0.000102 rms=0.001387 Jy/beam ! Combined flux in latest and established models = 0.109218 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 110 components and 0.109218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054634Jy sigma=0.461331 ! Fit after self-cal, rms=0.054806Jy sigma=0.460844 ! 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.054806Jy sigma=0.460844 ! Fit after self-cal, rms=0.056055Jy sigma=0.442102 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.961 mas, bmaj=9.216 mas, bpa=-20.66 degrees ! Estimated noise=1.01829 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000220098 Jy ! Component: 100 - total flux cleaned = 0.000287476 Jy ! Component: 150 - total flux cleaned = 0.000325617 Jy ! Component: 200 - total flux cleaned = 0.000325385 Jy ! Total flux subtracted in 200 components = 0.000325385 Jy ! Clean residual min=-0.002989 max=0.003184 Jy/beam ! Clean residual mean=0.000016 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.109543 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 122 components and 0.109543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056044Jy sigma=0.441890 ! Fit after self-cal, rms=0.056215Jy sigma=0.441352 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.27433e-05 Jy ! Component: 100 - total flux cleaned = 7.23561e-05 Jy ! Component: 150 - total flux cleaned = 8.56186e-05 Jy ! Component: 200 - total flux cleaned = 9.81025e-05 Jy ! Total flux subtracted in 200 components = 9.81025e-05 Jy ! Clean residual min=-0.002951 max=0.003106 Jy/beam ! Clean residual mean=0.000018 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.109641 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 129 components and 0.109641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056211Jy sigma=0.441261 ! Fit after self-cal, rms=0.056209Jy sigma=0.441252 ! 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.056209Jy sigma=0.441252 ! Fit after self-cal, rms=0.056166Jy sigma=0.441169 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.9 mas, bmaj=9.2 mas, bpa=-21.09 degrees ! Estimated noise=1.00705 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000208951 Jy ! Component: 100 - total flux cleaned = 0.000257809 Jy ! Component: 150 - total flux cleaned = 0.000271684 Jy ! Component: 200 - total flux cleaned = 0.000271648 Jy ! Total flux subtracted in 200 components = 0.000271648 Jy ! Clean residual min=-0.002898 max=0.003111 Jy/beam ! Clean residual mean=0.000015 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.109913 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 130 components and 0.109913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056161Jy sigma=0.441055 ! Fit after self-cal, rms=0.056164Jy sigma=0.441039 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.24162e-05 Jy ! Component: 100 - total flux cleaned = 3.84264e-05 Jy ! Component: 150 - total flux cleaned = 3.82927e-05 Jy ! Component: 200 - total flux cleaned = 4.95082e-05 Jy ! Total flux subtracted in 200 components = 4.95082e-05 Jy ! Clean residual min=-0.002894 max=0.003090 Jy/beam ! Clean residual mean=0.000016 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.109962 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 133 components and 0.109962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056160Jy sigma=0.440978 ! Fit after self-cal, rms=0.056152Jy sigma=0.440970 ! 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.056152Jy sigma=0.440970 ! Fit after self-cal, rms=0.055877Jy sigma=0.440946 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.469 mas, bmaj=10.91 mas, bpa=-26.77 degrees ! Estimated noise=1.08456 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000206642 Jy ! Component: 100 - total flux cleaned = 0.000235833 Jy ! Component: 150 - total flux cleaned = 0.0002728 Jy ! Component: 200 - total flux cleaned = 0.000304055 Jy ! Total flux subtracted in 200 components = 0.000304055 Jy ! Clean residual min=-0.003634 max=0.004050 Jy/beam ! Clean residual mean=0.000025 rms=0.001075 Jy/beam ! Combined flux in latest and established models = 0.110266 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 135 components and 0.110266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055876Jy sigma=0.440902 ! Fit after self-cal, rms=0.055874Jy sigma=0.440892 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.44911e-05 Jy ! Component: 100 - total flux cleaned = 1.46076e-05 Jy ! Component: 150 - total flux cleaned = 2.29831e-05 Jy ! Component: 200 - total flux cleaned = 3.05067e-05 Jy ! Total flux subtracted in 200 components = 3.05067e-05 Jy ! Clean residual min=-0.003628 max=0.004028 Jy/beam ! Clean residual mean=0.000025 rms=0.001073 Jy/beam ! Combined flux in latest and established models = 0.110297 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 137 components and 0.110297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055874Jy sigma=0.440869 ! Fit after self-cal, rms=0.055871Jy sigma=0.440863 ! 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=5.878 mas, bmaj=9.179 mas, bpa=-21.33 degrees ! Estimated noise=1.00107 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.878 x 9.179 at -21.33 degrees (North through East) ! Clean map min=-0.002889 max=0.049891 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=5.217 mas, bmaj=8.743 mas, bpa=-21.3 degrees ! Estimated noise=1.42968 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0433953 Jy ! Component: 100 - total flux cleaned = 0.0645475 Jy ! Component: 150 - total flux cleaned = 0.0780472 Jy ! Component: 200 - total flux cleaned = 0.0871031 Jy ! Total flux subtracted in 200 components = 0.0871031 Jy ! Clean residual min=-0.004228 max=0.004934 Jy/beam ! Clean residual mean=0.000041 rms=0.001302 Jy/beam ! Combined flux in latest and established models = 0.0871031 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 55 model components to the UV plane model. ! The established model now contains 55 components and 0.0871031 Jy ! Inverting map and beam ! Estimated beam: bmin=5.878 mas, bmaj=9.179 mas, bpa=-21.33 degrees ! Estimated noise=1.00107 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.00750198 Jy ! Component: 100 - total flux cleaned = 0.0124201 Jy ! Component: 150 - total flux cleaned = 0.0157638 Jy ! Component: 200 - total flux cleaned = 0.0180546 Jy ! Total flux subtracted in 200 components = 0.0180546 Jy ! Clean residual min=-0.003191 max=0.003001 Jy/beam ! Clean residual mean=0.000020 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.105158 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 84 components and 0.105158 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.469 mas, bmaj=10.91 mas, bpa=-26.77 degrees ! Estimated noise=1.08456 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214491 Jy ! Component: 100 - total flux cleaned = 0.00339455 Jy ! Component: 150 - total flux cleaned = 0.00414598 Jy ! Component: 200 - total flux cleaned = 0.00446195 Jy ! Total flux subtracted in 200 components = 0.00446195 Jy ! Clean residual min=-0.003679 max=0.004054 Jy/beam ! Clean residual mean=0.000026 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.10962 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 = 3.23637e-05 Jy ! Component: 100 - total flux cleaned = 7.7329e-05 Jy ! Component: 150 - total flux cleaned = 0.00010609 Jy ! Component: 200 - total flux cleaned = 0.000133083 Jy ! Total flux subtracted in 200 components = 0.000133083 Jy ! Clean residual min=-0.003678 max=0.004054 Jy/beam ! Clean residual mean=0.000026 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.109753 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 102 components and 0.109753 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.878 mas, bmaj=9.179 mas, bpa=-21.33 degrees ! Estimated noise=1.00107 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000185932 Jy ! Component: 100 - total flux cleaned = -0.000216882 Jy ! Component: 150 - total flux cleaned = -0.000269135 Jy ! Component: 200 - total flux cleaned = -0.000314263 Jy ! Total flux subtracted in 200 components = -0.000314263 Jy ! Clean residual min=-0.003022 max=0.003169 Jy/beam ! Clean residual mean=0.000016 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.109438 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 110 components and 0.109438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055889Jy sigma=0.441279 ! Fit after self-cal, rms=0.055857Jy sigma=0.441031 wmodel J2016+3600_S_map.mod ! Writing 110 model components to file: J2016+3600_S_map.mod wobs J2016+3600_S_uvs.fits ! Writing UV FITS file: J2016+3600_S_uvs.fits wwins J2016+3600_S_map.win ! wwins: Wrote 1 windows to J2016+3600_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.00017639 Jy ! Component: 100 - total flux cleaned = 0.000326669 Jy ! Component: 150 - total flux cleaned = 0.000651934 Jy ! Component: 200 - total flux cleaned = 0.00104821 Jy ! Component: 250 - total flux cleaned = 0.00142252 Jy ! Component: 300 - total flux cleaned = 0.00154089 Jy ! Component: 350 - total flux cleaned = 0.00161626 Jy ! Component: 400 - total flux cleaned = 0.00175996 Jy ! Component: 450 - total flux cleaned = 0.001794 Jy ! Component: 500 - total flux cleaned = 0.00189223 Jy ! Component: 550 - total flux cleaned = 0.00195599 Jy ! Component: 600 - total flux cleaned = 0.00207887 Jy ! Component: 650 - total flux cleaned = 0.00210892 Jy ! Component: 700 - total flux cleaned = 0.0021958 Jy ! Component: 750 - total flux cleaned = 0.00225242 Jy ! Component: 800 - total flux cleaned = 0.00233525 Jy ! Component: 850 - total flux cleaned = 0.00230949 Jy ! Component: 900 - total flux cleaned = 0.00233553 Jy ! Component: 950 - total flux cleaned = 0.00231005 Jy ! Component: 1000 - total flux cleaned = 0.00228501 Jy ! Component: 1050 - total flux cleaned = 0.00226081 Jy ! Component: 1100 - total flux cleaned = 0.00221375 Jy ! Component: 1150 - total flux cleaned = 0.0021908 Jy ! Component: 1200 - total flux cleaned = 0.00214578 Jy ! Component: 1250 - total flux cleaned = 0.00216849 Jy ! Component: 1300 - total flux cleaned = 0.00219062 Jy ! Component: 1350 - total flux cleaned = 0.00221176 Jy ! Component: 1400 - total flux cleaned = 0.00217044 Jy ! Component: 1450 - total flux cleaned = 0.00215031 Jy ! Component: 1500 - total flux cleaned = 0.00217019 Jy ! Component: 1550 - total flux cleaned = 0.00213089 Jy ! Component: 1600 - total flux cleaned = 0.00211196 Jy ! Component: 1650 - total flux cleaned = 0.0021878 Jy ! Component: 1700 - total flux cleaned = 0.00216988 Jy ! Component: 1750 - total flux cleaned = 0.00220687 Jy ! Component: 1800 - total flux cleaned = 0.00227897 Jy ! Component: 1850 - total flux cleaned = 0.00229663 Jy ! Component: 1900 - total flux cleaned = 0.00229718 Jy ! Component: 1950 - total flux cleaned = 0.00236619 Jy ! Component: 2000 - total flux cleaned = 0.00239991 Jy ! Component: 2050 - total flux cleaned = 0.00243316 Jy ! Component: 2100 - total flux cleaned = 0.00248237 Jy ! Component: 2150 - total flux cleaned = 0.00246637 Jy ! Component: 2200 - total flux cleaned = 0.00248253 Jy ! Component: 2250 - total flux cleaned = 0.00246659 Jy ! Component: 2300 - total flux cleaned = 0.00245106 Jy ! Component: 2350 - total flux cleaned = 0.00245101 Jy ! Component: 2400 - total flux cleaned = 0.0024512 Jy ! Component: 2450 - total flux cleaned = 0.00245128 Jy ! Component: 2500 - total flux cleaned = 0.00243648 Jy ! Component: 2550 - total flux cleaned = 0.00245128 Jy ! Component: 2600 - total flux cleaned = 0.0024658 Jy ! Component: 2650 - total flux cleaned = 0.00246581 Jy ! Component: 2700 - total flux cleaned = 0.00246594 Jy ! Component: 2750 - total flux cleaned = 0.0024661 Jy ! Component: 2800 - total flux cleaned = 0.00248014 Jy ! Component: 2850 - total flux cleaned = 0.00248013 Jy ! Component: 2900 - total flux cleaned = 0.00250754 Jy ! Component: 2950 - total flux cleaned = 0.00248032 Jy ! Component: 3000 - total flux cleaned = 0.00252074 Jy ! Component: 3050 - total flux cleaned = 0.00253396 Jy ! Component: 3100 - total flux cleaned = 0.0025471 Jy ! Component: 3150 - total flux cleaned = 0.00256012 Jy ! Component: 3200 - total flux cleaned = 0.00254708 Jy ! Component: 3250 - total flux cleaned = 0.00258601 Jy ! Component: 3300 - total flux cleaned = 0.00261168 Jy ! Component: 3350 - total flux cleaned = 0.00263716 Jy ! Component: 3400 - total flux cleaned = 0.00262446 Jy ! Component: 3450 - total flux cleaned = 0.00263703 Jy ! Component: 3500 - total flux cleaned = 0.00262451 Jy ! Component: 3550 - total flux cleaned = 0.00264942 Jy ! Component: 3600 - total flux cleaned = 0.00266178 Jy ! Component: 3650 - total flux cleaned = 0.00267413 Jy ! Component: 3700 - total flux cleaned = 0.00266177 Jy ! Component: 3750 - total flux cleaned = 0.00266182 Jy ! Component: 3800 - total flux cleaned = 0.00264954 Jy ! Component: 3850 - total flux cleaned = 0.00266172 Jy ! Component: 3900 - total flux cleaned = 0.00264956 Jy ! Component: 3950 - total flux cleaned = 0.00266164 Jy ! Component: 4000 - total flux cleaned = 0.00266163 Jy ! Component: 4050 - total flux cleaned = 0.0026616 Jy ! Total flux subtracted in 4096 components = 0.00266156 Jy ! Clean residual min=-0.000738 max=0.000753 Jy/beam ! Clean residual mean=0.000002 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.1121 Jy keep ! Adding 369 model components to the UV plane model. ! The established model now contains 479 components and 0.1121 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2016+3600_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.878 x 9.179 at -21.33 degrees (North through East) ! Clean map min=-0.0017835 max=0.049779 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2016+3600_S_map.fits wmodel /image_prod/ug002_uva//J2016+3600_S_map.mod ! Writing 479 model components to file: /image_prod/ug002_uva//J2016+3600_S_map.mod wobs /image_prod/ug002_uva//J2016+3600_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2016+3600_S_uvs.fits wwins /image_prod/ug002_uva//J2016+3600_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2016+3600_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0497788 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000196274 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.18288 1.18288 2.36576 4.73152 9.46304 18.9261 37.8522 75.7043 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.049 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 253.618 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2016+3600_S_dfm.log closed on Thu Mar 5 04:42:14 2020