IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#732 closed defect (fixed)

psFitsWriteHeader is dropping the comments

Reported by: eugene Owned by: David.Robbins@…
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

Change History (3)

comment:1 by Paul Price, 20 years ago

Resolution: fixed
Status: newclosed

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

comment:2 by Paul Price, 20 years ago

Keywords: VERIFIED added

Bug has been resolved.... closing.

comment:3 by Paul Price, 20 years ago

Keywords: VERIFIED removed

Bugs have been fixed... closing.

Note: See TracTickets for help on using tickets.