IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#411 closed defect (fixed)

psFits stuff

Reported by: Paul Price Owned by: eugene
Priority: high Milestone:
Component: PSLib SDRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

We need to make clear that reads and writes operate only on the current extension.

We need to specify a "Create template header" (can set BITPIX, NAXIS, NAXIS[12]
from a psImage):
psMetadata *psFitsCreateHeaderFromImage(psMetadata *header, psImage *image, int
naxis3);
psMetadata *psFitsCreateHeaderFromValues(psMetadata *header, int bitpix, int
naxis1, int naxis2, int naxis3);

I should be able to read in a header from a FITS image, muck with the pixels
(changing naxis[12] and bitpix) and then input that header into
psFitsCreateHeaderFromImage and get the correct header without losing any of the
other precious header keywords.

Change History (1)

comment:1 by Paul Price, 21 years ago

Resolution: fixed
Status: newclosed

psFits has been reworked.

Note: See TracTickets for help on using tickets.