- java.lang.Object
-
- spice.tspice.TestGFAngularSeparationSearch
-
public class TestGFAngularSeparationSearch extends java.lang.Object
Class TestGFAngularSeparationSearch provides methods that implement test families for the class GFAngularSeparationSearch.Version 2.0.0 29-DEC-2016 (NJB)
Moved clean-up code to "finally" block.Version 1.0.0 21-DEC-2009 (NJB) (EDW)
-
-
Constructor Summary
Constructors Constructor Description TestGFAngularSeparationSearch()
-
Method Summary
Modifier and Type Method Description static boolean
f_GFAngularSeparationSearch()
Test GFAngularSeparationSearch and associated classes.private static double
getTargetSep(Body targ1, Body targ2, double r1, double r2, Time t, AberrationCorrection abcorr, Body observer)
Compute the angular separation of two spherical targets at a given epoch, as seen by a specified observer.
-
-
-
Method Detail
-
f_GFAngularSeparationSearch
public static boolean f_GFAngularSeparationSearch() throws SpiceException
Test GFAngularSeparationSearch and associated classes.- Returns:
- Throws:
SpiceException
-
getTargetSep
private static double getTargetSep(Body targ1, Body targ2, double r1, double r2, Time t, AberrationCorrection abcorr, Body observer) throws SpiceException
Compute the angular separation of two spherical targets at a given epoch, as seen by a specified observer.- Throws:
SpiceException
-
-