nortekcurr Data Format:

Center of first bin = 1.0 m above transducer

Header line for each record:

    YYYY/MM/DD HH:MM:SS EEEE SS BB.B SSSS.S HHH.H PPP.P RRR.R PPP.PPP TTT.TT AAAAA BBBBB NNN D.DD

    where YYYY/MM/DD = Date of data
          HH:MM:SS   = Time of data
          EEEE       = Error code, hex
          SS         = Status code, hex
          BB.B       = Battery voltage, volts
          SSSS.S     = Speed of sound, m/s
          HHH.H      = Heading, degrees
          PPP.P      = Pitch, degrees
          RRR.R      = Roll, degrees
          PPP.PPP    = Pressure, dbar
          TTT.TT     = Temperature, C
          AAAAA      = Analog input 1, counts
          BBBBB      = Analog input 2, counts
          NNN        = Number of cells
          D.DD       = Depth cell size, m

Data line for each cell, starting with cell 1, has a space in column 1:

     NNN EEE.EEE NNN.NNN ZZZ.ZZZ AAA BBB CCC

    where NNN        = Cell number
          EEE.EEE    = Velocity, East, m/s
          NNN.NNN    = Velocity, North, m/s
          ZZZ.ZZZ    = Velocity, Up, m/s
          AAA        = Amplitude, beam 1, counts
          BBB        = Amplitude, beam 2, counts
          CCC        = Amplitude, beam 3, counts