! Started logfile: /image_prod/ug002_uva//J0706-4122_S_a_dfm.log on Wed Mar 4 21:39:12 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//J0706-4122_S_a_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0706-4122_S_a_uva.fits ! AN table 1: 74 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.993243 visibilities/baseline/integration-bin. ! Found source: J0706-4122 ! ! 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 1323 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 J0706-4122_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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999166Jy sigma=6.346833 ! Fit after self-cal, rms=0.883681Jy sigma=5.592303 ! 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=11.86 mas, bmaj=65.87 mas, bpa=4.928 degrees ! Estimated noise=3.3203 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0920594 Jy ! Component: 100 - total flux cleaned = 0.117638 Jy ! Total flux subtracted in 100 components = 0.117638 Jy ! Clean residual min=-0.011992 max=0.012158 Jy/beam ! Clean residual mean=0.000273 rms=0.004859 Jy/beam ! Combined flux in latest and established models = 0.117638 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 42 components and 0.117638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071852Jy sigma=0.449394 ! Fit after self-cal, rms=0.071815Jy sigma=0.449000 ! 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=12.02 mas, bmaj=67.3 mas, bpa=5.725 degrees ! Estimated noise=3.10155 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.0127491 Jy ! Component: 100 - total flux cleaned = 0.0185871 Jy ! Component: 150 - total flux cleaned = 0.0203076 Jy ! Component: 200 - total flux cleaned = 0.0216156 Jy ! Total flux subtracted in 200 components = 0.0216156 Jy ! Clean residual min=-0.003111 max=0.003103 Jy/beam ! Clean residual mean=0.000110 rms=0.001511 Jy/beam ! Combined flux in latest and established models = 0.139254 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 132 components and 0.139254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067425Jy sigma=0.421841 ! Fit after self-cal, rms=0.067291Jy sigma=0.420799 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.02 x 67.3 at 5.725 degrees (North through East) ! Clean map min=-0.0070094 max=0.12025 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 0.93 LA 1.06 OV 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 KP 0.98 LA 0.96 OV 0.92 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.95 LA 1.01 OV 1.06 ! ! ! Fit before self-cal, rms=0.067291Jy sigma=0.420799 ! Fit after self-cal, rms=0.065675Jy sigma=0.417749 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=12.08 mas, bmaj=67.59 mas, bpa=5.72 degrees ! Estimated noise=3.01871 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.00183633 Jy ! Component: 100 - total flux cleaned = 0.0021957 Jy ! Component: 150 - total flux cleaned = 0.00265447 Jy ! Component: 200 - total flux cleaned = 0.00284588 Jy ! Total flux subtracted in 200 components = 0.00284588 Jy ! Clean residual min=-0.000912 max=0.000933 Jy/beam ! Clean residual mean=0.000021 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.1421 Jy ! Performing phase self-cal ! Adding 91 model components to the UV plane model. ! The established model now contains 223 components and 0.1421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065335Jy sigma=0.415960 ! Fit after self-cal, rms=0.065394Jy sigma=0.415721 ! 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.065394Jy sigma=0.415721 ! Fit after self-cal, rms=0.065202Jy sigma=0.415251 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.08 mas, bmaj=67.64 mas, bpa=5.715 degrees ! Estimated noise=3.01334 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000640707 Jy ! Component: 100 - total flux cleaned = 0.000807107 Jy ! Component: 150 - total flux cleaned = 0.000885482 Jy ! Component: 200 - total flux cleaned = 0.000888429 Jy ! Total flux subtracted in 200 components = 0.000888429 Jy ! Clean residual min=-0.000592 max=0.000595 Jy/beam ! Clean residual mean=0.000007 rms=0.000250 Jy/beam ! Combined flux in latest and established models = 0.142988 Jy selfcal ! Performing phase self-cal ! Adding 97 model components to the UV plane model. ! The established model now contains 314 components and 0.142988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065145Jy sigma=0.414994 ! Fit after self-cal, rms=0.065154Jy sigma=0.414965 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.000203602 Jy ! Component: 100 - total flux cleaned = 0.000137459 Jy ! Component: 150 - total flux cleaned = 7.37981e-05 Jy ! Component: 200 - total flux cleaned = 4.23482e-05 Jy ! Total flux subtracted in 200 components = 4.23482e-05 Jy ! Clean residual min=-0.000508 max=0.000502 Jy/beam ! Clean residual mean=0.000006 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.143031 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 397 components and 0.14303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065120Jy sigma=0.414811 ! Fit after self-cal, rms=0.065122Jy sigma=0.414801 ! 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.065122Jy sigma=0.414801 ! Fit after self-cal, rms=0.065080Jy sigma=0.414660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.08 mas, bmaj=67.65 mas, bpa=5.754 degrees ! Estimated noise=3.01034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00015203 Jy ! Component: 100 - total flux cleaned = 0.000120491 Jy ! Component: 150 - total flux cleaned = 0.000178455 Jy ! Component: 200 - total flux cleaned = 0.000235465 Jy ! Total flux subtracted in 200 components = 0.000235465 Jy ! Clean residual min=-0.000469 max=0.000472 Jy/beam ! Clean residual mean=0.000002 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.143266 Jy selfcal ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 451 components and 0.143266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065052Jy sigma=0.414532 ! Fit after self-cal, rms=0.065058Jy sigma=0.414518 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 = 6.34268e-05 Jy ! Component: 100 - total flux cleaned = 1.03265e-05 Jy ! Component: 150 - total flux cleaned = -6.57754e-05 Jy ! Component: 200 - total flux cleaned = -0.000115648 Jy ! Total flux subtracted in 200 components = -0.000115648 Jy ! Clean residual min=-0.000407 max=0.000409 Jy/beam ! Clean residual mean=0.000002 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.14315 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 511 components and 0.14315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065038Jy sigma=0.414419 ! Fit after self-cal, rms=0.065038Jy sigma=0.414414 ! 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.065038Jy sigma=0.414414 ! Fit after self-cal, rms=0.064973Jy sigma=0.414397 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.6 mas, bmaj=68.5 mas, bpa=5.487 degrees ! Estimated noise=3.00815 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.71085e-05 Jy ! Component: 100 - total flux cleaned = 3.21209e-05 Jy ! Component: 150 - total flux cleaned = 0.000103746 Jy ! Component: 200 - total flux cleaned = 0.000195482 Jy ! Total flux subtracted in 200 components = 0.000195482 Jy ! Clean residual min=-0.000370 max=0.000373 Jy/beam ! Clean residual mean=0.000000 rms=0.000152 Jy/beam ! Combined flux in latest and established models = 0.143346 Jy selfcal ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 560 components and 0.143346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064952Jy sigma=0.414311 ! Fit after self-cal, rms=0.064952Jy sigma=0.414307 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.78763e-06 Jy ! Component: 100 - total flux cleaned = 2.40818e-06 Jy ! Component: 150 - total flux cleaned = 4.32016e-05 Jy ! Component: 200 - total flux cleaned = 0.000104072 Jy ! Total flux subtracted in 200 components = 0.000104072 Jy ! Clean residual min=-0.000336 max=0.000336 Jy/beam ! Clean residual mean=0.000001 rms=0.000143 Jy/beam ! Combined flux in latest and established models = 0.14345 Jy ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 603 components and 0.14345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064937Jy sigma=0.414238 ! Fit after self-cal, rms=0.064938Jy sigma=0.414235 ! 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=12.07 mas, bmaj=67.63 mas, bpa=5.789 degrees ! Estimated noise=3.0064 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.07 x 67.63 at 5.789 degrees (North through East) ! Clean map min=-0.0039274 max=0.1179 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=11.92 mas, bmaj=66.39 mas, bpa=5.106 degrees ! Estimated noise=3.22165 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0888012 Jy ! Component: 100 - total flux cleaned = 0.113919 Jy ! Component: 150 - total flux cleaned = 0.128659 Jy ! Component: 200 - total flux cleaned = 0.135821 Jy ! Total flux subtracted in 200 components = 0.135821 Jy ! Clean residual min=-0.005484 max=0.005479 Jy/beam ! Clean residual mean=0.000149 rms=0.002346 Jy/beam ! Combined flux in latest and established models = 0.135821 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 91 model components to the UV plane model. ! The established model now contains 91 components and 0.135821 Jy ! Inverting map and beam ! Estimated beam: bmin=12.07 mas, bmaj=67.63 mas, bpa=5.789 degrees ! Estimated noise=3.0064 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.00237002 Jy ! Component: 100 - total flux cleaned = 0.00343408 Jy ! Component: 150 - total flux cleaned = 0.00390535 Jy ! Component: 200 - total flux cleaned = 0.0041637 Jy ! Total flux subtracted in 200 components = 0.0041637 Jy ! Clean residual min=-0.001932 max=0.001928 Jy/beam ! Clean residual mean=0.000058 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.139984 Jy ! Adding 97 model components to the UV plane model. ! The established model now contains 183 components and 0.139984 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=12.6 mas, bmaj=68.5 mas, bpa=5.487 degrees ! Estimated noise=3.00815 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00123694 Jy ! Component: 100 - total flux cleaned = 0.00133858 Jy ! Component: 150 - total flux cleaned = 0.00120978 Jy ! Component: 200 - total flux cleaned = 0.00176057 Jy ! Total flux subtracted in 200 components = 0.00176057 Jy ! Clean residual min=-0.000879 max=0.000879 Jy/beam ! Clean residual mean=0.000025 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.141745 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 = 0.000464676 Jy ! Component: 100 - total flux cleaned = 0.000916946 Jy ! Component: 150 - total flux cleaned = 0.00131397 Jy ! Component: 200 - total flux cleaned = 0.00166096 Jy ! Total flux subtracted in 200 components = 0.00166096 Jy ! Clean residual min=-0.000824 max=0.000831 Jy/beam ! Clean residual mean=0.000019 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.143406 Jy ! Adding 200 model components to the UV plane model. ! The established model now contains 382 components and 0.143406 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=12.07 mas, bmaj=67.63 mas, bpa=5.789 degrees ! Estimated noise=3.0064 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113914 Jy ! Component: 100 - total flux cleaned = 0.00156511 Jy ! Component: 150 - total flux cleaned = 0.00159677 Jy ! Component: 200 - total flux cleaned = 0.00162763 Jy ! Total flux subtracted in 200 components = 0.00162763 Jy ! Clean residual min=-0.000507 max=0.000507 Jy/beam ! Clean residual mean=-0.000000 rms=0.000204 Jy/beam ! Combined flux in latest and established models = 0.145034 Jy selfcal ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 459 components and 0.145033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064997Jy sigma=0.414555 ! Fit after self-cal, rms=0.064993Jy sigma=0.414528 wmodel J0706-4122_S_a_map.mod ! Writing 459 model components to file: J0706-4122_S_a_map.mod wobs J0706-4122_S_a_uvs.fits ! Writing UV FITS file: J0706-4122_S_a_uvs.fits wwins J0706-4122_S_a_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /image_prod/ug002_uva//J0706-4122_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.07 x 67.63 at 5.789 degrees (North through East) ! Clean map min=-0.0047348 max=0.1153 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0706-4122_S_a_map.fits wmodel /image_prod/ug002_uva//J0706-4122_S_a_map.mod ! Writing 459 model components to file: /image_prod/ug002_uva//J0706-4122_S_a_map.mod wobs /image_prod/ug002_uva//J0706-4122_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0706-4122_S_a_uvs.fits wwins /image_prod/ug002_uva//J0706-4122_S_a_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.115299 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000189139 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.492124 0.492124 0.984248 1.9685 3.93699 7.87399 15.748 31.496 62.9919 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.115 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 609.602 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0706-4122_S_a_dfm.log closed on Wed Mar 4 21:39:16 2020