Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sharoncy authored Mar 22, 2024
1 parent a2eccf2 commit e546665
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ https://quint-workflow.readthedocs.io/en/latest/
# Usage
As input PyNutil requires:
1. An alignment JSON generated with the QuickNII or VisuAlign software
2. A segmented image for each brain section with the feature-of-interests displayed in a unique RGB colour.
2. A segmentation file for each brain section with the feature-of-interests displayed in a unique RGB colour (it currently accepts many image formats, png, jpg, jpeg, etc).

To run PyNutil, first fill in a test.json with the paths to the required input files. This includes the reference atlas volume, atlas label file, segmentation directory, and path to the alignment json (from QuickNII or VisuAlign).
To run PyNutil, first fill in a test.json with the correct reference atlas and paths to the required input files. e.g. reference atlas volume, atlas label file, segmentation directory, and path to the alignment json (from QuickNII or VisuAlign).

Then Run testOOP.py outside of the PyNutil directory (cd ..) to inititate the job.

Expand All @@ -24,6 +24,7 @@ pnt.quantify_coordinates()
pnt.save_analysis("PyNutil/outputs/myResults")
```
PyNutil generates a series of reports which are saved to the "outputs" directory.

# Acknowledgements
PyNutil is developed at the Neural Systems Laboratory at the Institute of Basic Medical Sciences, University of Oslo, Norway with support from the EBRAINS infrastructure, and funding support from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Framework Partnership Agreement No. 650003 (HBP FPA).
Expand Down

0 comments on commit e546665

Please sign in to comment.