grs.pds
Interface PdsRecord

All Known Implementing Classes:
BasePdsRecord, PdsTestRecord

public interface PdsRecord

Simply defines constants for use in EDR classes.

Author:
guym

Field Summary
static int GAMMA_CHANNELS
          number of channels in gamma spectrum
static DecimalFormat int10
          equivilant to "%010i"
static DecimalFormat int12
          equivilant to %012i"
static DecimalFormat int2
          equivilant to "%02i"
static DecimalFormat int3
          equivilant to "%03i"
static java.util.logging.Logger logger
          logging reference
static int MESSAGE_LENGTH
          fixed length of message data in msg record output
static int NS_MAX_EVENTS
          number of events in ns events array
static int PEF_COMMANDS
          number of elements in command list
static DecimalFormat prec10
          ten places after the decimal, no leading zero
static DecimalFormat prec12
          twelve places after the decimal, leading zero
static DecimalFormat prec13
          thirteen places after the decimal, leading zero
static DecimalFormat prec14
          fourteen places after the decimal, no leading zero
static DecimalFormat prec15
          fifteen places after the decimal, no leading zero
static DecimalFormat prec16
          sixteen places after the decimal, no leading zero
static DecimalFormat prec17
          seventeern places after the decimal, leading zero
static DecimalFormat prec5
          seven places after the decimal, no leading zero
static DecimalFormat prec6
          six places after the decimal, no leading zero
static DecimalFormat prec7
          seven places after the decimal, leading zero
static int PROFILE_LENGTH
          number of elements in profile series
static int PROFILE_SIZE
          number of bytes per profile series element
static int PULSER_CHANNELS
          number of channels in pulser spectrum
static String QUERY_DATE_FMT
          Oracle to_date format to use in SQL
static int SC_ID
          SPICE Spacecraft Id
 

Field Detail

GAMMA_CHANNELS

public static final int GAMMA_CHANNELS
number of channels in gamma spectrum

See Also:
Constant Field Values

PULSER_CHANNELS

public static final int PULSER_CHANNELS
number of channels in pulser spectrum

See Also:
Constant Field Values

PROFILE_LENGTH

public static final int PROFILE_LENGTH
number of elements in profile series

See Also:
Constant Field Values

PROFILE_SIZE

public static final int PROFILE_SIZE
number of bytes per profile series element

See Also:
Constant Field Values

NS_MAX_EVENTS

public static final int NS_MAX_EVENTS
number of events in ns events array

See Also:
Constant Field Values

MESSAGE_LENGTH

public static final int MESSAGE_LENGTH
fixed length of message data in msg record output

See Also:
Constant Field Values

PEF_COMMANDS

public static final int PEF_COMMANDS
number of elements in command list

See Also:
Constant Field Values

SC_ID

public static final int SC_ID
SPICE Spacecraft Id

See Also:
Constant Field Values

QUERY_DATE_FMT

public static final String QUERY_DATE_FMT
Oracle to_date format to use in SQL

See Also:
Constant Field Values

prec5

public static final DecimalFormat prec5
seven places after the decimal, no leading zero


prec6

public static final DecimalFormat prec6
six places after the decimal, no leading zero


prec7

public static final DecimalFormat prec7
seven places after the decimal, leading zero


prec10

public static final DecimalFormat prec10
ten places after the decimal, no leading zero


prec12

public static final DecimalFormat prec12
twelve places after the decimal, leading zero


prec13

public static final DecimalFormat prec13
thirteen places after the decimal, leading zero


prec14

public static final DecimalFormat prec14
fourteen places after the decimal, no leading zero


prec15

public static final DecimalFormat prec15
fifteen places after the decimal, no leading zero


prec16

public static final DecimalFormat prec16
sixteen places after the decimal, no leading zero


prec17

public static final DecimalFormat prec17
seventeern places after the decimal, leading zero


int2

public static final DecimalFormat int2
equivilant to "%02i"


int3

public static final DecimalFormat int3
equivilant to "%03i"


int10

public static final DecimalFormat int10
equivilant to "%010i"


int12

public static final DecimalFormat int12
equivilant to %012i"


logger

public static final java.util.logging.Logger logger
logging reference



2001 Mars Odyssey Gamma Ray Spectrometer Team