grs.spice
Class Spice
java.lang.Object
|
+--grs.spice.Spice
- public class Spice
- extends Object
JNI required wrappers to Spice.c native methods.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- $Author: guym $
|
Constructor Summary |
Spice()
|
ODY_ID
public static final int ODY_ID
- See Also:
- Constant Field Values
BODY_SUN
public static final int BODY_SUN
- See Also:
- Constant Field Values
BODY_EARTH
public static final int BODY_EARTH
- See Also:
- Constant Field Values
BODY_MARS
public static final int BODY_MARS
- See Also:
- Constant Field Values
INSTR_GRS
public static final int INSTR_GRS
- See Also:
- Constant Field Values
Spice
public Spice()
main
public static void main(String[] args)
kdata
public static final String kdata(int index,
String kind)
throws SpiceException
SpiceException
kinfo
public static final String kinfo(String file)
throws SpiceException
SpiceException
ktotal
public static final int ktotal(String type)
throws SpiceException
SpiceException
ls
public static final double ls(int body,
double et,
String corr)
throws SpiceException
SpiceException
tparse
public static final double tparse(String utc)
throws SpiceException
SpiceException
ltime
public static final double ltime(double et,
int scId,
String dir,
int target)
throws SpiceException
SpiceException
scpart
public static final double[] scpart(int scId)
throws SpiceException
- Get the spacecraft clock kernel partition information.
- Parameters:
scId - NAIF Spacecraft Id.
- Returns:
- Array of [ start0, stop0, start1, stop1 ... ]
SpiceException
2001 Mars Odyssey Gamma Ray Spectrometer Team