! Started logfile: /image_prod/ug002_uva//J0931-2911_S_dfm.log on Wed Mar 4 23:04:43 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//J0931-2911_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0931-2911_S_uva.fits ! AN table 1: 50 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.757857 visibilities/baseline/integration-bin. ! Found source: J0931-2911 ! ! 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 3183 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 J0931-2911_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 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.993159Jy sigma=6.722218 ! Fit after self-cal, rms=0.913923Jy sigma=6.208520 ! 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.529 mas, bmaj=21.86 mas, bpa=8.649 degrees ! Estimated noise=2.78243 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.0693046 Jy ! Component: 100 - total flux cleaned = 0.0910278 Jy ! Total flux subtracted in 100 components = 0.0910278 Jy ! Clean residual min=-0.006459 max=0.008288 Jy/beam ! Clean residual mean=-0.000006 rms=0.002063 Jy/beam ! Combined flux in latest and established models = 0.0910278 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0910278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074926Jy sigma=0.461122 ! Fit after self-cal, rms=0.074791Jy sigma=0.459426 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.299 mas, bmaj=23.65 mas, bpa=9.055 degrees ! Estimated noise=1.90342 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.00959281 Jy ! Component: 100 - total flux cleaned = 0.01405 Jy ! Component: 150 - total flux cleaned = 0.0163969 Jy ! Component: 200 - total flux cleaned = 0.0169958 Jy ! Total flux subtracted in 200 components = 0.0169958 Jy ! Clean residual min=-0.004448 max=0.004160 Jy/beam ! Clean residual mean=0.000039 rms=0.001344 Jy/beam ! Combined flux in latest and established models = 0.108024 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 84 components and 0.108024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073754Jy sigma=0.450272 ! Fit after self-cal, rms=0.073747Jy sigma=0.450079 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.299 x 23.65 at 9.055 degrees (North through East) ! Clean map min=-0.0045197 max=0.087252 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.95 KP 1.03 LA 1.03 ! NL 0.92 OV 0.83 PT 1.11 SC 1.17 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.28 FD 0.99 KP 1.00 LA 1.02 ! NL 1.15 OV 0.87 PT 1.04 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.93 KP 1.00 LA 1.00 ! NL 0.96 OV 0.84 PT 1.10 SC 0.92 ! ! ! Fit before self-cal, rms=0.073747Jy sigma=0.450079 ! Fit after self-cal, rms=0.075227Jy sigma=0.443111 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.318 mas, bmaj=23.75 mas, bpa=8.751 degrees ! Estimated noise=1.89915 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.000557141 Jy ! Component: 100 - total flux cleaned = -0.00084919 Jy ! Component: 150 - total flux cleaned = -0.0010513 Jy ! Component: 200 - total flux cleaned = -0.00125429 Jy ! Total flux subtracted in 200 components = -0.00125429 Jy ! Clean residual min=-0.002516 max=0.002870 Jy/beam ! Clean residual mean=-0.000016 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.106769 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 94 components and 0.106769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075135Jy sigma=0.442841 ! Fit after self-cal, rms=0.075200Jy sigma=0.442445 ! 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.075200Jy sigma=0.442445 ! Fit after self-cal, rms=0.072401Jy sigma=0.440718 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.213 mas, bmaj=23.77 mas, bpa=8.894 degrees ! Estimated noise=1.87797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000507714 Jy ! Component: 100 - total flux cleaned = -0.000723458 Jy ! Component: 150 - total flux cleaned = -0.000807083 Jy ! Component: 200 - total flux cleaned = -0.000883347 Jy ! Total flux subtracted in 200 components = -0.000883347 Jy ! Clean residual min=-0.002579 max=0.002826 Jy/beam ! Clean residual mean=-0.000017 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.105886 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 100 components and 0.105886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072368Jy sigma=0.440527 ! Fit after self-cal, rms=0.072367Jy sigma=0.440475 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.000128051 Jy ! Component: 100 - total flux cleaned = -0.000172167 Jy ! Component: 150 - total flux cleaned = -0.000231686 Jy ! Component: 200 - total flux cleaned = -0.000286569 Jy ! Total flux subtracted in 200 components = -0.000286569 Jy ! Clean residual min=-0.002681 max=0.002751 Jy/beam ! Clean residual mean=-0.000017 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.105599 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 103 components and 0.105599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072352Jy sigma=0.440393 ! Fit after self-cal, rms=0.072346Jy sigma=0.440385 ! 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.072346Jy sigma=0.440385 ! Fit after self-cal, rms=0.071951Jy sigma=0.440315 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.139 mas, bmaj=23.85 mas, bpa=9.008 degrees ! Estimated noise=1.86444 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000546147 Jy ! Component: 100 - total flux cleaned = -0.0006529 Jy ! Component: 150 - total flux cleaned = -0.000704847 Jy ! Component: 200 - total flux cleaned = -0.000752294 Jy ! Total flux subtracted in 200 components = -0.000752294 Jy ! Clean residual min=-0.002522 max=0.002695 Jy/beam ! Clean residual mean=-0.000017 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.104847 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 109 components and 0.104847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071938Jy sigma=0.440239 ! Fit after self-cal, rms=0.071942Jy sigma=0.440233 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.24118e-05 Jy ! Component: 100 - total flux cleaned = -9.61975e-05 Jy ! Component: 150 - total flux cleaned = -0.000122411 Jy ! Component: 200 - total flux cleaned = -0.000135238 Jy ! Total flux subtracted in 200 components = -0.000135238 Jy ! Clean residual min=-0.002558 max=0.002654 Jy/beam ! Clean residual mean=-0.000017 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.104712 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 117 components and 0.104712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071935Jy sigma=0.440202 ! Fit after self-cal, rms=0.071933Jy sigma=0.440200 ! 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.071933Jy sigma=0.440200 ! Fit after self-cal, rms=0.071953Jy sigma=0.440177 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.64 mas, bmaj=27.81 mas, bpa=2.371 degrees ! Estimated noise=2.01369 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00049021 Jy ! Component: 100 - total flux cleaned = -0.000567487 Jy ! Component: 150 - total flux cleaned = -0.000599138 Jy ! Component: 200 - total flux cleaned = -0.000617226 Jy ! Total flux subtracted in 200 components = -0.000617226 Jy ! Clean residual min=-0.002438 max=0.002319 Jy/beam ! Clean residual mean=-0.000023 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.104095 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 126 components and 0.104095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071950Jy sigma=0.440146 ! Fit after self-cal, rms=0.071960Jy sigma=0.440143 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.46062e-05 Jy ! Component: 100 - total flux cleaned = -5.33072e-05 Jy ! Component: 150 - total flux cleaned = -6.52456e-05 Jy ! Component: 200 - total flux cleaned = -7.58016e-05 Jy ! Total flux subtracted in 200 components = -7.58016e-05 Jy ! Clean residual min=-0.002454 max=0.002311 Jy/beam ! Clean residual mean=-0.000023 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.104019 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 136 components and 0.104019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071960Jy sigma=0.440135 ! Fit after self-cal, rms=0.071960Jy sigma=0.440134 ! 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.097 mas, bmaj=23.94 mas, bpa=9.075 degrees ! Estimated noise=1.85714 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.097 x 23.94 at 9.075 degrees (North through East) ! Clean map min=-0.0024247 max=0.08545 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.377 mas, bmaj=22.17 mas, bpa=8.679 degrees ! Estimated noise=2.66829 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0672813 Jy ! Component: 100 - total flux cleaned = 0.0893973 Jy ! Component: 150 - total flux cleaned = 0.0979046 Jy ! Component: 200 - total flux cleaned = 0.101859 Jy ! Total flux subtracted in 200 components = 0.101859 Jy ! Clean residual min=-0.003411 max=0.003650 Jy/beam ! Clean residual mean=-0.000022 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.101859 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 63 model components to the UV plane model. ! The established model now contains 63 components and 0.101859 Jy ! Inverting map and beam ! Estimated beam: bmin=5.097 mas, bmaj=23.94 mas, bpa=9.075 degrees ! Estimated noise=1.85714 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.00287723 Jy ! Component: 100 - total flux cleaned = 0.00354414 Jy ! Component: 150 - total flux cleaned = 0.00362954 Jy ! Component: 200 - total flux cleaned = 0.00366299 Jy ! Total flux subtracted in 200 components = 0.00366299 Jy ! Clean residual min=-0.002557 max=0.002745 Jy/beam ! Clean residual mean=-0.000013 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.105522 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 80 components and 0.105522 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=10.64 mas, bmaj=27.81 mas, bpa=2.371 degrees ! Estimated noise=2.01369 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.25394e-05 Jy ! Component: 100 - total flux cleaned = -0.000144275 Jy ! Component: 150 - total flux cleaned = -0.000194649 Jy ! Component: 200 - total flux cleaned = -0.000209204 Jy ! Total flux subtracted in 200 components = -0.000209204 Jy ! Clean residual min=-0.002429 max=0.002289 Jy/beam ! Clean residual mean=-0.000018 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.105313 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.7453e-05 Jy ! Component: 100 - total flux cleaned = -8.54053e-05 Jy ! Component: 150 - total flux cleaned = -0.000119375 Jy ! Component: 200 - total flux cleaned = -0.000163035 Jy ! Total flux subtracted in 200 components = -0.000163035 Jy ! Clean residual min=-0.002434 max=0.002265 Jy/beam ! Clean residual mean=-0.000018 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.10515 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 101 components and 0.10515 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.097 mas, bmaj=23.94 mas, bpa=9.075 degrees ! Estimated noise=1.85714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.42547e-05 Jy ! Component: 100 - total flux cleaned = -7.05078e-05 Jy ! Component: 150 - total flux cleaned = -7.13351e-05 Jy ! Component: 200 - total flux cleaned = -7.21585e-05 Jy ! Total flux subtracted in 200 components = -7.21585e-05 Jy ! Clean residual min=-0.002441 max=0.002661 Jy/beam ! Clean residual mean=-0.000014 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.105078 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 113 components and 0.105078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071975Jy sigma=0.440302 ! Fit after self-cal, rms=0.071968Jy sigma=0.440227 wmodel J0931-2911_S_map.mod ! Writing 113 model components to file: J0931-2911_S_map.mod wobs J0931-2911_S_uvs.fits ! Writing UV FITS file: J0931-2911_S_uvs.fits wwins J0931-2911_S_map.win ! wwins: Wrote 1 windows to J0931-2911_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 = 6.18483e-05 Jy ! Component: 100 - total flux cleaned = -0.000179461 Jy ! Component: 150 - total flux cleaned = -0.000215502 Jy ! Component: 200 - total flux cleaned = -0.000249253 Jy ! Component: 250 - total flux cleaned = -0.000281246 Jy ! Component: 300 - total flux cleaned = -0.000125992 Jy ! Component: 350 - total flux cleaned = -3.7243e-05 Jy ! Component: 400 - total flux cleaned = 2.12197e-05 Jy ! Component: 450 - total flux cleaned = 0.00010421 Jy ! Component: 500 - total flux cleaned = 0.000183352 Jy ! Component: 550 - total flux cleaned = 0.000183465 Jy ! Component: 600 - total flux cleaned = 0.000183248 Jy ! Component: 650 - total flux cleaned = 0.000134807 Jy ! Component: 700 - total flux cleaned = 4.17623e-05 Jy ! Component: 750 - total flux cleaned = -3.67322e-06 Jy ! Component: 800 - total flux cleaned = -9.20371e-05 Jy ! Component: 850 - total flux cleaned = -0.000177539 Jy ! Component: 900 - total flux cleaned = -0.00030325 Jy ! Component: 950 - total flux cleaned = -0.000466311 Jy ! Component: 1000 - total flux cleaned = -0.000545779 Jy ! Component: 1050 - total flux cleaned = -0.000584771 Jy ! Component: 1100 - total flux cleaned = -0.000546293 Jy ! Component: 1150 - total flux cleaned = -0.000565032 Jy ! Component: 1200 - total flux cleaned = -0.000583284 Jy ! Component: 1250 - total flux cleaned = -0.000583104 Jy ! Component: 1300 - total flux cleaned = -0.000583117 Jy ! Component: 1350 - total flux cleaned = -0.000600433 Jy ! Component: 1400 - total flux cleaned = -0.000600544 Jy ! Component: 1450 - total flux cleaned = -0.000668122 Jy ! Component: 1500 - total flux cleaned = -0.000751072 Jy ! Component: 1550 - total flux cleaned = -0.000882195 Jy ! Component: 1600 - total flux cleaned = -0.000930798 Jy ! Component: 1650 - total flux cleaned = -0.00105787 Jy ! Component: 1700 - total flux cleaned = -0.00101052 Jy ! Component: 1750 - total flux cleaned = -0.00104157 Jy ! Component: 1800 - total flux cleaned = -0.00105683 Jy ! Component: 1850 - total flux cleaned = -0.00105692 Jy ! Component: 1900 - total flux cleaned = -0.00108712 Jy ! Component: 1950 - total flux cleaned = -0.0010573 Jy ! Component: 2000 - total flux cleaned = -0.00108701 Jy ! Component: 2050 - total flux cleaned = -0.00107237 Jy ! Component: 2100 - total flux cleaned = -0.00104311 Jy ! Component: 2150 - total flux cleaned = -0.00101407 Jy ! Component: 2200 - total flux cleaned = -0.000971001 Jy ! Component: 2250 - total flux cleaned = -0.000956738 Jy ! Component: 2300 - total flux cleaned = -0.000942597 Jy ! Component: 2350 - total flux cleaned = -0.000914419 Jy ! Component: 2400 - total flux cleaned = -0.000872407 Jy ! Component: 2450 - total flux cleaned = -0.000844508 Jy ! Component: 2500 - total flux cleaned = -0.000775594 Jy ! Component: 2550 - total flux cleaned = -0.000720758 Jy ! Component: 2600 - total flux cleaned = -0.00066624 Jy ! Component: 2650 - total flux cleaned = -0.000625427 Jy ! Component: 2700 - total flux cleaned = -0.000571366 Jy ! Component: 2750 - total flux cleaned = -0.00050422 Jy ! Component: 2800 - total flux cleaned = -0.000424285 Jy ! Component: 2850 - total flux cleaned = -0.000384566 Jy ! Component: 2900 - total flux cleaned = -0.000318652 Jy ! Component: 2950 - total flux cleaned = -0.000292329 Jy ! Component: 3000 - total flux cleaned = -0.000240056 Jy ! Component: 3050 - total flux cleaned = -0.000136038 Jy ! Component: 3100 - total flux cleaned = -7.13408e-05 Jy ! Component: 3150 - total flux cleaned = 1.87232e-05 Jy ! Component: 3200 - total flux cleaned = 4.44062e-05 Jy ! Component: 3250 - total flux cleaned = 0.000108313 Jy ! Component: 3300 - total flux cleaned = 0.000184694 Jy ! Component: 3350 - total flux cleaned = 0.000210035 Jy ! Component: 3400 - total flux cleaned = 0.000273254 Jy ! Component: 3450 - total flux cleaned = 0.000323761 Jy ! Component: 3500 - total flux cleaned = 0.000348939 Jy ! Component: 3550 - total flux cleaned = 0.000424306 Jy ! Component: 3600 - total flux cleaned = 0.000436815 Jy ! Component: 3650 - total flux cleaned = 0.000499324 Jy ! Component: 3700 - total flux cleaned = 0.000549262 Jy ! Component: 3750 - total flux cleaned = 0.000586557 Jy ! Component: 3800 - total flux cleaned = 0.000623912 Jy ! Component: 3850 - total flux cleaned = 0.000698407 Jy ! Component: 3900 - total flux cleaned = 0.000723122 Jy ! Component: 3950 - total flux cleaned = 0.000760219 Jy ! Component: 4000 - total flux cleaned = 0.000772576 Jy ! Component: 4050 - total flux cleaned = 0.00079737 Jy ! Total flux subtracted in 4096 components = 0.000859029 Jy ! Clean residual min=-0.000676 max=0.000709 Jy/beam ! Clean residual mean=0.000001 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.105937 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 377 components and 0.105937 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0931-2911_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.097 x 23.94 at 9.075 degrees (North through East) ! Clean map min=-0.002173 max=0.083493 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0931-2911_S_map.fits wmodel /image_prod/ug002_uva//J0931-2911_S_map.mod ! Writing 377 model components to file: /image_prod/ug002_uva//J0931-2911_S_map.mod wobs /image_prod/ug002_uva//J0931-2911_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0931-2911_S_uvs.fits wwins /image_prod/ug002_uva//J0931-2911_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0931-2911_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0834933 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231856 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.833081 0.833081 1.66616 3.33232 6.66465 13.3293 26.6586 53.3172 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.083 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 360.109 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0931-2911_S_dfm.log closed on Wed Mar 4 23:04:47 2020