|
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. More... | |
| long long | starIdTimeNs = -1 |
| long long | attitudeEstimationTimeNs = -1 |
| Catalog | catalog |
| The catalog that the indices in starIds refer to. More... | |
The result of running a pipeline.
Also stores intermediate outputs, not just the final attitude.
| std::unique_ptr<Attitude> lost::PipelineOutput::attitude = nullptr |
| long long lost::PipelineOutput::attitudeEstimationTimeNs = -1 |
| Catalog lost::PipelineOutput::catalog |
| long long lost::PipelineOutput::centroidingTimeNs = -1 |
| std::unique_ptr<StarIdentifiers> lost::PipelineOutput::starIds = nullptr |