Opened 21 years ago
Closed 20 years ago
#576 closed defect (fixed)
psFitsHeaderFromTable functionality unclear
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | robert.desonia@… |
Description
What exactly does it mean to update a header (stored as psMetadata) to be compatible with the
supplied table (an array of psMetadata)?
Is the table parameter referring to the output of psFitsReadTable? If so, how shall I represent the data
of multiple rows, via a numeric suffix to the column name? E.g., if I had a 3 row table with column A
and B, would I add 6 keys called A0, A1, A2, B0, B1, B2? Should I use 1-based counting instead of 0-
based, i.e., A1,A2,A3,...?
-rdd
Change History (3)
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 20 years ago
| Cc: | added |
|---|
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

psFitsHeaderFromTable was done away with, following modification to
psFitsWriteHeader to do the Right Thing.