Thu, Mar 30
Did you consider using JSON Schema to formalize the definition? It is a bit hard to grasp it right now, but admittedly I probably didn't spend enough time looking over the various resources provided.
Feb 7 2023
Hi spectators! 👋
Jan 17 2023
Jan 10 2023
Nov 24 2022
Nov 22 2022
Nov 9 2022
I looked into this and although I understand the problem, the issue does not really exist, as far as I can see:
- changing the slice via scrolling will call SliceNavigationController::SelectSliceByPoint
- calling SliceNavigationController::SelectSliceByPoint will call SliceNavigationController::SendCreatedWorldGeometryUpdate
- calling SliceNavigationController::SendCreatedWorldGeometryUpdate will InvokeEvent(GeometryUpdateEvent(m_CreatedWorldGeometry, m_Slice->GetPos()))
- invoking the event will lead to a call to BaseRenderer::UpdateGeometry
-> until here I agree with the task description
Nov 8 2022
I just had another look at this. I was able to reproduce the bug this time. It seems that this problem only arises if the image holds floating point values, not when all values are integers.
Nov 7 2022
Nov 3 2022
Deleted branch from rMITK MITK: feature/T29239-nnunet-download-without-resultsfolder.
Deleted branch from rMITK MITK: feature/T29238-nnunet-improve-validation.
Deleted branch from rMITK MITK: feature/T29227-modify-modal-label.
Nov 2 2022
The warning was reverted for the StdMultiWidget. More changes (problems were already mentioned here in this task) will be further implemented using T29335: [Segmentation] Show interactive warning for uninitialized render window geometry.
Oct 29 2022
Deleted branch from rMITK MITK: release/T29378-v2022.10.
Pushed new branch to rMITK MITK: release/T29378-v2022.10.
Oct 28 2022
Deleted branch from rMITK MITK: feature/T29376-MakeTipsOptional.
Pushed new branch to rMITK MITK: feature/T29376-MakeTipsOptional.
Oct 27 2022
Deleted branch from rMITK MITK: bugfix/T29348-ImproveWelcomePage.
Pushed new branch to rMITK MITK: bugfix/T29348-ImproveWelcomePage.
Oct 26 2022
This bug is originating in Qt 5.15. It is reproducible but not really related to something in segmentation. It's just an obvious part of MITK to encounter the offset.
Ya, I tried. Both before and after annotation. Changes nothing. Bug exists.
Could you explicitly "reinit" the reference node and see if that changes anything?
Bug likely to be caused by Qt 5.15 in my local.
This may not affect this release build since official release builds use Qt 5.12.
Reworked the tools to make them faster.
Close ticket for now. If It is not fast enough we need to make more rework and need to make a in depth profiling where we loose the time.
Oct 25 2022
I implemented the feature based on the shift key:
- Press Shift while clicking on the Previous/Next Task buttons to skip finished tasks
- Use Control + Shift + P/N shortcuts instead of Control + Alt + P/N shortcuts for the same behavior
Deleted branch from rMITK MITK: feature/T29372-OptionallySkipDoneTasks.
Pushed new branch to rMITK MITK: feature/T29372-OptionallySkipDoneTasks.
There are valid points. We should not confuse the user.
Correctly done, I think the new overlay style is the way to go. Besides optimized/userfriendly text (+making the overlay blocky), we could also directly add icon and btns at the overlay to allow reinit of the render window or all render windows. I think from a UX perspective it would be a huge improvment compared to all other versions.