Skip to content

Commit f870691

Browse files
committed
Siemens CSA Reader: Increase maximum number of items
1 parent 118d305 commit f870691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/nicom/csareader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'IS': int, # integer string
1919
}
2020

21-
MAX_CSA_ITEMS = 199
21+
MAX_CSA_ITEMS = 1000
2222

2323

2424
class CSAError(Exception):

0 commit comments

Comments
 (0)