#266 closed defect (fixed)
Return type of psFitsReadHeaderSet: psMetadata* or psHash*?
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
in SDRS version 10, the prototype of psFitsReadHeaderSet has a psMetadata*
return, but the description that follows states the values should be put into a
psHash.
Should not the return type then be psHash?
Change History (3)
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This was inconsistent wording, and was fixed in version 11. The output should
be a psMetadata. This is necessary because we must be able to maintain the
order of headers in a fits file, but we must also be able to access the headers
by EXTNAME.