IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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 eugene)

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 eugene, 17 years ago

Owner: changed from gusciora@… to Paul Price
Priority: highlowest
Severity: normalminor
Status: newassigned
Type: defectenhancement

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

comment:2 by eugene, 16 years ago

Component: fitsPSLib
Description: modified (diff)
Note: See TracTickets for help on using tickets.