Typedef lsst::afw::table::RecordId

Typedef Documentation

typedef std::int64_t lsst::afw::table::RecordId

Type used for unique IDs for records.

FITS isn’t fond of uint64, so we can save a lot of pain by using signed ints here unless we really need unsigned.