#441 closed defect (fixed)
Definition of psFitsType
| Reported by: | 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 , 21 years ago
| Owner: | changed from to |
|---|---|
| Summary: | Definition of psFitsType → Definition of psFitsType |
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Now in the SDRS.