Uses of Class
grs.spice.SpiceException

Packages that use SpiceException
grs.pds   
grs.pds.edr   
grs.pds.sgs   
grs.spice   
 

Uses of SpiceException in grs.pds
 

Methods in grs.pds that throw SpiceException
 int TimeQuery.query(String utc0, String utc1)
           
 

Uses of SpiceException in grs.pds.edr
 

Constructors in grs.pds.edr that throw SpiceException
ChanEdrTestRecord(DataInputStream in)
          Create a test record from the Query Tool's engineering/channelized output type.
EngEdrTestRecord(DataInputStream in)
          Create a test record from the Query Tool's engineering/channelized type.
 

Uses of SpiceException in grs.pds.sgs
 

Constructors in grs.pds.sgs that throw SpiceException
SummedGammaSpectraRecord(ResultSet rs)
           
 

Uses of SpiceException in grs.spice
 

Methods in grs.spice that throw SpiceException
 void ClockConverterBean.setTime(String time, String value)
          Set the time and perform conversions.
static void KernelPool.load(String fileName)
          Loads the values found in the specified text kernel into the kernel pool.
static void KernelPool.clear()
          Unloads all values from the kernel pool.
static Hashtable KernelPool.listKernels()
           
static String[] KernelPool.listKernels(String type)
           
static String Spice.kdata(int index, String kind)
           
static String Spice.kinfo(String file)
           
static int Spice.ktotal(String type)
           
static double Spice.ls(int body, double et, String corr)
           
static double Spice.tparse(String utc)
           
static double Spice.ltime(double et, int scId, String dir, int target)
           
static double[] Spice.scpart(int scId)
          Get the spacecraft clock kernel partition information.
static long TimeBean.getCurrentSCLK()
          Return current time in ticks.
static long TimeConverter.getCurrentSCLK()
          Return current time in ticks.
static String TimeConverter.CLOCKtoUTC(String clock, int scId)
          Convert spacecraft clock string to UTC time.
static Date TimeConverter.CLOCKtoDate(String clock, int scId)
          Convert spacecraft clock string to UTC Date object.
static double TimeConverter.UTCtoSCLK(String utc, int scId)
          Convert a UTC time to a spacecraft time in ticks.
static double TimeConverter.DatetoSCLK(Date utc, int scId)
          Convert a Date Object to a spacecraft time in ticks.
static String TimeConverter.SCLKtoUTC(double ticks, int scId)
          Convert a spacecraft time in ticks to a UTC time.
static double TimeConverter.SCLKtoET(double ticks, int scId)
          Convert a spacecraft time in ticks to ephemeris time.
static double TimeConverter.DatetoET(Date date, int scId)
           
static Date TimeConverter.SCLKtoDate(double ticks, int scId)
          Convert a spacecraft time in ticks to a Date.
static String TimeConverter.SCLKtoUTC(long ticks, int scId)
          Convert a spacecraft time in ticks to a UTC time.
static double TimeConverter.CLOCKtoTICKS(String clock, int scId)
          Convert spacecraft clock string to ticks.
static String TimeConverter.TICKStoCLOCK(double ticks, int scId)
          Convert spacecraft ticks to a spacecraft clock string (includes partition).
static String TimeConverter.ETtoUTC(double et)
          Convert a J2000 epheremis time to UTC.
static double TimeConverter.ETtoSCLK(double et, int scId)
          Convert a J2000 ephemeris time to a spacecraft time.
static double TimeConverter.UTCtoET(String utc)
          Convert a UTC time to J2000 epheremis time.
static double TimeConverter.SCLKtoLS(long ticks)
           
static double TimeConverter.UTCtoLS(String utc)
           
static double TimeConverter.DatetoLS(Date date)
           
 



2001 Mars Odyssey Gamma Ray Spectrometer Team