Skip to content

Add signed byte and unsigned short/int/long to be compatible with FITS #72

@fxpineau

Description

@fxpineau

Since:
1 - VOTable has been largely inspired by/built to be compatible with FITS, and
2 - FITS does support the logical types signed byte and unsigned short/int/long (using TSCALn/TZEROn, see Tab. 19 in the FITS standard),

What about supporting logical signed byte and unsigned short/int/long in VOTable, using e.g.:

  • signed byte: datatype="unsignedByte" xtype="signed"
  • unsigned short/int/long: dataype="short/int/long" xtype="unsigned"

using a cast to transform unsigned/signed stored values (ASCII or binary) into logical signed/unsigned logical values?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions