#732 closed defect (fixed)
psFitsWriteHeader is dropping the comments
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | fits | Version: | 0.10.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
psFitsWriteHeader was not writing out the COMMENTS and HISTORY entries
correctly, and it was leaving only one of each in the output header. This is
because these fields need to be written with:
fits_write_comment(fits->fd, item->comment, &status);
and
fits_write_history(fits->fd, item->comment, &status);
I've fixed this in the rel10_ifa release
Note:
See TracTickets
for help on using tickets.

Gene's fix disappeared in the recent reworking of the FITS header write
functions, but I've just reinstated it. Fix in CVS head.