carputils
Doxygen code documentation for the python framework controlling openCARP
|
Classes | |
class | carputils.carpio.igb.IGBFile |
IGB format file IO class. More... | |
Namespaces | |
carputils.carpio.igb | |
Functions | |
def | carputils.carpio.igb.open (args, kwargs) |
Open an IGB file. More... | |
def | carputils.carpio.igb.read (filename, reshape=True) |
Read an IGB file and return the reshaped data array plus header. More... | |
Variables | |
string | carputils.carpio.igb.FORMFEED = b'\x0c' |
int | carputils.carpio.igb.MAXLENGTH = 128*1024 |
carputils.carpio.igb.fopen = open | |