Skip to content

Commit

Permalink
Hide NIfTI sliceOrder if protocolSliceNumber1 > 1
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Oct 23, 2017
1 parent f7b660f commit 2c16fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console/nii_dicom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,7 @@ int readCSAImageHeader(unsigned char *buff, int lLength, struct TCSAdata *CSA, i
}
} //if at least 1 item
}// for lT 1..lnTag
if (CSA->protocolSliceNumber1 > 1) CSA->sliceOrder = NIFTI_SLICE_UNKNOWN;
return EXIT_SUCCESS;
} // readCSAImageHeader()

Expand Down

0 comments on commit 2c16fe2

Please sign in to comment.