- java.lang.Object
-
- spice.tspice.TestGFPhaseAngleSearch
-
public class TestGFPhaseAngleSearch extends java.lang.Object
Class TestGFPhaseAngleSearch provides methods that implement test families for the class GFPhaseAngleSearch.Version 2.0.0 29-DEC-2016 (NJB)
Moved clean-up code to "finally" block.Version 1.0.0 11-MAR-2014 (EDW)
-
-
Constructor Summary
Constructors Constructor Description TestGFPhaseAngleSearch()
-
Method Summary
Modifier and Type Method Description static boolean
f_GFPhaseAngleSearch()
Test GFPhaseAngleSearch and associated classes.private static double
zzgfpsq(TDBTime et, Body targ, Body illum, Body obs, AberrationCorrection abcorr)
Compute the angular separation of two spherical targets at a given epoch, as seen by a specified observer.
-
-
-
Method Detail
-
f_GFPhaseAngleSearch
public static boolean f_GFPhaseAngleSearch() throws SpiceException
Test GFPhaseAngleSearch and associated classes.- Returns:
- Throws:
SpiceException
-
zzgfpsq
private static double zzgfpsq(TDBTime et, Body targ, Body illum, Body obs, AberrationCorrection abcorr) throws SpiceException
Compute the angular separation of two spherical targets at a given epoch, as seen by a specified observer.- Throws:
SpiceException
-
-