File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ def empty_header(endianness=None, version=2):
400
400
401
401
Notes
402
402
-----
403
- The trackviz header can store enough information to give an affine
403
+ The trackvis header can store enough information to give an affine
404
404
mapping between voxel and world space. Often this information is
405
405
missing. We make no attempt to fill it with sensible defaults on
406
406
the basis that, if the information is missing, it is better to be
@@ -509,7 +509,7 @@ class TrackvisFileError(Exception):
509
509
510
510
511
511
class TrackvisFile (object ):
512
- ''' Convenience class to encapsulate trackviz file information
512
+ ''' Convenience class to encapsulate trackvis file information
513
513
514
514
Parameters
515
515
----------
You can’t perform that action at this time.
0 commit comments