Opened 20 years ago
Last modified 16 years ago
#721 assigned enhancement
New functions: psFitsIsImage and psFitsIsTable — at Initial Version
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | PSLib | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description
We need functions that tell us what type of extension we're dealing with, based
on the header:
bool psFitsIsImage(psMetadata *header);
bool psFitsIsTable(psMetadata *header);
psFitsIsImage shall return true if the FITS header corresponds to that of a FITS
image. psFitsIsTable shall return true if the FITS header corresponds to that
of a FITS table.
I've added this function to the SDRS, and wanted to let you know.
Note:
See TracTickets
for help on using tickets.
