aspirerabbit / tip_trace

C code to extract a tiptrace from cardiac simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tip Tracing
===========

This code, and the libraries it generates are intended for tip tracing in sheets
of cardiac tissue.  Both a standalone executable and a library are generated by
the Makefile.

For an explanation of the algorithm used, please see the comments included in
tip_trace.h.  At present the binary will read binary float or double sheets and
output a tip trace to file

usage
-----

To use the program is very simple:

  $ make

Makes both the binaries and the library.  For a usage summary of the binary

  ./core_trace -h

About

C code to extract a tiptrace from cardiac simulations

License:Other


Languages

Language:C 97.8%Language:Makefile 2.2%