#410 closed defect (fixed)
psFitsReadHeaderSet uses hashes instead of metadata
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | types | Version: | 0.5.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The SDRS specifies that psFitsReadHeaderSet returns a psMetadata containing
individual psMetadatas for each of the extensions. The current implementation
returns a psHash containing psMetadatas for each of the extensions.
It should be possible to correct this now that psMetadata supports PS_META_META.
Change History (4)
comment:1 by , 21 years ago
| Status: | new → assigned |
|---|
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

changed code and cooresponding test in CVS.