grs.pds.cgs
Class CorrectedGammaSpectraTestRecord

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--grs.pds.PdsTestRecord
                    |
                    +--grs.pds.cgs.CorrectedGammaSpectraTestRecord
All Implemented Interfaces:
Cloneable, Map, PdsRecord, Serializable

public class CorrectedGammaSpectraTestRecord
extends PdsTestRecord

Creates CGS (Corrected Gamma Spectra) Records.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class grs.pds.PdsTestRecord
PdsTimeFormat, UNAVAILABLE_STRING
 
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
CorrectedGammaSpectraTestRecord()
          No-op (uninitialized) constructor.
CorrectedGammaSpectraTestRecord(CorrectedGammaSpectraRecord rec)
          Create a test CGS record from a CGS record.
CorrectedGammaSpectraTestRecord(DataInputStream in)
          Read Query-Tool formatted record from file type 160.
CorrectedGammaSpectraTestRecord(ResultSet rs, boolean pds)
          Create a CGS test record from the boresightbase.
 
Methods inherited from class grs.pds.PdsTestRecord
equals, md5sum, readCommonHeader
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorrectedGammaSpectraTestRecord

public CorrectedGammaSpectraTestRecord()
No-op (uninitialized) constructor.


CorrectedGammaSpectraTestRecord

public CorrectedGammaSpectraTestRecord(CorrectedGammaSpectraRecord rec)
Create a test CGS record from a CGS record.


CorrectedGammaSpectraTestRecord

public CorrectedGammaSpectraTestRecord(ResultSet rs,
                                       boolean pds)
                                throws SQLException
Create a CGS test record from the boresightbase.

Throws:
SQLException - Error reading from ResultSet

CorrectedGammaSpectraTestRecord

public CorrectedGammaSpectraTestRecord(DataInputStream in)
                                throws IOException
Read Query-Tool formatted record from file type 160.

Throws:
IOException - Error reading from stream.


2001 Mars Odyssey Gamma Ray Spectrometer Team