Page MenuHomePhabricator
Feed Advanced Search

Feb 9 2021

kislinsk updated the task description for T28000: MITK v2021.02.
Feb 9 2021, 7:47 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk updated the task description for T28000: MITK v2021.02.
Feb 9 2021, 1:33 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28127: Reopen segmentation in MITK as Resolved.

The fix was merged upstream and this task will be resolved with the merge of the current release branch this week.

Feb 9 2021, 1:30 PM · MITK (v2021.02), Restricted Project, Kaapana (internal)
kislinsk updated the task description for T28000: MITK v2021.02.
Feb 9 2021, 1:01 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a comment to T28285: DICOM with 'ä' in filename not readable on Windows.

Deleted branch from rMITK MITK: bugfix/T28285-Local8BitToUtf8.

Feb 9 2021, 12:53 PM · Checklist, MITK (v2022.10)
kislinsk removed a parent task for T28285: DICOM with 'ä' in filename not readable on Windows: T28000: MITK v2021.02.
Feb 9 2021, 12:51 PM · Checklist, MITK (v2022.10)
kislinsk removed a subtask for T28000: MITK v2021.02: T28285: DICOM with 'ä' in filename not readable on Windows.
Feb 9 2021, 12:51 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk lowered the priority of T28285: DICOM with 'ä' in filename not readable on Windows from Unbreak Now! to Normal.
Feb 9 2021, 12:51 PM · Checklist, MITK (v2022.10)
kislinsk placed T28285: DICOM with 'ä' in filename not readable on Windows up for grabs.

Dear future assignee of this task,

Feb 9 2021, 12:49 PM · Checklist, MITK (v2022.10)
kislinsk added a comment to T28285: DICOM with 'ä' in filename not readable on Windows.

I did not dive into Windows APIs, so I just hope you know what you are doing ;)

The test looks reasonable and passes also on Linux.

One improvement could be to output the string (and maybe the hex version) in the WARNING output if the conversion fails.

And did you look into boost? There is also some conversion stuff

Feb 9 2021, 12:39 PM · Checklist, MITK (v2022.10)
kislinsk added a comment to T28285: DICOM with 'ä' in filename not readable on Windows.

I did some Googling, it seems that starting with 2019 release, Windows 10 has a UTF8 mode. It's a bit difficult to enable: "old" control panel -> region -> Administrative settings -> Change System locale -> Enable UTF8

After checking this box, MITK loads the data without code changes, but DataNode name is just a single slash "/" ... ;)

Feb 9 2021, 11:51 AM · Checklist, MITK (v2022.10)
kislinsk added a revision to T28285: DICOM with 'ä' in filename not readable on Windows: Unknown Object (Differential Revision).
Feb 9 2021, 11:43 AM · Checklist, MITK (v2022.10)
kislinsk added a comment to T28285: DICOM with 'ä' in filename not readable on Windows.

Pushed new branch to rMITK MITK: bugfix/T28285-Local8BitToUtf8.

Feb 9 2021, 11:35 AM · Checklist, MITK (v2022.10)
kislinsk committed rMDef499f5897d7: Add image file with German Umlaut in filename (authored by kislinsk).
Add image file with German Umlaut in filename
Feb 9 2021, 10:55 AM
kislinsk claimed T28285: DICOM with 'ä' in filename not readable on Windows.
Feb 9 2021, 2:10 AM · Checklist, MITK (v2022.10)
kislinsk added a comment to T28285: DICOM with 'ä' in filename not readable on Windows.

Uh, maybe I made it more dramatic than it is. We can also do the complete opposite and stay with toLocal8Bit(). That means, that we only need conversion when writing the path and name into the properties. I wrote a Local8BitToUtf8() function and it works in a first test. We can also use it to pass an UTF-8 string to the GDCM reader. Didn't check for all code locations where to do it but its late already and tomorrow is another day. :-)

