The Remote Sensing Libraries
(RSL) are designed to generate atmospheric databases, to
analyze the information content of satellite observations, and to
develop remote sensing algorithms (Bayesian, 1D var, neural network).
The package is organized in libraries that can directly be called by
C++ codes. The libraries are written in object-oriented C++.
Libraries (click for documentation):
- libBASE: Manipulation of atmospheric databases in various formats
- libPHYS: Collection of physical routines (unit conversions,...)
- libGRAPH: Some tools for graphical purpose (netCDF formats, ...)
- libNN: Neural network library
- iRTTOV: C++ interface for the radiative transfer code RTTOV
Program Examples:
- gen_base.cpp: generation of an atmospheric database
- invNN.cpp: design of a neural network inversion algorithm
- info_content.cpp: information content analysis