- java.lang.Object
-
- spice.basic.GF
-
- spice.basic.GFBinaryStateSearch
-
- Direct Known Subclasses:
GFOccultationSearch
,GFRayInFOVSearch
,GFTargetInFOVSearch
public abstract class GFBinaryStateSearch extends GF
Class GFBinaryStateSearch is the abstract superclass for GF binary state searches.Version 2.0.0 29-NOV-2016 (NJB)
This class is now derived from classGF
.Version 1.0.0 19-JUL-2009 (NJB)
-
-
Constructor Summary
Constructors Constructor Description GFBinaryStateSearch()
-
Method Summary
Modifier and Type Method Description abstract SpiceWindow
run(SpiceWindow confinementWindow, double step, int maxResultIntervals)
Run a search over a specified confinement window, using a specified step size (units are TDB seconds).-
Methods inherited from class spice.basic.GF
setTolerance
-
-
-
-
Method Detail
-
run
public abstract SpiceWindow run(SpiceWindow confinementWindow, double step, int maxResultIntervals) throws SpiceException
Run a search over a specified confinement window, using a specified step size (units are TDB seconds).The input `maxIntervals' is an upper bound on the number of intervals in the output result window.
- Parameters:
confinementWindow
- SpiceWindowmaxResultIntervals
- intstep
- double- Returns:
- SpiceWindow
- Throws:
SpiceException
- exception
-
-