grs.spice
Class KernelPool
java.lang.Object
|
+--grs.spice.KernelPool
- public class KernelPool
- extends Object
Static methods for loading and clearing the SPICE kernel pools.
kernelTypes
public static final String[] kernelTypes
KernelPool
public KernelPool()
load
public static void load(String fileName)
throws SpiceException
- Loads the values found in the specified text kernel
into the kernel pool.
- Parameters:
fileName - Path to kernel file.
- Throws:
SpiceException - The file could not be found or loaded.
clear
public static void clear()
throws SpiceException
- Unloads all values from the kernel pool.
- Throws:
SpiceException - The kernel pool could not be cleared.
listKernels
public static Hashtable listKernels()
throws SpiceException
SpiceException
listKernels
public static String[] listKernels(String type)
throws SpiceException
SpiceException
main
public static void main(String[] args)
throws Exception
Exception
2001 Mars Odyssey Gamma Ray Spectrometer Team