The Multi Path Analysis view (see Section 11.2.7, “Multipath analysis”) allows a target depth to be estimated by visually aligning a calculated set of time delays with a measured set. This view requires two additional data files to be loaded. Both of these files are in textual csv
format.
The Sound Velocity Profile file is a two-column csv text file:
floating point depth (m)
floating point sound speed (m/s)
The time-delays data file is a multi-column csv text file:
YYYY,MM,DD,HH,MM,SS,mmm,TIME_DELAY(msec),POWER(dB) 2009,04,22,18,37,00,254,6.797688,22
Series of fields recording date and time (including milliseconds) of observation
floating point time delay (mSecs)
ignored in current implementation
Note, you can determine the timestamp using the unix timestamp web site.