BITPIX
BITPIX is a header keyword in the FITS (Flexible Image Transport System) file format that specifies the number of bits per data value in an image or binary table. It informs software how the pixel values are encoded and how to interpret the data array that follows the header.
The BITPIX value is an integer with typical valid values of 8, 16, 32, -32, and -64.
The data size in bytes is determined by the number of pixels times the bits per pixel
BITPIX is a mandatory descriptor for image data in FITS files and is also relevant for binary