This commit is contained in:
2025-08-08 23:50:55 +03:00
parent c45d17b236
commit b99263a014
11 changed files with 709 additions and 197 deletions

View File

@@ -16,6 +16,7 @@ namespace mcc
struct MccCelestialPoint {
typedef double coord_t;
typedef std::chrono::system_clock::time_point time_point_t;
MccCoordPairKind coordPairKind{MccCoordPairKind::COORDS_KIND_RADEC_ICRS};
coord_t x{0.0}, y{0.0};