Skip to content

C code to extract a tiptrace from cardiac simulations

License

Notifications You must be signed in to change notification settings

aspirerabbit/tip_trace

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.8%
  • Makefile 2.2%