...
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user