Commit 371a7514ed00da1b69ec487cd9cf3c021a66f642
1 parent
c8a7aced
Exists in
master
and in
67 other branches
Opening analyze files again
Showing
2 changed files
with
1 additions
and
3 deletions
Show diff stats
invesalius/control.py
... | ... | @@ -385,6 +385,7 @@ class Controller(): |
385 | 385 | def CreateAnalyzeProject(self, imagedata): |
386 | 386 | header = imagedata.get_header() |
387 | 387 | proj = prj.Project() |
388 | + proj.imagedata = None | |
388 | 389 | proj.name = _("Untitled") |
389 | 390 | proj.SetAcquisitionModality("MRI") |
390 | 391 | #TODO: Verify if all Analyse are in AXIAL orientation | ... | ... |
invesalius/reader/analyze_reader.py