Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated script #61

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ to the final unbiased space are produced.

# Input

Input is a csv-formatted file with with one input NIFTI file per row for 1 level
Input is a csv-formatted file with one input NIFTI file per row for 1 level
model builds.

For a 2 level modelbuild, each row must have 2 or more input files. Mixed level
Expand All @@ -31,6 +31,8 @@ by [CoBrALab/minc-bpipe-library](https://github.com/CobraLab/minc-bpipe-library)
Skull stripped files produce better initial affine matches during registration and
provide stronger features to SyN registration stages compared to unstripped files.

(example input can be found in folder test/)

## Configuration

Suggested configuration is to use a ``--rigid-model-target``, typically an MNI model,
Expand Down Expand Up @@ -85,6 +87,8 @@ or newer.

# Full help

(update required since some new options are not presented below)

```
usage: twolevel_dbm.py [-h]
[--jacobian-sigmas JACOBIAN_SIGMAS [JACOBIAN_SIGMAS ...]]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tqdm
pathos
qbatch
# qbatch, not sure why it's required
2 changes: 2 additions & 0 deletions test/input-lv1.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
input/id01_1.nii.gz
input/id02_1.nii.gz
2 changes: 2 additions & 0 deletions test/input-lv2.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
input/id01_1.nii.gz,input/id01_2.nii.gz
input/id02_1.nii.gz,input/id02_2.nii.gz
Empty file added test/input/id01_1.nii.gz
Empty file.
Empty file added test/input/id01_2.nii.gz
Empty file.
Empty file added test/input/id02_1.nii.gz
Empty file.
Empty file added test/input/id02_2.nii.gz
Empty file.
Loading