carputils
Doxygen code documentation for the python framework controlling openCARP
|
Namespaces | |
bin.txt2h5 | |
Create a HDF5 repository file for the ionic models in LIMPET. | |
Functions | |
def | bin.txt2h5.parser () |
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. More... | |
def | bin.txt2h5.read_sv_text (sv_list, filename) |
document this function More... | |
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. More... | |
def | bin.txt2h5.dump_text2HDF5 (names, data, h5file, whitelist) |
Function to create a repository based on a header created by the author. More... | |
def | bin.txt2h5.cpu_time () |
def | bin.txt2h5.main () |
Variables | |
string | bin.txt2h5.epilog |
bin.txt2h5.xrange = range | |