User Details
- User Since
- Aug 1 2016, 11:50 AM (339 w, 5 d)
- Roles
- Administrator
Wed, Feb 1
Wed, Jan 25
Tue, Jan 24
@ahmadqasim We cannot see the images as their View Policies are too strict (it is an issue with Phabricator). You can change the View Policy afterwards by clicking on the file and you find according settings in the menu.
Mon, Jan 23
Status: Added quite a few papers up until 2020 thanks to a currated list of papers from @floca. For the past two years we now need to look out for papers first.
Thu, Jan 19
Pushed new branch to rMITK MITK: feature/T29432-PreloadFirstTask2.
Original issue resolved, raising priority and leaving open to discuss consequences in the next MITK meeting.
Deleted branch from rMITK MITK: feature/T29432-PreloadFirstTask.
Pushed new branch to rMITK MITK: feature/T29432-PreloadFirstTask.
While the original issue is rather easy to resolve by exchanging the class to data->Modified() with a RequestRenderWindowAll() (which is the actual intent anyway according to the comments), more hurdles start to appear that are not as easy to resolve.
Status: Currently I add 10 MITK-related papers per day to our publications page. Ongoing...
Tue, Jan 17
Fri, Jan 13
Thanks Ralf!
Wed, Jan 11
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
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
I 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.