Feb 9 2021, 2:09 AM · Checklist, MITK (v2022.10)

Feb 8 2021

kislinsk added a comment to T28285: DICOM with 'ä' in filename not readable on Windows.

I also looked into this and one of the problems/differences to "back in the days" is that Qt nowadays assumes by default that C-strings in the constructor of QString are UTF-8 encoded. So, for example, Marco, if you change toLocal8Bit() in QmitkIOUtil to toUtf8(), you get working strings in the GUI (can be easily tested with a MessageBox::information()), but invalid strings for most of the readers, as they assume the local codepage. So we can have one or the other, but not both at the moment. The thing is that QmitkIOUtil works with QString, but mitk::IOUtil uses std::string in the structure that holds the file path (LoadInfo). This is then later used to be stuffed into StringProperty for the name property or the path property. Qt of course assumes these strings to be UTF-8 and hence we see the ?'s in the GUI.

Feb 8 2021, 11:52 PM · Checklist, MITK (v2022.10)
kislinsk added a comment to T28285: DICOM with 'ä' in filename not readable on Windows.

Additional info: This is not a DICOM reader problem in the first place, as the filename string encoding seems to be unexpected (see screenshot above). Other readers work but the node still appears with a dummy symbol in the data node name.

Feb 8 2021, 2:32 PM · Checklist, MITK (v2022.10)
kislinsk triaged T28285: DICOM with 'ä' in filename not readable on Windows as Unbreak Now! priority.
Feb 8 2021, 2:30 PM · Checklist, MITK (v2022.10)
kislinsk added a subtask for T28000: MITK v2021.02: T28285: DICOM with 'ä' in filename not readable on Windows.
Feb 8 2021, 2:30 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a parent task for T28285: DICOM with 'ä' in filename not readable on Windows: T28000: MITK v2021.02.
Feb 8 2021, 2:30 PM · Checklist, MITK (v2022.10)
kislinsk updated the task description for T28285: DICOM with 'ä' in filename not readable on Windows.
Feb 8 2021, 2:30 PM · Checklist, MITK (v2022.10)
kislinsk renamed T28285: DICOM with 'ä' in filename not readable on Windows from DICOM not readable to DICOM with 'ä' in filename not readable on Windows.
Feb 8 2021, 2:28 PM · Checklist, MITK (v2022.10)
kislinsk triaged T28284: Render window menus not visible on macOS as Unbreak Now! priority.
Feb 8 2021, 7:43 AM · Noteworthy, MITK (v2021.02)

Feb 4 2021

kislinsk updated the task description for T28000: MITK v2021.02.
Feb 4 2021, 11:43 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28271: Segmentation interpolation does not work in dynamic images with t != 0 as Resolved.
Feb 4 2021, 11:40 PM · MITK (v2021.02)
kislinsk closed T28271: Segmentation interpolation does not work in dynamic images with t != 0, a subtask of T28000: MITK v2021.02, as Resolved.
Feb 4 2021, 11:40 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a comment to T28271: Segmentation interpolation does not work in dynamic images with t != 0.

Deleted branch from rMITK MITK: bugfix/T28271-3DInterpolation.

Feb 4 2021, 11:33 PM · MITK (v2021.02)
kislinsk added a comment to T28271: Segmentation interpolation does not work in dynamic images with t != 0.

Diving into it, it turned out to be not that hard to fix as it was just the combination of two "bugs/missing features" that appeared to be so chaotic without knowing the interference of both issues.

Feb 4 2021, 9:43 PM · MITK (v2021.02)
kislinsk added a comment to T28271: Segmentation interpolation does not work in dynamic images with t != 0.

Pushed new branch to rMITK MITK: bugfix/T28271-3DInterpolation.

