Uses of Class
spice.basic.Instrument
-
Packages that use Instrument Package Description spice.basic -
-
Uses of Instrument in spice.basic
Fields in spice.basic declared as Instrument Modifier and Type Field Description private Instrument
FOV. inst
private Instrument
GFRayInFOVSearch. inst
private Instrument
GFTargetInFOVSearch. inst
(package private) Instrument
PointingRecord. requestInst
Methods in spice.basic that return Instrument Modifier and Type Method Description Instrument
FOV. getInstrument()
Return the Instrument with which a FOV is associated.Instrument
PointingRecord. getInstrument()
Get the Instrument from a pointing record.Methods in spice.basic with parameters of type Instrument 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.void
CK. writeType02Segment(Time first, Time last, Instrument inst, ReferenceFrame frame, java.lang.String segid, Time[] startTimes, Time[] stopTimes, SpiceQuaternion[] quats, Vector3[] avvs, double[] rates)
Write a type 2 segment to an CK file.void
CK. writeType03Segment(Time first, Time last, Instrument inst, ReferenceFrame frame, boolean avflag, java.lang.String segid, Time[] timeTags, SpiceQuaternion[] quats, Vector3[] avvs, Time[] startTimes)
Write a type 3 segment to an CK file.Constructors in spice.basic with parameters of type Instrument Constructor Description FOV(Instrument inst)
GFRayInFOVSearch(Instrument inst, Vector3 rayDir, ReferenceFrame rframe, AberrationCorrection abcorr, Body observer)
GFTargetInFOVSearch(Instrument inst, Body target, java.lang.String tshape, ReferenceFrame tframe, AberrationCorrection abcorr, Body observer)
Instrument(Instrument inst)
Construct an Instrument from another Instrument.PointingAndAVRecord(Instrument inst, Time t, ReferenceFrame ref, Duration tolerance)
Return a PointingAndAVRecord for a specified instrument or structure at a given time, using a specified lookup tolerance.PointingRecord(Instrument inst, Time t, ReferenceFrame ref, Duration tolerance)
Return a PointingRecord for a specified instrument or structure at a given time, using a specified lookup tolerance.
-