|
RAVE
|
Python version of the dealiasing API. More...
#include "pyravecompat.h"#include "arrayobject.h"#include "rave.h"#include "rave_debug.h"#include "dealias.h"#include "pypolarvolume.h"#include "pypolarscan.h"#include "pypolarscanparam.h"#include "pyrave_debug.h"Macros | |
| #define | NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION |
| #define | Raise(type, msg) |
| Sets a Python exception. | |
| #define | raiseException_gotoTag(tag, type, msg) |
| Sets a Python exception and goto tag. | |
| #define | raiseException_returnNULL(type, msg) |
| Sets a Python exception and return NULL. | |
Functions | |
| PYRAVE_DEBUG_MODULE ("_dealias") | |
| Debug this module. | |
| PyDoc_STRVAR (_dealias_module_doc, "Provides functionality for dealiasing radial wind data.") | |
| MOD_INIT (_dealias) | |
| Initialize the _dealias module. | |
Python version of the dealiasing API.
| #define Raise | ( | type, | |
| msg ) |
Sets a Python exception.
| #define raiseException_gotoTag | ( | tag, | |
| type, | |||
| msg ) |
Sets a Python exception and goto tag.
| #define raiseException_returnNULL | ( | type, | |
| msg ) |
Sets a Python exception and return NULL.
| MOD_INIT | ( | _dealias | ) |
Initialize the _dealias module.
| PYRAVE_DEBUG_MODULE | ( | "_dealias" | ) |
Debug this module.