Feb 4 2021, 5:46 PM · MITK (v2021.02)
kislinsk claimed T28271: Segmentation interpolation does not work in dynamic images with t != 0.
Feb 4 2021, 9:30 AM · MITK (v2021.02)
kislinsk updated the task description for T28271: Segmentation interpolation does not work in dynamic images with t != 0.
Feb 4 2021, 1:37 AM · MITK (v2021.02)
kislinsk triaged T28271: Segmentation interpolation does not work in dynamic images with t != 0 as Unbreak Now! priority.
Feb 4 2021, 1:28 AM · MITK (v2021.02)

Feb 3 2021

kislinsk added a revision to T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart): Unknown Object (Differential Revision).
Feb 3 2021, 5:38 PM · MITK (v2021.02)
kislinsk added a comment to T28270: Segmentation masks not displayed in 3D render window.
  • Rendering of the crosshair including its image planes in 3-d is done by the PlaneGeometryDataVtkMapper3D.
  • Image rendering in 2-d is done by ImageVtkMapper2D.
  • ImageVtkMapper2D shares its textures with PlaneGeometryDataVtkMapper3D, hence:
    • The actual image rendering is done in the instances of this 2-d mapper
    • The 3-d mapper just applies these textures to 3-d planes
  • Result: everything that is rendered by the 2-d image mapper is automatically shown in 3-d as well, including binary images
Feb 3 2021, 4:06 PM · Auto-closed, MITK
kislinsk closed T27712: Preference "Show as volume rendering" does not display segmentation volume in 4-window view as Wontfix.
Feb 3 2021, 1:12 PM · MITK (v2021.02)
kislinsk added a comment to T27712: Preference "Show as volume rendering" does not display segmentation volume in 4-window view.

Was recently removed in T28000. It just (tried to) enabled volumerendering on the segmentations. At least when the segmentation view was open to actually apply the preference. We can reintroduce the feature if we figured out to find a volume rendering setting that is actually able to show something meaningful (in v2018.04 is just got a black box). Not the best idea in the first place to be honest. If we want a good and accurate representation in 3-d we would need to create pixel-aligned surfaces out of the images.

Feb 3 2021, 1:09 PM · MITK (v2021.02)
kislinsk added a comment to T19522: Segmentation not displayed in 3d-render window.

Beware of a few things. T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers) also fixed rendering of image slices in 3-d, so I suggest to use the latest release branch to test anything related instead of the snapshot installers.

Feb 3 2021, 12:53 PM · MITK, Bugzilla
kislinsk added a comment to T28127: Reopen segmentation in MITK.

Oh, it's even simpler. I see that in DCMQI it is only float. max_digits10 is 9 for float and according to the documentation its purpose is exactly for serializing and deserializing floating point numbers without losing any precision, even though the intermediate text representation may not be exact.

Feb 3 2021, 9:26 AM · MITK (v2021.02), Restricted Project, Kaapana (internal)
kislinsk added a comment to T28127: Reopen segmentation in MITK.

@floca When DICOM says 16 characters/bytes, does it include a trailing \0 character or is it really a fixed array of size 16?

Feb 3 2021, 8:30 AM · MITK (v2021.02), Restricted Project, Kaapana (internal)

Feb 2 2021

kislinsk edited projects for T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks, added: MITK, Next Milestone; removed MITK (v2021.02).
Feb 2 2021, 3:53 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk removed a subtask for T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart): T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks.
Feb 2 2021, 3:53 PM · MITK (v2021.02)
kislinsk removed a parent task for T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks: T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart).
Feb 2 2021, 3:53 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk removed a parent task for T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks: T28000: MITK v2021.02.
Feb 2 2021, 3:52 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk removed a subtask for T28000: MITK v2021.02: T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks.
Feb 2 2021, 3:52 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk updated the task description for T28000: MITK v2021.02.
Feb 2 2021, 3:47 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk removed a parent task for T28127: Reopen segmentation in MITK: T28000: MITK v2021.02.
Feb 2 2021, 3:45 PM · MITK (v2021.02), Restricted Project, Kaapana (internal)
kislinsk removed a subtask for T28000: MITK v2021.02: T28127: Reopen segmentation in MITK.
Feb 2 2021, 3:45 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk placed T28127: Reopen segmentation in MITK up for grabs.

