41 :
orientation(relativeOrientation * referenceOrientation) {}
FeatureDetectionVectorGenerationAlgorithm figures out the distance vector of the satellite relative t...
Definition vectorize.hpp:87
PositionVector Run(const PositionVector &x_E) override
Place documentation here.
~FeatureDetectionVectorGenerationAlgorithm()
Place documentation here.
FeatureDetectionVectorGenerationAlgorithm()
Place documentation here.
The LOSTVectorGenerationAlgorithm class houses the a Vector Assembly Algorithm that calculates the po...
Definition vectorize.hpp:28
LOSTVectorGenerationAlgorithm(Quaternion relativeOrientation, Quaternion referenceOrientation)
Creates a LOSTVectorGenerationAlgorithm object.
Definition vectorize.hpp:40
LOSTVectorGenerationAlgorithm(Quaternion orientation)
Creates a LOSTVectorGenerationAlgorithm object.
Definition vectorize.hpp:58
Quaternion orientation
Orientation from LOST.
Definition vectorize.hpp:79
PositionVector Run(const PositionVector &x_E) override
Runs the Vector Assembly Algorithm, which finds the vector of the satellite with respect to Earth's c...
Definition vectorize.cpp:7
~LOSTVectorGenerationAlgorithm()=default
A Quaternion is a mutable object that represents a Quaternion.
Definition attitude-utils.hpp:192
A Stage is a data structure that wraps a function, and taking in parameter Input and returning Output...
Definition pipeline.hpp:32
A Vec3 is a mutable object that represents a 3D Vector.
Definition attitude-utils.hpp:47
The VectorGenerationAlgorithm class houses the Vector Assembly Algorithm.
Definition vectorize.hpp:15
virtual ~VectorGenerationAlgorithm()
Definition vectorize.hpp:20
VectorGenerationAlgorithm()=default
Definition calibrate.cpp:7