#564 closed defect (fixed)
psFitsMoveEnd definition not technically possible in CFITSIO
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
psFitsMoveEnd is defined to move 'the pointer to the end of the file', but CFITSIO requires that the
current HDU pointer be on an existing HDU if one exists.
I've implemented it to move to the last HDU. This problem is related to and effects psFitsWriteImage,
which is covered in a separate bug report.
Change History (2)
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

The function is renamed "psFitsMoveLast":
bool psFitsMoveLast(psFits *fits);
Moves the pointer to the last extension in the file.