File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 86
86
87
87
_BEM_VIEWS = ("axial" , "sagittal" , "coronal" )
88
88
89
+
89
90
# For raw files, we want to support different suffixes + extensions for all
90
91
# supported file formats
91
92
SUPPORTED_READ_RAW_EXTENSIONS = tuple (_get_extension_reader_map ())
@@ -830,7 +831,7 @@ def __init__(
830
831
collapse = (),
831
832
verbose = None ,
832
833
):
833
- self . projs = projs # Initialize self.projs
834
+
834
835
self .info_fname = str (info_fname ) if info_fname is not None else None
835
836
self .cov_fname = str (cov_fname ) if cov_fname is not None else None
836
837
self .baseline = baseline
@@ -842,6 +843,7 @@ def __init__(
842
843
self .subject = subject
843
844
self .title = title
844
845
self .image_format = _check_image_format (None , image_format )
846
+ self .projs = projs # Initialize self.projs
845
847
846
848
# dom_id is mostly for backward compat and testing nowadays
847
849
self ._dom_id = 0
You can’t perform that action at this time.
0 commit comments