Thanks Ralf!
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 17 2023
Jan 13 2023
Jan 11 2023
We see and feel you. Considering the circumstances that Ralf mentioned (it's basically an ITK issue/contribution) I would anyway go for a Won't Fix here on our MITK side for now, until ITK provides the functionalities for such data types. Okay? :)
As it is a really nice user-friendly feature, we have a high interest in getting TotalSegmenter integrated soon into MITK.
We talked about this task in our meeting today and concluded that we will migrate the DataStorageComboBox in our code to the SingleSelectionWidget and even deprecate the DataStorageComboBox.
Dec 22 2022
In T24398#244802, @floca wrote:Have you pushed your clean ups? Not that your efforts get lost. 😉
Dec 16 2022
Without a data sample we are not able to reproduce this issue. Can you upload one of these nrrd files? Please make sure that the data does not contain any personal information. You can also restrict access to uploaded files to certain users like me.
Dec 13 2022
Without any extra preferences, it's as easy as adding the line this->LoadNextUnfinishedTask(); at the end of the OnTaskListChanged() method.
Deleted branch from rMITK MITK: bugfix/T29434-CleanUpPrefPtrAntiPattern.
Thanks for reporting. We are not aware of any crash like this with valid nrrd files. Since ITK snap crashes as well it could be a strong indicator that the crash is happening in the ITK reader that we use as well. It could be probably related to a corrupt nrrd file, or, in case it is a huge file, it could be simply related to running out of memory. Anyway, without the data we are not able to reproduce this issue.
Pushed new branch to rMITK MITK: bugfix/T29434-CleanUpPrefPtrAntiPattern.
Deleted branch from rMITK MITK: feature/T29025-PreferencesCoreService.
Dec 12 2022
The hash above doesn't seem to be auto-linked. So here it is: rMITKa73e482c0387: moved labelset-related classes out from core
A big leap into the Python direction would be to finally resolve T27923: Integrate possibility to execute Python Code in MITK , which is complete for a while now but we weren't able to figure out why it fails on Ubuntu build clients. Since the ITK v5 upgrade, we also need to adjust a little more I guess.
Task lists don't do anything special regarding saving/loading data. So in theory, this bug should be reproducible by regular loading and saving via the menu in the Workbench?
However, task lists are prone to expose existing bugs related to repeated saving/loading of data. We indeed noticed another bug in this direction with .nrrd files, which were erroneous when loaded a second time in certain situations. The reason was faulty handling of properties: T29274: Label Loss on repeatedly loaded and saved segmentations.
Dec 7 2022
Reading your other task regarding mitkscene files I wonder if it has something to to with attaching the level window property to the BaseData property list instead of the DataNode property list. In principle, the level window should be attached to the latter one as it is an "appearance" property and not something instrinsic to the data. A few years ago we changed the way properties are queried and when a property is not present in a DataNode property list, the Base Data property list is queried as fallback. Maybe it is not fully functional for level windows as it could be that the code somehow relies on / assumes that the properties are located in the DataNode property list.
Not sure if I fully understand what is going on here but the difference is that in your first example you have DataNode properties and in your second example you have BaseData properties, right? Let's talk about it in our group 5 meeting today. :)
Dec 1 2022
@a178n I added cpp-httplib as dependency to MITK in the branch mentioned above so you can easily experiment with it. For details, see rMITKf88e3d05aeb0: Add cpp-httplib as optional dependency.
Pushed new branch to rMITK MITK: feature/T29421-httplib.
Nov 30 2022
The plugin generator has been removed for now. Step 9 should be redesigned if the plugin generator was the blocker.
Removed the last remnants of the plugin generator.
Deleted branch from rMITK MITK: bugfix/T27701-RemovePluginGenerator.
Pushed new branch to rMITK MITK: bugfix/T27701-RemovePluginGenerator.
Deleted branch from rMITK MITK: bugfix/T27701-RemovePluginGenerator.
Nov 29 2022
Pushed new branch to rMITK MITK: bugfix/T27701-RemovePluginGenerator.
Nov 25 2022
Migration guide and a ton of examples can be found in {D763}.
Nov 24 2022
Pushed new branch to rMITK MITK: feature/T29025-PreferencesCoreService.
Nov 23 2022
I created a new integration branch and Differential based on the latest develop.
Deleted branch from rMITK MITK: feature/T27923-python-dev.
Deleted branch from rMITK MITK: feature/T27923-execute-python-code-in-mitk.
Pushed new branch to rMITK MITK: feature/T27923-ExecPythonCodeInMITK.
Nov 22 2022
Nov 21 2022
Nov 8 2022
Shortcut to reproduce the crash:
- Start the Workbench
- If not already opened, open the Segmentation View
- Close the project or close the Standard Display
- Load any segmentation
Nov 7 2022
The interesting part here is that m_Time of mitk::BaseController is not supposed to be nullptr in particular as m_Slice is a valid stepper. My first guess is that a partly deconstructed controller is triggered here.
The crash happens in mitk::SliceNavigationController::GetSelectedTimeStep() as m_Time (mitk::Stepper::Pointer) is accessed while it is a nullptr. The events that lead to this situation are that the mitk::ToolManager notifies QmitkSlicesInterpolator via OnToolManagerWorkingDataModified(). This method calls SetCurrentContourListID() in turn, which executes the crashing line of code:
Nov 6 2022
In T29025#243461, @kalali wrote:I stumbled upon this while working on T28752: [Segmentation] Move Segmentation utilities widgets to SegmentationUI module. I would like to tackle this issue and already started looking into this. Do you already have an idea how to approach it or do we want to discuss it next week?
Oct 29 2022
Deleted branch from rMITK MITK: release/T29378-v2022.10.