|
The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
|
Class for loading and analyzing a structured OFT binary file.
Public Member Functions | |
| __getitem__ (self, key) | |
| __init__ (self, filename) | |
| Load and parse binary file into Python representation. | |
| __iter__ (self) | |
| __repr__ (self) | |
| Print information about the file. | |
| get (self, keyname, value=None) | |
| items (self) | |
| keys (self) | |
| save_to_hdf5 (self, filename) | |
| Convert data to HDF5 format. | |
| save_to_matlab (self, filename) | |
| Convert data to MATLAB format. | |
Public Attributes | |
| content | |
| dim | |
| field_descriptions | |
| field_repeats | |
| field_sizes | |
| field_tags | |
| field_types | |
| header | |
| line_fmt | |
| line_length | |
| nfields | |
| nlines | |
| offset | |
Protected Attributes | |
| _data | |
| _filename | |
| __init__ | ( | self, | |
| filename | |||
| ) |
Load and parse binary file into Python representation.
| __getitem__ | ( | self, | |
| key | |||
| ) |
| __iter__ | ( | self | ) |
| __repr__ | ( | self | ) |
Print information about the file.
| get | ( | self, | |
| keyname, | |||
value = None |
|||
| ) |
| items | ( | self | ) |
| keys | ( | self | ) |
| save_to_hdf5 | ( | self, | |
| filename | |||
| ) |
Convert data to HDF5 format.
| save_to_matlab | ( | self, | |
| filename | |||
| ) |
Convert data to MATLAB format.
|
protected |
|
protected |
| content |
| dim |
| field_descriptions |
| field_repeats |
| field_sizes |
| field_tags |
| field_types |
| header |
| line_fmt |
| line_length |
| nfields |
| nlines |
| offset |