freesurfer / surfa

Python utilities for medical image and surface-based analysis
24 stars 8 forks source link

Fixed bug in pipeline.py and exposed it in top level __init__ #8

Closed jnolan14 closed 1 year ago

jnolan14 commented 1 year ago

Added a line to the top level init file to expose pipeline in the surfa module. Fixed a bug in CommandPipeline.run(), that was calling the the underlying surfa.system.run() specifying an argument by the wrong name.