|
RAVE
|
Python version of the FileObject API. More...
#include "pyravecompat.h"#include <limits.h>#include <math.h>#include <stdio.h>#include <string.h>#include "pyrave_debug.h"#include "rave.h"#include "pyfileobject.h"#include <arrayobject.h>#include "pyravevalue.h"#include "rave_alloc.h"#include "pyravedata2d.h"Macros | |
| #define | NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION |
| #define | PYFILEOBJECT_MODULE |
| to get correct part in pyfileobject.h | |
| #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 ("_fileobject") | |
| Debug this module. | |
| PyDoc_STRVAR (_pyfileobject_module_doc, "Performs the path integrated attenuation according to the Hitchfeld-Bordan method\n\n" "Usage:\n" " import _pia\n" " pia = _pia.new()\n" " scan = _raveio.open(\"qcvol.h5\").object.getScan(0)\n" " pia.process(scan, \"DBZH\", True, True, True) # Booleans are addparam, reprocessquality, apply\n\n") | |
| MOD_INIT (_fileobject) | |
Variables | |
| PyTypeObject | PyFileObject_Type |
Python version of the FileObject API.
| #define PYFILEOBJECT_MODULE |
to get correct part in pyfileobject.h
| #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.
| PYRAVE_DEBUG_MODULE | ( | "_fileobject" | ) |
Debug this module.