|
LOST 0.0.1
LOST: Open-source Star Tracker
|
The result of running a pipeline. More...
#include <io.hpp>
Public Attributes | |
| std::unique_ptr< Stars > | stars = nullptr |
| std::unique_ptr< StarIdentifiers > | starIds = nullptr |
| std::unique_ptr< Attitude > | attitude = nullptr |
| long long | centroidingTimeNs = -1 |
| How many nanoseconds the centroiding stage of the pipeline took. | |
| long long | starIdTimeNs = -1 |
| long long | attitudeEstimationTimeNs = -1 |
| Catalog | catalog |
| The catalog that the indices in starIds refer to. | |
The result of running a pipeline.
Also stores intermediate outputs, not just the final attitude.
| Catalog lost::PipelineOutput::catalog |
| std::unique_ptr<StarIdentifiers> lost::PipelineOutput::starIds = nullptr |