mbauvloglist
Section: MB-System 5.0 (l)
Updated: 24 November 2006
Index
NAME
mbauvloglist - Lists table data from an MBARI AUV mission log file.VERSION
Version 5.0SYNOPSIS
mbauvloglist -Ifile [-Llonflip -Olist -V -H ]DESCRIPTION
MBauvloglist reads an MBARI AUV mission log file and lists specified fields in tab-delimited text output. MBARI AUV mission logs are binary files with an ascii header describing the units, name, and binary size of each value in a single record. An example of a log file header is:# binary fastcatlog
# timeTag time %8.8e ,time ,UNKNOWN
# double conductivity %8.8e ,Calculated conductivity ,Siemens/meter
# double temperature %8.8e ,Calculated temperature ,Celsius
# double pressure %8.8e ,Calculated pressure ,Decibars
# double calculated_salinity %8.8e ,Calculated salinity ,Volts
# double cond_frequency %8.8e ,Raw Conductivity frequency ,Hertz
# double temp_counts %8.8e ,Raw Pressure A/D counts ,Unitless
# double pressure_counts %8.8e ,pressure_counts ,Unitless
# double pressure_temp_comp_voltage_reading %8.8e ,Raw pressure temp compensation voltage reading ,Volts
# double calculated_sound_velocity %8.8e ,Calculated sound velocity ,M/s
# beginThe values found in the various MBARI AUV mission logs include:
"time"
"mPos_x"
"mPos_y"
"mDepth"
"mGpsNorth"
"mGpsEast"
"mGpsValid"
"mPhi"
"mTheta"
"mPsi"
"mOmega_x"
"mOmega_y"
"mOmega_z"
"mPsaRange"
"mAltitude"
"mDvlAltitude"
"mWaterSpeed"
"mDvlValid"
"mDvlNewData"
"mDeltaT"
"nfix"
"efix"
"filter_north"
"filter_east"
"filter_depth"
"north_current"
"east_current"
"speed_bias"
"heading_bias"
"latitude"
"longitude"
"conductivity"
"temperature"
"pressure"
"calculated_salinity"
"cond_frequency"
"temp_counts"
"pressure_counts"
"pressure_temp_comp_voltage_reading"
"calculated_sound_velocity"
"depth"
"temp"
"pressure"
"temp_period"
"pres_period"
Users can extract arbitrary text lists of values in the AUV log files by using the -O and -F options to specify the values and formats in the order desired.AUTHORSHIP
David W. Caress (caress@mbari.org)
Monterey Bay Aquarium Research Institute
Dale N. Chayes (dale@ldeo.columbia.edu)
Lamont-Doherty Earth ObservatoryOPTIONS
Last Updated: 24 November 2006