This commit is contained in:
2025-08-27 17:55:57 +03:00
parent 9fb33e5bec
commit 45f655dc90
6 changed files with 229 additions and 5 deletions

View File

@@ -739,6 +739,7 @@ public:
} else {
auto tanZ = tan(pt.Y);
*dZ = rmodel.refa * tanZ + rmodel.refb * tanZ * tanZ * tanZ;
// *dZ = rmodel.refa / tanZ + rmodel.refb / (tanZ * tanZ * tanZ);
}
} else {
MccCelestialPoint tr_pt{.pair_kind = MccCoordPairKind::COORDS_KIND_AZZD, .time_point = pt.time_point};