Skip to content
Novus Examples
fits5.6 KB

FITS Image (.fits)

A minimal but valid FITS image — a primary header of 80-character cards padded to a 2880-byte block, followed by a 16x16 unsigned-byte pixel gradient — for testing FITS readers and header-card parsers.

Preview — schema + first 6 rowsfits
CardValue
SIMPLET (conforms to FITS)
BITPIX8 (unsigned bytes)
NAXIS2
NAXIS1 x NAXIS216 x 16
OBJECTSample Gradient
TELESCOPNOVUS-SIM
80-char header cards in 2880-byte blocks, then a 16x16 pixel array.

Specifications

Format
FITS
Image
16x16
Bitpix
8
Block Size
2880
Object
Sample Gradient

What is a .fits file?

FITS (.fits, Flexible Image Transport System) is the standard binary format in astronomy. It pairs human-readable 80-character header cards (in 2880-byte blocks) with binary image or table data, storing pixel arrays, coordinates, and instrument metadata. It has been the astronomical archive format for decades.

How to use this file

Use an example .fits file to test FITS readers (astropy, CFITSIO, DS9), header-card parsing, and image or table extraction, or to verify block-alignment handling.

Generated by generation/sci_data.py. Free for any use, no attribution required — license.