fastcat_ctd = ["^salinity", "^cond", "^pcounts", "^tcounts"]

gps = {
    'latlon':"^lat",
    'num_sats_alt': "^nSat",
    'ndgps': "^ndgps"
}

fan = [
    "^DS1620 Fan",
    "^DS1620 Ext",
    "^MPX2200",
    "^SHT1x Temp",
    "^SHT1x Humid",
]
kearfott = {
    "cntr":"^cntr",
    "lat":"^lat",
    "roll":"^roll",
    "ax":"^ax",
    "time":"^time",
    "xvel":"^xvel",
    "bm1":"^bm1",
    "bottom":"^bottom",
    "doppler_bit":"^DOPPLER BIT",
    "doppler_temp":"^DOPPLER temp",
    "gps_gga":"^: Kearfott::parseGPS_GGA -"
    }

battery = {
    "min_volt" : "^min",
    "max_volt" : "^max",
    "avg_volt" : "^avg voltage",
    "avg_capacity" : "^avg cap",
    "total_current" : "^total current",
    "total_power" : "^total power",
    "temp" : "^ambient",
    "humidity" : "^humidity"
}