|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Read binary lookup tables into python numpy arrays. More...
Classes | |
| class | LUTFile |
| Read from a LUT file. More... | |
| class | LUTHeader |
| Describes a LUT file header. More... | |
Functions | |
| def | open (args, kwargs) |
| Open a LUT file. More... | |
Variables | |
| int | INT_SIZE = 4 |
| fopen = open | |
Read binary lookup tables into python numpy arrays.
| def carputils.carpio.lut.open | ( | args, | |
| kwargs | |||
| ) |
Open a LUT file.
Convenience method to provide normal python style interface to create a file type object.
Parameters inherited from LUTFile.__init__()
| carputils.carpio.lut.fopen = open |
| int carputils.carpio.lut.INT_SIZE = 4 |
1.8.13