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.

How to use this file for testing

“FITS Image (.fits)” is a deterministic Novus Examples fixture for Scientific data. Citation catalogs (BibTeX, RIS), chemistry structures (MDL Molfile, PDB), and gridded binary data (NetCDF, FITS) — for testing reference managers, molecule viewers, and scientific-data loaders.

Documented properties for this file: FITS. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

Data fixtures document their exact quirks — delimiters, encodings, null handling, schema, and row counts — in the spec table. Point your parser or importer at the file and assert it handles the documented edge cases; clean and deliberately-messy siblings make before/after diffs straightforward.

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