Package Acquisition

Class KETime

java.lang.Object
Acquisition.KETime

public class KETime extends Object
  • Constructor Details

    • KETime

      public KETime()
  • Method Details

    • getKEBuoyTime

      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

      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