|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Functions | |
| def | PEERP (args, job, cmd_ref, mesh_name, sinus, stim_point, steady_state_dir, tag_str="") |
| Pacing at the End of the Effective Refractory Period: More... | |
| def | RP_E (args, job, cmd_ref, meshname, stim_points, steady_state_dir) |
| Rapid Pacing with reentry check at the End: More... | |
| def | RP_B (args, job, cmd_ref, meshname, stim_points, steady_state_dir) |
| Rapid Pacing with reentry check after every Beat: More... | |
| def | assignRandomCoord (points, sing_points, radius) |
| def | assignDirection (coordinates, radius) |
| def | PSD (args, job, cmd, meshname, xyz, triangles, centre) |
| Phase Singularity Distribution: More... | |
| def carputils.model.induceReentry.assignDirection | ( | coordinates, | |
| radius | |||
| ) |
| def carputils.model.induceReentry.assignRandomCoord | ( | points, | |
| sing_points, | |||
| radius | |||
| ) |
| def carputils.model.induceReentry.PEERP | ( | args, | |
| job, | |||
| cmd_ref, | |||
| mesh_name, | |||
| sinus, | |||
| stim_point, | |||
| steady_state_dir, | |||
tag_str = "" |
|||
| ) |
Pacing at the End of the Effective Refractory Period:
It triggers ectopic beats at the end of the effective refractory period, computed as the minimum coupling interval at which the action potential could propagate in the tissue.
Input parser arguments (args), output directory (job.ID), struct containing imp_regions and gregions (cmd_ref), meshname, sinus node location (sinus), stimulation point location (x,y,z) and prepacing directory (steady_state_dir)
help='tolerance to compute the end of the effective refractory period'
| args | |
| job | |
| cmd_ref | |
| mesh_name | |
| sinus | |
| stim_point | 3D position of the stimulation point |
| steady_state_dir | |
| tag_str | Tags which belong to the surface of the corresponding atrium size (all LA or all RA tags) :return: |
| def carputils.model.induceReentry.PSD | ( | args, | |
| job, | |||
| cmd, | |||
| meshname, | |||
| xyz, | |||
| triangles, | |||
| centre | |||
| ) |
Phase Singularity Distribution:
It consists of manually placing phase singularities on the geometrical model and then solving the Eikonal equation to estimate the activation time map. Based on this initial state, you can simulate electrical wave propagation by solving the monodomain equation.
Input parser arguments (args), output directory (job.ID), struct containing imp_regions and gregions (cmd_ref), meshname, stimulation point location (x,y,z) and prepacing directory (steady_state_dir)
| def carputils.model.induceReentry.RP_B | ( | args, | |
| job, | |||
| cmd_ref, | |||
| meshname, | |||
| stim_points, | |||
| steady_state_dir | |||
| ) |
Rapid Pacing with reentry check after every Beat:
It consists of a train of electrical stimulations with decreasing coupling interval (args.step) between args.start_bcl and args.end_bcl. It can give multiple beats with the same cycle length (args.max_n_beats_RP) and it checks for arrhythmia induction after every beat.
Input parser arguments (args), output directory (job.ID), struct containing imp_regions and gregions (cmd_ref), meshname, stimulation point location (x,y,z) and prepacing directory (steady_state_dir)
| def carputils.model.induceReentry.RP_E | ( | args, | |
| job, | |||
| cmd_ref, | |||
| meshname, | |||
| stim_points, | |||
| steady_state_dir | |||
| ) |
Rapid Pacing with reentry check at the End:
It consists of a train of electrical stimulations with decreasing coupling interval (args.step) between args.start_bcl and args.end_bcl. It can give multiple beats with the same cycle length (args.max_n_beats_RP) and it checks for arrhythmia induction at the end of the protocol
Input parser arguments (args), output directory (job.ID), struct containing imp_regions and gregions (cmd_ref), meshname, stimulation point location (x,y,z) and prepacing directory (steady_state_dir)
1.8.13