NAXISn
NAXISn is a set of header keywords used in the FITS (Flexible Image Transport System) format to describe the size of each axis in a multidimensional data array. The FITS header defines NAXIS, the number of data axes, and then provides NAXIS1, NAXIS2, up to NAXISN to specify the length along each axis. Each NAXISn value is a positive integer that indicates how many elements exist along that axis.
The axes are numbered from 1 to NAXIS, with axis 1 designated as the fastest-changing index in
NAXISn keywords are required for all axes when NAXIS is greater than zero; that is, if NAXIS
An explicit example: a 2D image with 1024 columns and 768 rows has NAXIS = 2, NAXIS1 =
NAXISn is sometimes used in documentation as a generic placeholder to denote any axis-length keyword from NAXIS1