Fixed in release branch by patching DCMQI. I leave this task open as a reminder to switch back to an official DCMQI release as soon as they fixed it upstream.

Feb 2 2021, 3:45 PM · MITK (v2021.02), Restricted Project, Kaapana (internal)
kislinsk claimed T28127: Reopen segmentation in MITK.
Feb 2 2021, 2:25 PM · MITK (v2021.02), Restricted Project, Kaapana (internal)
kislinsk removed a subtask for T28000: MITK v2021.02: T28250: [LevelWindowManager] Different behavior in AutoTopMost case and fallback case.
Feb 2 2021, 1:37 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk removed a parent task for T28250: [LevelWindowManager] Different behavior in AutoTopMost case and fallback case: T28000: MITK v2021.02.
Feb 2 2021, 1:37 PM · Breaking Change, MITK (v2021.10)
kislinsk assigned T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart) to floca.

Go go go!

Feb 2 2021, 1:17 PM · MITK (v2021.02)
kislinsk lowered the priority of T28250: [LevelWindowManager] Different behavior in AutoTopMost case and fallback case from Unbreak Now! to Normal.
Feb 2 2021, 1:12 PM · Breaking Change, MITK (v2021.10)
kislinsk added a revision to T28267: [Visualization] Custom colormaps are not handeled correctly: Unknown Object (Differential Revision).
Feb 2 2021, 12:50 PM · Auto-closed, MITK
kislinsk added a revision to T28000: MITK v2021.02: Restricted Differential Revision.
Feb 2 2021, 9:57 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk updated the task description for T28000: MITK v2021.02.
Feb 2 2021, 9:52 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk removed a parent task for T28264: [Segmentation Utilities] Various issues: T28000: MITK v2021.02.
Feb 2 2021, 9:50 AM · MITK (v2024.06), Cleared
kislinsk removed a subtask for T28000: MITK v2021.02: T28264: [Segmentation Utilities] Various issues.
Feb 2 2021, 9:50 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk updated the task description for T28264: [Segmentation Utilities] Various issues.
Feb 2 2021, 9:50 AM · MITK (v2024.06), Cleared
kislinsk updated the task description for T28000: MITK v2021.02.
Feb 2 2021, 7:14 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk updated the task description for T28264: [Segmentation Utilities] Various issues.
Feb 2 2021, 6:00 AM · MITK (v2024.06), Cleared
kislinsk updated the task description for T28264: [Segmentation Utilities] Various issues.
Feb 2 2021, 5:27 AM · MITK (v2024.06), Cleared

Feb 1 2021

kislinsk closed T28258: [Segmentation] Core dumped at multiple instances while Closing Project, a subtask of T28000: MITK v2021.02, as Wontfix.
Feb 1 2021, 3:58 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28258: [Segmentation] Core dumped at multiple instances while Closing Project as Wontfix.

Hi Ralf, Stefan & others involved,
I am sorry for attracting unnecessary concerns on a bug which never really existed.

Feb 1 2021, 3:58 PM · Missing Info, MITK (v2021.02)
kislinsk added a comment to T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks.

I'd like to know why we need a duration in the first place?

