Skip to content

Commit

Permalink
Sort by B-value disabled by default #129
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Sep 7, 2017
1 parent 3c8e306 commit 9921427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/nii_dicom_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2980,7 +2980,7 @@ void setDefaultOpts (struct TDCMopts *opts, const char * argv[]) { //either "set
opts->isRGBplanar = false; //false for NIfTI (RGBRGB...), true for Analyze (RRR..RGGG..GBBB..B)
opts->isCreateBIDS = true;
opts->isOnlyBIDS = false;
opts->isSortDTIbyBVal = true;
opts->isSortDTIbyBVal = false;
#ifdef myNoAnonymizeBIDS
opts->isAnonymizeBIDS = false;
#else
Expand Down

0 comments on commit 9921427

Please sign in to comment.