grs.spice
Class Chronos

java.lang.Object
  |
  +--grs.spice.Chronos

public class Chronos
extends Object

Built to emulate some aspects of SPICE's chronos command line utility. To be used for regression testing of the clock converter. Usage: java grs.spice.Chronos -FROM %value% -TO %value% -TIME %value% E.g.

java grs.spice.Chronos -FROM SCLK -TO CEB -TIME 178451264336

or

java grs.spice.Chronos -FROM ZONE -TO SCLK -TIME "MST 2002 Feb 02 12:00:00.000"


Constructor Summary
Chronos()
           
 
Method Summary
static void main(String[] args)
          Use a ClockConverterBean instance to perform the conversion.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chronos

public Chronos()
Method Detail

main

public static void main(String[] args)
Use a ClockConverterBean instance to perform the conversion.

Parameters:
args - -FROM zone|utc|et|ticks|sclk|ceb -TO zone|utc|et|ticks|sclk|ceb|lsun -TIME "value"


2001 Mars Odyssey Gamma Ray Spectrometer Team