JNISpice
version 2.0.0

spice.basic
Class GFBinaryStateSearch

java.lang.Object
  extended by spice.basic.GF
      extended by 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 class GF.

Version 1.0.0 19-JUL-2009 (NJB)


Field Summary
 
Fields inherited from class spice.basic.GF
ADDWIN, ANNULR, ANY, CIRFOV, CNVTOL, EDSHAP, ELLFOV, FULL, MARGIN, MAXVRT, PARTL, POLFOV, PTSHAP, RECFOV, RYSHAP, SPSHAP
 
Constructor Summary
GFBinaryStateSearch()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GFBinaryStateSearch

public GFBinaryStateSearch()
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.

Throws:
SpiceException

JNISpice
version 2.0.0

JNISpice Alpha Test Version 2.0.0 28-JAN-2017 (NJB)