#349 closed defect (fixed)
psFitsReadHeader() removes keywords it shouldn't
| Reported by: | jhoblitt | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | types | Version: | 0.5.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Useful keywords are currently being removed. Please stop removing any keywords
until we can agree on what is safe to be striped. The responsible code is
psFits.c:29-43,488-493
Attachments (1)
Note:
See TracTickets
for help on using tickets.

Removed the list of keys to exclude. Also allowed duplicates, as COMMENT is no
longer excluded.
Fix is in CVS head.