grs.pds
Class TimeSeriesRecord
java.lang.Object
|
+--grs.pds.BasePdsRecord
|
+--grs.pds.TimeSeriesRecord
- All Implemented Interfaces:
- PdsRecord
- Direct Known Subclasses:
- ChanEdrRecord, CmdEdrRecord, CorrectedGammaSpectraRecord, EkEdrRecord, EngEdrRecord, HendDerivedRecord, MsgEdrRecord, NsDerivedRecord, PefEdrRecord, PositionedEdrRecord, ProfileEdrRecord, PulserEdrRecord
- public abstract class TimeSeriesRecord
- extends BasePdsRecord
Base class for time-series classes.
- Author:
- guym
| Fields inherited from interface grs.pds.PdsRecord |
GAMMA_CHANNELS, int10, int12, int2, int3, logger, MESSAGE_LENGTH, NS_MAX_EVENTS, PEF_COMMANDS, prec10, prec12, prec13, prec14, prec15, prec16, prec17, prec5, prec6, prec7, PROFILE_LENGTH, PROFILE_SIZE, PULSER_CHANNELS, QUERY_DATE_FMT, SC_ID |
|
Method Summary |
abstract long |
getSCLK()
Get the spacecraft event time that this record was observed on. |
abstract Date |
getUTC()
Get the UTC time that this record was observed on. |
TimeSeriesRecord
public TimeSeriesRecord()
getSCLK
public abstract long getSCLK()
- Get the spacecraft event time that this record was observed on.
- Returns:
- time in ticks.
getUTC
public abstract Date getUTC()
- Get the UTC time that this record was observed on.
- Returns:
- UTC.
2001 Mars Odyssey Gamma Ray Spectrometer Team