|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <CloseApproachAnalyzer.hpp>
Public 成员函数 | |
| CloseApproachAnalyzer (const CloseApproachOptions &opts) | |
| errc_t | analyze (const TLE &reference, const TLEDatabase &catalog, CloseApproachReport &report) |
| errc_t | analyze (const TLE &reference, const std::vector< TLE > &candidates, CloseApproachReport &report) |
接近分析编排器
给定参考对象(TLE)与候选目录,按 STK CAT 顺序执行 过期 → 近/远地点 → 轨道路径 → 时间 四级预过滤,再对幸存对象 做暴力采样检测与最近点精化,输出接近结果。
| errc_t ast::CloseApproachAnalyzer::analyze | ( | const TLE & | reference, |
| const std::vector< TLE > & | candidates, | ||
| CloseApproachReport & | report ) |
| errc_t ast::CloseApproachAnalyzer::analyze | ( | const TLE & | reference, |
| const TLEDatabase & | catalog, | ||
| CloseApproachReport & | report ) |