carputils
Doxygen code documentation for the python framework controlling openCARP
Classes | Namespaces | Functions | Variables
igb.py File Reference

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