Feb 1 2021, 1:58 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk removed a subtask for T28000: MITK v2021.02: T28248: [Segmentation] Picking 3D Tool creates a 3D segmentation out of a 4D image.
Feb 1 2021, 10:04 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk removed a parent task for T28248: [Segmentation] Picking 3D Tool creates a 3D segmentation out of a 4D image: T28000: MITK v2021.02.
Feb 1 2021, 10:04 AM · MITK (v2021.10)
kislinsk edited projects for T28248: [Segmentation] Picking 3D Tool creates a 3D segmentation out of a 4D image, added: MITK, Next Milestone; removed MITK (v2021.02).
Feb 1 2021, 10:04 AM · MITK (v2021.10)
kislinsk removed a subtask for T28000: MITK v2021.02: T28263: [2-d surface mapper] Surface is drawn in every time step even if it has limited time bounds.
Feb 1 2021, 9:27 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk removed a parent task for T28263: [2-d surface mapper] Surface is drawn in every time step even if it has limited time bounds: T28000: MITK v2021.02.
Feb 1 2021, 9:27 AM · MITK (v2021.02)
kislinsk updated the task description for T28264: [Segmentation Utilities] Various issues.
Feb 1 2021, 9:18 AM · MITK (v2024.06), Cleared
kislinsk updated the task description for T28264: [Segmentation Utilities] Various issues.
Feb 1 2021, 9:18 AM · MITK (v2024.06), Cleared
kislinsk updated the task description for T28264: [Segmentation Utilities] Various issues.
Feb 1 2021, 9:18 AM · MITK (v2024.06), Cleared
kislinsk triaged T28264: [Segmentation Utilities] Various issues as Normal priority.
Feb 1 2021, 9:08 AM · MITK (v2024.06), Cleared
kislinsk triaged T28263: [2-d surface mapper] Surface is drawn in every time step even if it has limited time bounds as Normal priority.
Feb 1 2021, 8:57 AM · MITK (v2021.02)
kislinsk added a comment to T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks.

Okay, back to the beginning. I still see two options that do not feel like a workaround.

Feb 1 2021, 7:26 AM · Moved to git.dkfz.de, MITK (v2024.12)

Jan 31 2021

kislinsk added a comment to T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks.

If we do not have any durations and just came up with the durations based on the deltas between time steps, we may want to also consider the following strategies:

  • If all time steps have the same distance from each other, set the duration of the last time step accordingly
  • If time steps have arbitrary durations, follow the MITK default for other cases and make it at least 1ms.

I think it is a question of philosophy. The reason why I always was and am hesitant to make up some duration, is that it is made up. We don't know it and we changing the information provided to us. We had this discussion several times in the past. And as for the dynamic modeling (e.g. perfusion) we only need to know when the frames start, it seem not right to make up things.
If the majority want's to go that way, OK.
But if I have to make something up, I would definetly picking a value that is also in hindside easier to identify as artfically added. E.g. std::numeric_traits::max or +inf.

Jan 31 2021, 10:51 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk added a comment to T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks.

If we do not have any durations and just came up with the durations based on the deltas between time steps, we may want to also consider the following strategies:

Jan 31 2021, 8:31 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk added a comment to T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks.

Why is the last timestep collapsed in the first place? Without having any context knowledge it seems to be the actual issue for me and makes not much sense as from looking at the values, it simply has a duration of 0. Is it really a flaw of DICOM or do we just come up with these values based on some other DICOM tags?

Jan 31 2021, 8:28 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk added a comment to T28258: [Segmentation] Core dumped at multiple instances while Closing Project.

If nothing else helps, I guess the only way we can actually get closer to what happens is that you build the WorkbenchRelease configuration of the latest snapshot to be able to start the workbench in debug mode. Do you need assistance for the build?

Jan 31 2021, 8:22 PM · Missing Info, MITK (v2021.02)
kislinsk added a comment to T28258: [Segmentation] Core dumped at multiple instances while Closing Project.

I even extracted the same scene to reproduce your issues as close as possible but it just works for me. Can you please close the workbench, delete the DKFZ folder in %APPDATA%/../Local, and then try again? What locale do you use on your system? Maybe that's the difference.

Jan 31 2021, 8:20 PM · Missing Info, MITK (v2021.02)
kislinsk added a comment to T28258: [Segmentation] Core dumped at multiple instances while Closing Project.

Is there any output in the terminal window right before the crashes?

