Commit 0a550119bfb6a6d4d676ef56703cb9f0660b99c5
1 parent
06b0bcf8
Exists in
master
unified all nifti extensions in one
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
invesalius/gui/dialogs.py
... | ... | @@ -242,9 +242,7 @@ WILDCARD_OPEN = "InVesalius 3 project (*.inv3)|*.inv3|" \ |
242 | 242 | WILDCARD_ANALYZE = "Analyze 7.5 (*.hdr)|*.hdr|" \ |
243 | 243 | "All files (*.*)|*.*" |
244 | 244 | |
245 | -WILDCARD_NIFTI = "NIfTI 1 (*.nii)|*.nii|" \ | |
246 | - "Compressed NIfTI (*.nii.gz)|*.nii.gz|" \ | |
247 | - "HDR NIfTI (*.hdr)|*.hdr|" \ | |
245 | +WILDCARD_NIFTI = "NIfTI 1 (*.nii;*.nii.gz;*.hdr)|*.nii;*.nii.gz;*.hdr|" \ | |
248 | 246 | "All files (*.*)|*.*" |
249 | 247 | #".[jJ][pP][gG]" |
250 | 248 | WILDCARD_PARREC = "PAR/REC (*.par)|*.par|" \ | ... | ... |