issues
search
openep
/
openep-py
Electrophysiology data analysis with Python.
GNU General Public License v3.0
11
stars
7
forks
source link
Add reader for Circle CVI workspaces
#168
Closed
p-j-smith
closed
2 years ago
p-j-smith
commented
2 years ago
Changes made:
Added a reader for Circle CVI workspace file
Creates a pyvista.PolyData mesh from the contours defined in the workspace file along with associated dicom files
Added an example of how to use the reader
Optionally returns a pandas DataFrame containing metadata about the dicoms used in constructing the mesh
Creates either the epi or endo surface mesh, or both
Changes made: