Project Overview
================

Introduction
------------

SDC-CH common library for the Euclid project.

Architecture overview
---------------------

The Alexandria project is a collection of generic reusable modules, which
target a more reliable and easier programming experience. The contained
modules are the following:

- **AlexandriaKernel**: Collection of utilities
- **Configuration**   : Handling of configuration sets and their interdependencies
- **GridContainer**   : Module providing multi-dimensional grids
- **MathUtils**       : API for mathematical function definition and manipulation
- **NdArray**         : Module providing a multidimensional array
- **PhysicsUtils**    : Physical parameters and cosmological distances
- **SOM**             : Self Organizing Map
- **SourceCatalog**   : Module for handling catalog data
- **Table**           : Module for ASCII and FITS table handling
- **XYDataset**       : Module providing an interface for accessing two dimensional datasets
