! Started logfile: /vlbi/uf001/uva//J1632-4558_S_dfm.log on Mon Jan 14 03:45:20 2019 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 /vlbi/uf001/uva//J1632-4558_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1632-4558_S_uva.fits ! AN table 1: 80 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.98375 visibilities/baseline/integration-bin. ! Found source: J1632-4558 ! ! 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 2361 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 J1632-4558_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 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=1.013738Jy sigma=12.762469 ! Fit after self-cal, rms=0.768337Jy sigma=9.657490 ! 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=12.01 mas, bmaj=51.96 mas, bpa=5.298 degrees ! Estimated noise=2.75519 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.16558 Jy ! Component: 100 - total flux cleaned = 0.233128 Jy ! Total flux subtracted in 100 components = 0.233128 Jy ! Clean residual min=-0.018690 max=0.034243 Jy/beam ! Clean residual mean=-0.000639 rms=0.008730 Jy/beam ! Combined flux in latest and established models = 0.233128 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.233128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117233Jy sigma=1.460798 ! Fit after self-cal, rms=0.116970Jy sigma=1.458006 ! 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=13.67 mas, bmaj=61 mas, bpa=8.368 degrees ! Estimated noise=1.1654 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.0563866 Jy ! Component: 100 - total flux cleaned = 0.084653 Jy ! Component: 150 - total flux cleaned = 0.0980964 Jy ! Component: 200 - total flux cleaned = 0.105678 Jy ! Total flux subtracted in 200 components = 0.105678 Jy ! Clean residual min=-0.005811 max=0.005814 Jy/beam ! Clean residual mean=-0.000532 rms=0.002451 Jy/beam ! Combined flux in latest and established models = 0.338806 Jy ! Performing phase self-cal ! Adding 108 model components to the UV plane model. ! The established model now contains 134 components and 0.338806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088604Jy sigma=1.081392 ! Fit after self-cal, rms=0.088290Jy sigma=1.078174 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.67 x 61 at 8.368 degrees (North through East) ! Clean map min=-0.0084053 max=0.24449 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 1.04 LA 0.95 OV 1.05 ! PT 0.98 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 1.05 LA 0.93 OV 0.98 ! PT 0.96 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 1.03 LA 0.93 OV 0.98 ! PT 1.00 ! ! ! Fit before self-cal, rms=0.088290Jy sigma=1.078174 ! Fit after self-cal, rms=0.085221Jy sigma=1.064208 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=13.67 mas, bmaj=60.91 mas, bpa=8.382 degrees ! Estimated noise=1.1425 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.00396274 Jy ! Component: 100 - total flux cleaned = -0.00574933 Jy ! Component: 150 - total flux cleaned = -0.00707069 Jy ! Component: 200 - total flux cleaned = -0.00860677 Jy ! Total flux subtracted in 200 components = -0.00860677 Jy ! Clean residual min=-0.001591 max=0.001573 Jy/beam ! Clean residual mean=-0.000130 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.330199 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 213 components and 0.330199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084817Jy sigma=1.058810 ! Fit after self-cal, rms=0.084816Jy sigma=1.058657 ! 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.084816Jy sigma=1.058657 ! Fit after self-cal, rms=0.083844Jy sigma=1.053421 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.63 mas, bmaj=60.76 mas, bpa=8.315 degrees ! Estimated noise=1.13308 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000362091 Jy ! Component: 100 - total flux cleaned = 0.000731428 Jy ! Component: 150 - total flux cleaned = 0.00083349 Jy ! Component: 200 - total flux cleaned = 0.000928595 Jy ! Total flux subtracted in 200 components = 0.000928595 Jy ! Clean residual min=-0.000728 max=0.000730 Jy/beam ! Clean residual mean=0.000001 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.331128 Jy selfcal ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 280 components and 0.331128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083759Jy sigma=1.052528 ! Fit after self-cal, rms=0.083767Jy sigma=1.052478 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.000257583 Jy ! Component: 100 - total flux cleaned = 0.000333092 Jy ! Component: 150 - total flux cleaned = 0.00036764 Jy ! Component: 200 - total flux cleaned = 0.000302336 Jy ! Total flux subtracted in 200 components = 0.000302336 Jy ! Clean residual min=-0.000532 max=0.000536 Jy/beam ! Clean residual mean=-0.000003 rms=0.000241 Jy/beam ! Combined flux in latest and established models = 0.33143 Jy ! Performing phase self-cal ! Adding 91 model components to the UV plane model. ! The established model now contains 363 components and 0.33143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083736Jy sigma=1.052173 ! Fit after self-cal, rms=0.083731Jy sigma=1.052168 ! 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.083731Jy sigma=1.052168 ! Fit after self-cal, rms=0.083550Jy sigma=1.052080 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.61 mas, bmaj=60.74 mas, bpa=8.354 degrees ! Estimated noise=1.13137 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000236717 Jy ! Component: 100 - total flux cleaned = 0.000339513 Jy ! Component: 150 - total flux cleaned = 0.000276803 Jy ! Component: 200 - total flux cleaned = 0.000215972 Jy ! Total flux subtracted in 200 components = 0.000215972 Jy ! Clean residual min=-0.000494 max=0.000495 Jy/beam ! Clean residual mean=-0.000002 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.331646 Jy selfcal ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 441 components and 0.331647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083526Jy sigma=1.051827 ! Fit after self-cal, rms=0.083524Jy sigma=1.051824 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.000172411 Jy ! Component: 100 - total flux cleaned = -0.000121434 Jy ! Component: 150 - total flux cleaned = -0.00012101 Jy ! Component: 200 - total flux cleaned = -4.90856e-05 Jy ! Total flux subtracted in 200 components = -4.90856e-05 Jy ! Clean residual min=-0.000395 max=0.000392 Jy/beam ! Clean residual mean=-0.000001 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.331597 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 513 components and 0.331597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083510Jy sigma=1.051677 ! Fit after self-cal, rms=0.083508Jy sigma=1.051675 ! 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.083508Jy sigma=1.051675 ! Fit after self-cal, rms=0.083345Jy sigma=1.051646 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.32 mas, bmaj=62.97 mas, bpa=8.032 degrees ! Estimated noise=1.13237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.64282e-06 Jy ! Component: 100 - total flux cleaned = 0.000129985 Jy ! Component: 150 - total flux cleaned = 0.000221562 Jy ! Component: 200 - total flux cleaned = 0.000242924 Jy ! Total flux subtracted in 200 components = 0.000242924 Jy ! Clean residual min=-0.000366 max=0.000367 Jy/beam ! Clean residual mean=-0.000000 rms=0.000153 Jy/beam ! Combined flux in latest and established models = 0.33184 Jy selfcal ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 581 components and 0.33184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083332Jy sigma=1.051512 ! Fit after self-cal, rms=0.083330Jy sigma=1.051511 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.35662e-05 Jy ! Component: 100 - total flux cleaned = 3.3611e-05 Jy ! Component: 150 - total flux cleaned = 8.97164e-05 Jy ! Component: 200 - total flux cleaned = 0.000143914 Jy ! Total flux subtracted in 200 components = 0.000143914 Jy ! Clean residual min=-0.000301 max=0.000299 Jy/beam ! Clean residual mean=-0.000001 rms=0.000133 Jy/beam ! Combined flux in latest and established models = 0.331984 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 636 components and 0.331984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083321Jy sigma=1.051414 ! Fit after self-cal, rms=0.083321Jy sigma=1.051412 ! 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=13.6 mas, bmaj=60.72 mas, bpa=8.38 degrees ! Estimated noise=1.12966 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.6 x 60.72 at 8.38 degrees (North through East) ! Clean map min=-0.0026999 max=0.23855 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.95 mas, bmaj=51.59 mas, bpa=5.352 degrees ! Estimated noise=2.68672 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.161336 Jy ! Component: 100 - total flux cleaned = 0.228897 Jy ! Component: 150 - total flux cleaned = 0.269144 Jy ! Component: 200 - total flux cleaned = 0.293164 Jy ! Total flux subtracted in 200 components = 0.293164 Jy ! Clean residual min=-0.007538 max=0.012178 Jy/beam ! Clean residual mean=-0.000204 rms=0.003420 Jy/beam ! Combined flux in latest and established models = 0.293164 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.293164 Jy ! Inverting map and beam ! Estimated beam: bmin=13.6 mas, bmaj=60.72 mas, bpa=8.38 degrees ! Estimated noise=1.12966 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.0204998 Jy ! Component: 100 - total flux cleaned = 0.0316502 Jy ! Component: 150 - total flux cleaned = 0.0365323 Jy ! Component: 200 - total flux cleaned = 0.0384709 Jy ! Total flux subtracted in 200 components = 0.0384709 Jy ! Clean residual min=-0.002840 max=0.002857 Jy/beam ! Clean residual mean=-0.000055 rms=0.001261 Jy/beam ! Combined flux in latest and established models = 0.331635 Jy ! Adding 109 model components to the UV plane model. ! The established model now contains 142 components and 0.331635 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=14.32 mas, bmaj=62.97 mas, bpa=8.032 degrees ! Estimated noise=1.13237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00163232 Jy ! Component: 100 - total flux cleaned = 0.00149413 Jy ! Component: 150 - total flux cleaned = 0.00127413 Jy ! Component: 200 - total flux cleaned = 0.00117654 Jy ! Total flux subtracted in 200 components = 0.00117654 Jy ! Clean residual min=-0.001402 max=0.001409 Jy/beam ! Clean residual mean=-0.000047 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.332812 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 = 7.80812e-05 Jy ! Component: 100 - total flux cleaned = -0.000189292 Jy ! Component: 150 - total flux cleaned = -0.000481919 Jy ! Component: 200 - total flux cleaned = -0.000845226 Jy ! Total flux subtracted in 200 components = -0.000845226 Jy ! Clean residual min=-0.000840 max=0.000831 Jy/beam ! Clean residual mean=-0.000040 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.331966 Jy ! Adding 195 model components to the UV plane model. ! The established model now contains 334 components and 0.331966 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=13.6 mas, bmaj=60.72 mas, bpa=8.38 degrees ! Estimated noise=1.12966 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00055273 Jy ! Component: 100 - total flux cleaned = -0.00108205 Jy ! Component: 150 - total flux cleaned = -0.00164574 Jy ! Component: 200 - total flux cleaned = -0.00185545 Jy ! Total flux subtracted in 200 components = -0.00185545 Jy ! Clean residual min=-0.000563 max=0.000558 Jy/beam ! Clean residual mean=-0.000032 rms=0.000268 Jy/beam ! Combined flux in latest and established models = 0.330111 Jy selfcal ! Performing phase self-cal ! Adding 105 model components to the UV plane model. ! The established model now contains 432 components and 0.330111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083377Jy sigma=1.052049 ! Fit after self-cal, rms=0.083377Jy sigma=1.052038 wmodel J1632-4558_S_map.mod ! Writing 432 model components to file: J1632-4558_S_map.mod wobs J1632-4558_S_uvs.fits ! Writing UV FITS file: J1632-4558_S_uvs.fits wwins J1632-4558_S_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /vlbi/uf001/uva//J1632-4558_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.6 x 60.72 at 8.38 degrees (North through East) ! Clean map min=-0.0034125 max=0.23277 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1632-4558_S_map.fits wmodel /vlbi/uf001/uva//J1632-4558_S_map.mod ! Writing 432 model components to file: /vlbi/uf001/uva//J1632-4558_S_map.mod wobs /vlbi/uf001/uva//J1632-4558_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1632-4558_S_uvs.fits wwins /vlbi/uf001/uva//J1632-4558_S_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.232767 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000261176 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.336615 0.336615 0.67323 1.34646 2.69292 5.38584 10.7717 21.5434 43.0867 86.1734 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.232 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 891.226 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1632-4558_S_dfm.log closed on Mon Jan 14 03:45:24 2019