casacore
Modules
casa package (libcasa_casa)

The casa package contains the core modules. More...

Modules

 Arrays_module
 
 
 BasicMath_module
 
 
 BasicSL_module
 
 
 Containers_module
 
 
 Exceptions_module
 
 
 HDF5_module
 
 
 Inputs_module
 
 
 IO_module
 
 
 Json_module
 
 
 Logging_module
 
 
 OS_module
 
 
 Quanta_module
 
 
 System_module
 
 
 Utilities_module
 
 

Detailed Description

The casa package contains the core modules.

It is important to note that most of the code has been developed before STL came into existence. Several classes (such as Map) in module Containers are superseded by their STL counterparts and are not used anymore in the Casacore code. However, for backward compatibility the classes still exist, but are not built unless a special Cmake option is given.

A few pre-STL classes still exist though. Regex and String are derived from their STL counterparts because they add functionality.