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

Classes

class  bin.bin2h5.FileDescription
 Class to hold the information about each of the binary output files generated by LIMPET/bench which contain information about the sv. More...
 

Namespaces

 bin.bin2h5
 Create a HDF5 repository file for the ionic models in LIMPET.
 

Functions

def bin.bin2h5.parser ()
 
def bin.bin2h5.cpu_time ()
 
def bin.bin2h5.read_sv_dump (filename, is_bigendian, type, dsize, numSamps)
 Read state variables from binary file. More...
 
def bin.bin2h5.read_sv_dump_header (filename)
 Reads header provided by LIMPET/bench and extracts information about the binary files to read and create the HDF5 repository. More...
 
def bin.bin2h5.read_sv_dumps (flst)
 
def bin.bin2h5.openCARP_dtype (carp_dtype, carp_dsize)
 Determine openCARP data type. More...
 
def bin.bin2h5.createTblDesc (fileList)
 Create and return an instance of Description class which will be used to describe the structure of the table for the hdf5 file. More...
 
def bin.bin2h5.dump2hdf5 (headerFile, h5File, whitelist=None)
 Function to create a repository based on a header created with LIMPET/bench. More...
 
def bin.bin2h5.main ()
 

Variables

string bin.bin2h5.epilog
 
 bin.bin2h5.xrange = range