Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfanmark committed Jul 5, 2023
2 parents db05069 + 6d93b64 commit ddb59de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WhiteMatterAnalysis (WMA) provides fiber clustering and tractography analysis to

Miniconda is a nice option becuase it includes pip, setuptools, and all library dependencies (such as VTK and scipy).

- Download and install Miniconda (**Python 3.7**) from https://conda.io/miniconda.html
- Download and install Miniconda from https://conda.io/miniconda.html

## 2. Install whitematteranalysis with pip:

Expand Down
2 changes: 1 addition & 1 deletion bin/harden_transform_with_slicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def harden_transform(polydata, transform, inverse, outdir):
if os.path.exists(output_name):
return

check_load, polydata_node = slicer.util.loadModel(str(polydata), 1)
check_load, polydata_node = slicer.util.loadFiberBundle(str(polydata), 1)
if not check_load:
print('Could not load polydata file:', polydata)
return
Expand Down

0 comments on commit ddb59de

Please sign in to comment.