Opened 20 years ago
Last modified 16 years ago
#833 closed defect
psSphereRotInvert defined wrong — at Initial Version
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | astro | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
psSphereRotInvert is defined:
psSphereRot* psSphereRotInvert(
double alphaP, /< north pole latitude
double deltaP, /< north pole longitude
double phiP /< defines the longitude in the input
system of the equatorial intersection between the two systems (e.g, the first
point of Ares).
);
whereas it is in the SDRS as:
psSphereRot *psSphereRotInvert(psSphereRot *rot)
The SDRS version is preferred.
Note:
See TracTickets
for help on using tickets.
