IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#446 closed defect (fixed)

psFitsWriteTable() does not handle strings

Reported by: jhoblitt Owned by: robert.desonia@…
Priority: highest Milestone:
Component: types Version: 0.6.0
Severity: normal Keywords:
Cc:

Description

Current this function only handles PS_META_S32, PS_META_F32, PS_META_F64, &
PS_META_BOOL while silently ignoring other datatypes. Please add support for
PS_META_STR and generate an error message for unsupported types.

Change History (9)

comment:1 by robert.desonia@…, 21 years ago

Status: newassigned

comment:2 by jhoblitt, 21 years ago

Priority: highhighest
Severity: majorcritical

comment:3 by robert.desonia@…, 21 years ago

Added support for strings in psFitsWriteTable. Did basic positive tests; will add more and beef up error
messages.

Also, currently psFitsWriteTable doesn't support psVectors but FITS tables could; is that a strong desire?

-rdd

comment:4 by jhoblitt, 21 years ago

Cc: price@… added

I don't personally have much desire for direct vector support but Paul may... Paul?

comment:5 by Paul Price, 21 years ago

I think vector support is important to be able to read Ed's astrometry tables.

comment:6 by robert.desonia@…, 21 years ago

Resolution: fixed
Severity: criticalnormal
Status: assignedclosed

Added both string and vector support for both read and writing of binary tables.

Added error messages for remaining unsupported types found in the input metadata.

Fix is in CVS.

comment:7 by Paul Price, 21 years ago

Awesome!

comment:8 by Paul Price, 20 years ago

Keywords: VERIFIED added

Bug has been resolved.... closing.

comment:9 by Paul Price, 20 years ago

Keywords: VERIFIED removed

Bugs have been fixed... closing.

Note: See TracTickets for help on using tickets.