#79 closed defect (fixed)
psSphereTransform initialization
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
In SDR-02 paragraph 5.3.2, mentions the psSphereTransform structure contains
the sines and cosines of the angles and that these should be saved to minimize
computation time for repeated transformats. Should these calculations of the
sines and cosines occur during the constructor or upon the first transformation?
Change History (2)
comment:1 by , 22 years ago
| Status: | new → assigned |
|---|
comment:2 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

the constructor should calculate the sines and cosines.
also, it looks a bit unclear: the functions of the form
psSphereTransformICRSToEcliptic () should be constructors as well.