We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66b1cf commit 115f404Copy full SHA for 115f404
related-packages/fileformats/fileformats/medimage_mrtrix3/in_out.py
@@ -34,14 +34,14 @@
34
35
36
ImageIn: TypeAlias = ty.Union[
37
+ DicomImage,
38
+ DicomDir,
39
ImageFormat,
40
ImageFormatGz,
41
ImageHeader,
42
ImageFormatB,
43
ImageFormatGzB,
44
ImageHeaderB,
- DicomImage,
- DicomDir,
45
NiftiGzX,
46
NiftiGz,
47
NiftiX,
@@ -51,6 +51,10 @@
51
NiftiGzB,
52
NiftiGzXB,
53
NiftiXB,
54
+ NiftiBvec,
55
+ NiftiGzBvec,
56
+ NiftiXBvec,
57
+ NiftiGzXBvec,
58
Mgh,
59
MghGz,
60
Analyze,
0 commit comments