-
Third Order Quality Control Check Program:
Pre-Processing/Diagnostics (with byteswapping) Diagnostics (bbnlook.f90)
This program can perform several diagnostic functions on the FFP data
files.
The functions include:
1. Time series plots of LF and HF data from a single VLA
2. FFT spectral analysis plots of Phone v Frequency for LF and HF data
within a single VLA
3. Spectrogram plots of LF and HF data from a single phone within a
single VLA
4. Text or Binary files of the spectra from each phone over time from
a single VLA
5. Peak spectral values (files) for LF data (used for shape estimation
from tilt sensors)
6. Average spectral values (files) for LF data (used for shape estimation
from tilt sensors)
7. K-Omega surface (plot) for LF data from a single array
8. Vertical Angle v Frequency surface (plot) for LF data from a single
array
9. Continuity check (plot) of LF reference tone (used to confirm good
vs dropped data)
10. Ping detections (plot and file) from HF data in a single VLA (used
for shape estimation from pingers)
11. Compass data logger (file) for all VLAs (used to support the AEL
derived from the tilt sensors)
12. Averaged Complex FFT Spectral Samples (file) for (used to create
covariance matrices by a separate program)
For this program to work, FFP tapes are first dumped from their DLT
7000
media to disk. Each file requires about 1.79 GB of space. This represents
about 6.25 minutes of data. (See "dumpit.cmd" below).
The output plot files can be subsequently viewed with a public domain
Windows 95/NT graphics tool called DPLOT95
.
The plots can also be viewed with MatLab:
MatLab XY Graph viewerMatLab XY
Graph viewer
MatLab 2D Surface viewerMatLab 2D Surface viewer
This program comes in 1 flavor: Fortran 90, and it requires
the include file: "bbnlook.inc" and a set of subroutines in the file
"looksubs.f90"
A sample input parameter file is in a file "bbnlook.in". (See below).