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

fyi #60

Closed
wants to merge 2 commits into from
Closed

fyi #60

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
2 changes: 1 addition & 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 Down
2 changes: 2 additions & 0 deletions 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 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 input/id01/1.nii.gz
Empty file.
Empty file added input/id01/2.nii.gz
Empty file.
Empty file added input/id02/1.nii.gz
Empty file.
Empty file added input/id02/2.nii.gz
Empty file.
539 changes: 194 additions & 345 deletions twolevel_dbm.py

Large diffs are not rendered by default.