casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Modules
images package (libcasa_images)

The images package handles N-dimensional images, their masks, coordinates, and auxiliary info like history. More...

Modules

 Images_module
 N-dimensional astronomical images.
 
 Regions_module
 Regions in N-dimensional astronomical images.
 

Detailed Description

The images package handles N-dimensional images, their masks, coordinates, and auxiliary info like history.

Concrete images can be stored in a Table (as a PagedImage) or in HDF5 format (as an HDF5Image).
Furthermore, it is possible to use virtual images like:

It is built on top of the lattices module.