This commit is contained in:
Timur A. Fatkhullin
2025-09-02 00:45:23 +03:00
parent 3d3b57a311
commit de80acf315
7 changed files with 390 additions and 80 deletions

View File

@@ -115,7 +115,7 @@ public:
if constexpr (mccIsEquatorialMount(PcmT::mountType)) {
double dha_min = 0.0, dha;
double dha_min = std::numbers::pi * 2.0, dha;
// find the closest pzone
@@ -134,7 +134,7 @@ public:
}
}
if (utils::isEqual(dha_min, 0.0)) { // no intersections
if (utils::isEqual(dha_min, std::numbers::pi * 2.0)) { // no intersections
no_intersects = true;
cpt.X = tdata.HA + 710.0_mins; // 12h - 10min
cpt.Y = tdata.DEC_APP;