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