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

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
 

Detailed Description

Read in a given mesh and matching activation time data to compute conduction velocity vectors.

Function Documentation

◆ CVrestitutionPlot()

def bin.restituteCV.CVrestitutionPlot (   model,
  CIs,
  CVs 
)

Plot CV resitution curve.

Parameters

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

◆ jobID()

def bin.restituteCV.jobID (   args)

Generate name of top level output directory.

◆ parser()

def bin.restituteCV.parser ( )

◆ run()

def bin.restituteCV.run (   args,
  job 
)

◆ str2bool()

def bin.restituteCV.str2bool (   s)

Convert string to bool (in argparse context).

Variable Documentation

◆ xrange

bin.restituteCV.xrange = range