Package Acquisition
Class KETime
java.lang.Object
Acquisition.KETime
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
getKEBuoyTime
(String numPart) Unpack the KE buoy data format.static long
getPLABuoyTime
(String numPart) Unpack the PLA buoy data format (superseeds KE Buoy).
-
Constructor Details
-
KETime
public KETime()
-
-
Method Details
-
getKEBuoyTime
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
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
-