Total Complexity | 0 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | # Copyright (c) 2017-2018 Stefan Bender |
||
2 | # |
||
3 | # This module is part of sciapy. |
||
4 | # sciapy is free software: you can redistribute it or modify |
||
5 | # it under the terms of the GNU General Public License as published |
||
6 | # by the Free Software Foundation, version 2. |
||
7 | # See accompanying LICENSE file or http://www.gnu.org/licenses/gpl-2.0.html. |
||
8 | 1 | """SCIAMACHY regression modelling |
|
9 | |||
10 | This module contains regression models and methods to analyse |
||
11 | SCIAMACHY level 2 number density data (only NO for now). |
||
12 | """ |
||
13 | |||
14 | 1 | from .load_data import * |
|
15 | from .mcmc import * |
||
16 |