casacore
|
Modules | |
DataMan_module_internal_classes | |
Internal DataMan_module classes and functions. | |
DataManagers are the physical representation of table data.
See below for an overview of the classes in this module.
Public interface
DataMan is the abbreviation of data managers.
Tables are the fundamental storage mechanism for Casacore. Tables themselves are a logical organization of the data. Table data are physically stored (or calculated on the fly) using data managers.
Casacore ships with several data managers, but it is possible to write a specific data manager that can be loaded dynamically from a shared library.
See the Tables module for more information.