astrogo / fitsio

fitsio is a pure-Go package to read and write `FITS` files
BSD 3-Clause "New" or "Revised" License
53 stars 24 forks source link

handle big.Int #4

Closed sbinet closed 9 years ago

sbinet commented 9 years ago

FITS files headers may hold integers bigger than what int64 can encode.

e.g.:

QID     = 40002100000000422948
QOBSEQID= 30001200000000003545

in that case: convert to math/big.Int