We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad0b13f + 1792ad1 commit de09d3aCopy full SHA for de09d3a
nibabel/streamlines/trk.py
@@ -606,7 +606,7 @@ def _read_header(fileobj):
606
# http://trackvis.org/blog/forum/diffusion-toolkit-usage/interpretation-of-track-point-coordinates
607
if header[Field.VOXEL_ORDER] == b"":
608
msg = ("Voxel order is not specified, will assume 'LPS' since"
609
- "it is Trackvis software's default.")
+ " it is Trackvis software's default.")
610
warnings.warn(msg, HeaderWarning)
611
header[Field.VOXEL_ORDER] = b"LPS"
612
0 commit comments