Skip to content

Commit

Permalink
Merge pull request #582 from ylep/fix_default_batch_config
Browse files Browse the repository at this point in the history
@ylep. Thanks, this brings makes the batch script defaults the same as the stand alone software.
  • Loading branch information
neurolabusc authored Feb 22, 2022
2 parents 23d0875 + 8430419 commit 002ebcd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions BATCH.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ The configuration file should be in yaml format as shown in example `batch_confi
```yaml
Options:
isGz: false
isFlipY: false
isFlipY: true
isVerbose: false
isCreateBIDS: false
isCreateBIDS: true
isOnlySingleFile: false
Files:
-
Expand Down
4 changes: 2 additions & 2 deletions batch_config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Options:
isGz: false
isFlipY: false
isFlipY: true
isVerbose: false
isCreateBIDS: false
isCreateBIDS: true
isOnlySingleFile: false

Files:
Expand Down
4 changes: 2 additions & 2 deletions console/main_console_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ void showHelp(const char * argv[]) {
printf("### START YAML FILE ###\n");
printf("Options:\n");
printf(" isGz: false\n");
printf(" isFlipY: false\n");
printf(" isFlipY: true\n");
printf(" isVerbose: false\n");
printf(" isCreateBIDS: false\n");
printf(" isCreateBIDS: true\n");
printf(" isOnlySingleFile: false\n");
printf("Files:\n");
printf(" -\n");
Expand Down
4 changes: 2 additions & 2 deletions docs/source/dcm2niibatch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ The configuration file should be in yaml format as shown in example *batch_confi
Options:
isGz: false
isFlipY: false
isFlipY: true
isVerbose: false
isCreateBIDS: false
isCreateBIDS: true
isOnlySingleFile: false
Files:
-
Expand Down

0 comments on commit 002ebcd

Please sign in to comment.