Jan 31 2021, 3:34 PM · Missing Info, MITK (v2021.02)
kislinsk updated the task description for T28000: MITK v2021.02.
Jan 31 2021, 2:54 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28261: [Segmentation] Disable dysfunctional "Suggest Plane" feature of 3-d interpolation, a subtask of T28000: MITK v2021.02, as Resolved.
Jan 31 2021, 2:53 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28261: [Segmentation] Disable dysfunctional "Suggest Plane" feature of 3-d interpolation as Resolved.
Jan 31 2021, 2:53 PM · MITK (v2021.02)
kislinsk triaged T28261: [Segmentation] Disable dysfunctional "Suggest Plane" feature of 3-d interpolation as Normal priority.
Jan 31 2021, 2:47 PM · MITK (v2021.02)
kislinsk added a comment to T28258: [Segmentation] Core dumped at multiple instances while Closing Project.

BTW, when using "Create subtask", please make sure to also check the other form fields during task creation, as they are by default set to the same values as the parent task. In particular, remove the assignee and probably some of the subscribers. :)

Jan 31 2021, 2:22 PM · Missing Info, MITK (v2021.02)
kislinsk placed T28258: [Segmentation] Core dumped at multiple instances while Closing Project up for grabs.
Jan 31 2021, 2:21 PM · Missing Info, MITK (v2021.02)
kislinsk added a comment to T28258: [Segmentation] Core dumped at multiple instances while Closing Project.

Also, what images did you use?

Jan 31 2021, 2:20 PM · Missing Info, MITK (v2021.02)
kislinsk added a comment to T28000: MITK v2021.02.

Just to be sure. How is the process of updating this task description. The person who closes a task/fixes a bug also updates the list in the Task description. Correct?

Jan 31 2021, 2:14 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a comment to T28257: [Segmentation] Core dumped when switching from LiveWire Tool to other tools.

Thanks, but this is the same issue you reported yesterday. Segmentation and Multi-label segmentation share the same tools. If you test these tools on both segmentation views (cool!), I suggest to keep an eye on issues related to labels and layers other than the default ones and also different time steps in particular. For issues related to the first label in the first layer, you can verify that the issue should arise in both segmentation views.

Jan 31 2021, 10:19 AM · MITK (v2021.02)
kislinsk merged T28255: [Multilabel 2D segmentation] Core dumped when switching from LiveWireTool to other tools. into T28257: [Segmentation] Core dumped when switching from LiveWire Tool to other tools.
Jan 31 2021, 10:16 AM · MITK (v2021.02)
kislinsk merged task T28255: [Multilabel 2D segmentation] Core dumped when switching from LiveWireTool to other tools. into T28257: [Segmentation] Core dumped when switching from LiveWire Tool to other tools.
Jan 31 2021, 10:16 AM · MITK (v2021.02)
kislinsk raised the priority of T28255: [Multilabel 2D segmentation] Core dumped when switching from LiveWireTool to other tools. from Normal to Unbreak Now!.
Jan 31 2021, 9:49 AM · MITK (v2021.02)
kislinsk renamed T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart) from [Segmentation] Interpolation contour on static segmentation is only shown on timestep 0 to [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart).
Jan 31 2021, 9:47 AM · MITK (v2021.02)
kislinsk raised the priority of T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart) from Normal to Unbreak Now!.
Jan 31 2021, 9:46 AM · MITK (v2021.02)
kislinsk added a subtask for T28000: MITK v2021.02: T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart).
Jan 31 2021, 9:46 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a parent task for T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart): T28000: MITK v2021.02.
Jan 31 2021, 9:46 AM · MITK (v2021.02)
kislinsk updated subscribers of T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart).

I cannot reproduce the bug as described (and don't see it in the video), only for a specific - by the segmentation as invalid considered - last time step (like in the video).

Jan 31 2021, 9:45 AM · MITK (v2021.02)