Package Acquisition

Class KETime

java.lang.Object
Acquisition.KETime

public class KETime extends Object
  • Constructor Details Link icon

    • KETime Link icon

      public KETime()
  • Method Details Link icon

    • getKEBuoyTime Link icon

      public static long getKEBuoyTime(String numPart)
      Unpack the KE buoy data format. This has a decimal number of seconds, but is otherwise quite rational.
      Parameters:
      numPart - - the date string
      Returns:
      time in millis
    • getPLABuoyTime Link icon

      public static long getPLABuoyTime(String numPart)
      Unpack the PLA buoy data format (superseeds KE Buoy). This has a nanosecond value after the seconds e.g. would be ddmmyyyy_HHMMSS_FFFFF in MATLAB format.
      Parameters:
      numPart - - the date string
      Returns:
      time in millis