#37 closed defect (fixed)
CFITSIO Doesn't seem to support FILE*
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
psImageFReadSection/psImageFWriteSection specifies the use of FILE* to specify
the input stream, but CFITSIO doesn't offer a simple means to utilize such a
thing. CFITSIO seems to prefer only the use of a filename string. How do I
implement the 'F' version of these functions? Should we substitute fitsfile*
for FILE*? That would lock us to the CFITSIO implementation, which is probably
not what you want.
I suggest dropping the 'F' version of these functions unless you know of a way
to get CFITSIO to accept a FILE* to specify the file.
-rdd
Change History (1)
comment:1 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
| Summary: | CFITSIO Doesn't seem to support FILE* → CFITSIO Doesn't seem to support FILE* |
Note:
See TracTickets
for help on using tickets.

we've agreed to drop the Fread, Fwrite versions from PSLib for now.