Opened 20 years ago
Last modified 16 years ago
#721 assigned enhancement
New functions: psFitsIsImage and psFitsIsTable
| Reported by: | Paul Price | Owned by: | Paul Price |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | PSLib | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description (last modified by )
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.
Change History (2)
comment:1 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Priority: | high → lowest |
| Severity: | normal → minor |
| Status: | new → assigned |
| Type: | defect → enhancement |
comment:2 by , 16 years ago
| Component: | fits → PSLib |
|---|---|
| Description: | modified (diff) |
Note:
See TracTickets
for help on using tickets.

Still not coded (2009.03.10), but priority is apparently not very high.