carputils
Doxygen code documentation for the python framework controlling openCARP
Functions | Variables
bin.txt2h5 Namespace Reference

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

Functions

def parser ()
 
def read_sv_text_header (filename)
 Reads a text file header provided by an ionic model author and extracts information about the states variables to create the HDF5 repository. More...
 
def read_sv_text (sv_list, filename)
 document this function More...
 
def createTblDesc (sv_list)
 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 dump_text2HDF5 (names, data, h5file, whitelist)
 Function to create a repository based on a header created by the author. More...
 
def cpu_time ()
 
def main ()
 

Variables

string epilog
 
 xrange = range
 

Detailed Description

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

Function Documentation

◆ cpu_time()

def bin.txt2h5.cpu_time ( )

◆ createTblDesc()

def bin.txt2h5.createTblDesc (   sv_list)

Create and return an instance of Description class which will be used to describe the structure of the table for the hdf5 file.

◆ dump_text2HDF5()

def bin.txt2h5.dump_text2HDF5 (   names,
  data,
  h5file,
  whitelist 
)

Function to create a repository based on a header created by the author.

◆ main()

def bin.txt2h5.main ( )

◆ parser()

def bin.txt2h5.parser ( )

◆ read_sv_text()

def bin.txt2h5.read_sv_text (   sv_list,
  filename 
)

document this function

◆ read_sv_text_header()

def bin.txt2h5.read_sv_text_header (   filename)

Reads a text file header provided by an ionic model author and extracts information about the states variables to create the HDF5 repository.

Variable Documentation

◆ epilog

string bin.txt2h5.epilog
Initial value:
1 = """
2 (c) Bernardo M. Rocha <bernardomartinsrocha@gmail.com> and
3  Gernot Plank <gernot.plank@medunigraz.at>
4 """

◆ xrange

bin.txt2h5.xrange = range