Uses of Class
spice.basic.TimeSystem
-
Packages that use TimeSystem Package Description spice.basic spice.tspice -
-
Uses of TimeSystem in spice.basic
Methods in spice.basic that return TimeSystem Modifier and Type Method Description static TimeSystem
TimeSystem. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TimeSystem[]
TimeSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in spice.basic with parameters of type TimeSystem Modifier and Type Method Description SpiceWindow
CK. getCoverage(Instrument instrument, boolean needav, java.lang.String level, SCLKDuration tol, TimeSystem timsys, int nintvls)
Obtain a SpiceWindow representing the time coverage provided by this CK for a given instrument.SpiceWindow
CK. getCoverage(Instrument instrument, boolean needav, java.lang.String level, SCLKDuration tol, TimeSystem timsys, SpiceWindow cover, int nintvls)
Obtain a SpiceWindow representing the time coverage provided by this CK for a given instrument; return the union of this window with a pre-existing coverage window. -
Uses of TimeSystem in spice.tspice
Methods in spice.tspice with parameters of type TimeSystem Modifier and Type Method Description static void
TestSCLKTime. createSCLK(java.lang.String filename, boolean load, boolean keep, int idcode, Time startEpoch, TimeSystem timeSys, int delimCode, double[] moduli, double[] offsets, double rate)
Create and optionally load an SCLK kernel for a clock having specified attributes.
-