grs.pds
Class SeasonalSeriesRecord
java.lang.Object
|
+--grs.pds.BasePdsRecord
|
+--grs.pds.SpatialSeriesRecord
|
+--grs.pds.SeasonalSeriesRecord
- All Implemented Interfaces:
- PdsRecord
- Direct Known Subclasses:
- HendAveragedRecord, NsAveragedRecord, SummedGammaSpectraRecord
- public abstract class SeasonalSeriesRecord
- extends SpatialSeriesRecord
Base class for so-called "seasonal" products (based on intervals of solar
longitude
- 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 |
getSCLKStart()
Get the earliest SCLK of the series. |
abstract long |
getSCLKStop()
Get the latest SCLK of the series. |
abstract Date |
getUTCStart()
Get the earliest UTC of the series. |
abstract Date |
getUTCStop()
Get the latest UTC of the series. |
SeasonalSeriesRecord
public SeasonalSeriesRecord()
getSCLKStart
public abstract long getSCLKStart()
- Get the earliest SCLK of the series.
- Returns:
- ticks
getSCLKStop
public abstract long getSCLKStop()
- Get the latest SCLK of the series.
- Returns:
- ticks
getUTCStart
public abstract Date getUTCStart()
- Get the earliest UTC of the series.
- Returns:
- utc
getUTCStop
public abstract Date getUTCStop()
- Get the latest UTC of the series.
- Returns:
- utc
2001 Mars Odyssey Gamma Ray Spectrometer Team