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

Field Summary
 
Fields inherited from class grs.pds.BasePdsRecord
PdsTimeFormat
 
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
 
Constructor Summary
TimeSeriesRecord()
           
 
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.
 
Methods inherited from class grs.pds.BasePdsRecord
endianSwapShort, prepareInsert, toStringArray, writeTo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeSeriesRecord

public TimeSeriesRecord()
Method Detail

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