carputils
Doxygen code documentation for the python framework controlling openCARP
|
Read in a given mesh and matching activation time data to compute conduction velocity vectors. More...
Functions | |
def | parser () |
def | str2bool (s) |
Convert string to bool (in argparse context). More... | |
def | jobID (args) |
Generate name of top level output directory. More... | |
def | CVrestitutionPlot (model, CIs, CVs) |
Plot CV resitution curve. More... | |
def | run (args, job) |
Variables | |
xrange = range | |
Read in a given mesh and matching activation time data to compute conduction velocity vectors.
def bin.restituteCV.CVrestitutionPlot | ( | model, | |
CIs, | |||
CVs | |||
) |
Plot CV resitution curve.
model str Name of model for which CV restitution was probed CIs int list of coupling intervals tested CVs float list of measured conduction velocities
def bin.restituteCV.jobID | ( | args | ) |
Generate name of top level output directory.
def bin.restituteCV.parser | ( | ) |
def bin.restituteCV.run | ( | args, | |
job | |||
) |
def bin.restituteCV.str2bool | ( | s | ) |
Convert string to bool (in argparse context).
bin.restituteCV.xrange = range |