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.
1 parent ad0b13f commit 1792ad1Copy full SHA for 1792ad1
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