English

Tiled Image Convention for Storing Compressed Images in FITS Binary Tables

Instrumentation and Methods for Astrophysics 2012-01-09 v1

Abstract

This document describes a convention for compressing n-dimensional images and storing the resulting byte stream in a variable-length column in a FITS binary table. The FITS file structure outlined here is independent of the specific data compression algorithm that is used. The implementation details for 4 widely used compression algorithms are described here, but any other compression technique could also be supported by this convention. The general principle used in this convention is to first divide the n-dimensional image into a rectangular grid of subimages or 'tiles'. Each tile is then compressed as a block of data, and the resulting compressed byte stream is stored in a row of a variable length column in a FITS binary table. By dividing the image into tiles it is generally possible to extract and uncompress subsections of the image without having to uncompress the whole image.

Cite

@article{arxiv.1201.1336,
  title  = {Tiled Image Convention for Storing Compressed Images in FITS Binary Tables},
  author = {Richard L. White and Perry Greenfield and William Pence and Doug Tody and Rob Seaman},
  journal= {arXiv preprint arXiv:1201.1336},
  year   = {2012}
}

Comments

Registered FITS Convention: http://fits.gsfc.nasa.gov/registry/tilecompression.html, v2.2, 4 May 2011, 17 pages

R2 v1 2026-06-21T20:01:06.641Z