IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#441 closed defect (fixed)

Definition of psFitsType

Reported by: Eric.VanAlst@… Owned by: eugene
Priority: low Milestone:
Component: PSLib SDRS Version: unspecified
Severity: minor Keywords:
Cc:

Description

In SDR-14 section 5.4.1, function psFitsGetExtType is specified to return type
psFitsTypes but this data type is not defined within the SDR. The
implementation does define the following:

typedef enum {

PS_FITS_TYPE_NONE = -1,
PS_FITS_TYPE_IMAGE = IMAGE_HDU,
PS_FITS_TYPE_BINARY_TABLE = BINARY_TBL,
PS_FITS_TYPE_ASCII_TABLE = ASCII_TBL,
PS_FITS_TYPE_ANY = ANY_HDU

} psFitsType;

Change History (2)

comment:1 by Paul Price, 21 years ago

Owner: changed from Paul Price to eugene
Summary: Definition of psFitsType Definition of psFitsType

comment:2 by Paul Price, 21 years ago

Resolution: fixed
Status: newclosed

Now in the SDRS.

Note: See TracTickets for help on using tickets.