Skip to content

Commit 3730364

Browse files
authored
Merge pull request #389 from naveau/patch-1
Add T2star to the allowed anatSuffixes
2 parents 2849aa6 + a2b25cc commit 3730364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/type.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* BIDS specification requirements.
77
*/
88
var anatSuffixes = ["T1w", "T2w", "T1map", "T2map", "T1rho", "FLAIR", "PD", "PDT2", "inplaneT1", "inplaneT2","angio",
9-
"defacemask", "SWImagandphase"];
9+
"defacemask", "SWImagandphase", "T2star"];
1010

1111
module.exports = {
1212

0 commit comments

Comments
 (0)