Page MenuHomePhabricator
Feed All Stories

Jul 10 2020

floca closed T27462: Workbench crashes when loading multiple 3D+t datasets as Resolved by committing rMITKec3d838b1ed3: Fix for the crash caused by invalid prop assembly state due to early out..
Jul 10 2020, 7:29 PM · MITK (v2021.02)
floca added a comment to T27546: [Segmentation] Crash in Add Tool when using 4D images and static segmentations.

Is also fixed by D345

Jul 10 2020, 5:53 PM · MITK (v2021.02)
floca merged task T27546: [Segmentation] Crash in Add Tool when using 4D images and static segmentations into T27462: Workbench crashes when loading multiple 3D+t datasets.
Jul 10 2020, 5:53 PM · MITK (v2021.02)
floca merged T27546: [Segmentation] Crash in Add Tool when using 4D images and static segmentations into T27462: Workbench crashes when loading multiple 3D+t datasets.
Jul 10 2020, 5:53 PM · MITK (v2021.02)
floca claimed T27462: Workbench crashes when loading multiple 3D+t datasets.
Jul 10 2020, 5:52 PM · MITK (v2021.02)
floca closed T24767: Workbench crashes when loading two 3D+t images with different number of time steps as Resolved.

Although the task was closed I can still reproduce the error:

  1. Load 3d+t Heart
  2. Change timestep
  3. Load US4DCyl
  4. ----> CRASH from vtkOpenGLPolyDataMapper
Jul 10 2020, 5:43 PM · MITK (v2021.02)
floca committed rMITKa8d8639c5e9b: T27547 Updated CEST norm icon (authored by floca).
T27547 Updated CEST norm icon
Jul 10 2020, 4:58 PM
floca committed rMITK2f70fc71ec4e: Updated CEST norm icon (authored by floca).
Updated CEST norm icon
Jul 10 2020, 4:58 PM
floca closed T27547: Update CEST icons as Resolved by committing rMITK2f70fc71ec4e: Updated CEST norm icon.
Jul 10 2020, 4:58 PM · Restricted Project, MITK
floca added a comment to T25098: Mapper (partially?) do not handle images correctly if they are out of time bound.

T27462 covers this task alreadey for ImageVtkMapper2D and PlaneGeometryDataVtkMapper3D.
Other mappers have still to be checked.

Jul 10 2020, 4:56 PM · MITK (v2024.06)
floca added a revision to T27462: Workbench crashes when loading multiple 3D+t datasets: Unknown Object (Differential Revision).
Jul 10 2020, 4:54 PM · MITK (v2021.02)
kalali added a comment to T27100: [MITKDoc] Revise DataManager Plugin Documentation.

Pushed new branch T27100-Develop-integration.

Jul 10 2020, 9:50 AM · Cleared, MITK (v2021.02)
floca added a revision to T27549: Workbench IntroPart is hidden behind editor: Unknown Object (Differential Revision).
Jul 10 2020, 8:59 AM · MITK (v2021.02)
floca added a comment to T27549: Workbench IntroPart is hidden behind editor.

I am not sure if I find the reason/solution. But at least it seems to be a sensible work arround.

Jul 10 2020, 8:55 AM · MITK (v2021.02)
floca triaged T27549: Workbench IntroPart is hidden behind editor as Normal priority.
Jul 10 2020, 8:48 AM · MITK (v2021.02)
floca added a comment to T27548: QtWebEngine generates wrong temp directory.

I guessed so to. For me it is not clear where to query the correct current temp path?

Jul 10 2020, 8:38 AM · Auto-closed, Request for Discussion, MITK
kislinsk added a comment to T27548: QtWebEngine generates wrong temp directory.

Solution is probably QWebEngineProfile::SetCachePath() and SetPersistentStoragePath(): https://stackoverflow.com/questions/37774910/how-to-prevent-creating-strange-folders-while-using-qwebengineview

Jul 10 2020, 12:05 AM · Auto-closed, Request for Discussion, MITK

Jul 9 2020

floca triaged T27548: QtWebEngine generates wrong temp directory as Normal priority.
Jul 9 2020, 10:16 PM · Auto-closed, Request for Discussion, MITK
thomass added a comment to T27546: [Segmentation] Crash in Add Tool when using 4D images and static segmentations.

Substract Tool also crashes, Paint, Wipe and Correction works

Jul 9 2020, 4:51 PM · MITK (v2021.02)
floca added a revision to T27547: Update CEST icons: Unknown Object (Differential Revision).
Jul 9 2020, 4:48 PM · Restricted Project, MITK
floca triaged T27547: Update CEST icons as Normal priority.
Jul 9 2020, 4:42 PM · Restricted Project, MITK
floca added a revision to T27545: Extract MITK Workbench intro part: Unknown Object (Differential Revision).
Jul 9 2020, 4:41 PM · Noteworthy, Restricted Project, Restricted Project, MITK
thomass moved T27546: [Segmentation] Crash in Add Tool when using 4D images and static segmentations from Backlog to Segmentation on the MITK (v2021.02) board.
Jul 9 2020, 4:39 PM · MITK (v2021.02)
thomass triaged T27546: [Segmentation] Crash in Add Tool when using 4D images and static segmentations as High priority.
Jul 9 2020, 4:39 PM · MITK (v2021.02)
floca triaged T27545: Extract MITK Workbench intro part as High priority.
Jul 9 2020, 4:30 PM · Noteworthy, Restricted Project, Restricted Project, MITK
thomass added a comment to T27543: [Segmentation] Crash on FastMarching3D tool when loading 4D data .

If timestep != 0, the m_CurrentTimeStep is changed with SetCurrentTimeStep(t). In this function Initalize() is called without the m_SmoothFilter initialized before. m_SmoothFilter equals nullptr.

Jul 9 2020, 3:28 PM · MITK (v2021.02)
thomass moved T27543: [Segmentation] Crash on FastMarching3D tool when loading 4D data from Backlog to Segmentation on the MITK (v2021.02) board.
Jul 9 2020, 3:10 PM · MITK (v2021.02)
thomass triaged T27543: [Segmentation] Crash on FastMarching3D tool when loading 4D data as High priority.
Jul 9 2020, 3:10 PM · MITK (v2021.02)
thomass added a comment to T27462: Workbench crashes when loading multiple 3D+t datasets.

Probably a similar to T24767 (sorry for re-opening but maybe the information from that one helps to narrow it down).
I acutally produced the crash even if the timesteps where valid in both images (contrary to the description).

Jul 9 2020, 2:24 PM · MITK (v2021.02)
thomass edited projects for T24767: Workbench crashes when loading two 3D+t images with different number of time steps, added: MITK (v2021.02); removed MITK.
Jul 9 2020, 2:19 PM · MITK (v2021.02)
thomass reopened T24767: Workbench crashes when loading two 3D+t images with different number of time steps as "Open".

Although the task was closed I can still reproduce the error:

Jul 9 2020, 2:18 PM · MITK (v2021.02)
kalali moved T26978: [Segmentation] Autocrop with MITK Multilabel Image Reader does not work with multilabel images from Backlog to MITK Meeting on the Request for Discussion board.
Jul 9 2020, 11:22 AM · Request for Discussion, Missing Info, MITK (v2021.02)
kalali updated subscribers of T26978: [Segmentation] Autocrop with MITK Multilabel Image Reader does not work with multilabel images.

The problem of different class types / image types is also the source for the bug mentioned in T27386: [MultiLabel] Workbench crashes if autocrop is used with opened plugin view without patient image.
@floca suggested to completely remove the autocrop-action from the context menu (at least for the multilabel segmentation) because it is not clear what to expect. Multilabel segmentations offer different possibilities for cropping and this could be handled inside the multilabel segmentation view.
That's also an option I see for the issue mentioned in 2.

Jul 9 2020, 11:21 AM · Request for Discussion, Missing Info, MITK (v2021.02)
kalali added a project to T26978: [Segmentation] Autocrop with MITK Multilabel Image Reader does not work with multilabel images: Request for Discussion.

@kahl I can confirm your workflow for the ITK NrrdImageIO reader.
@kislinsk I can also confirm that autocrop does not alter the name if used on a binary segmentation.

Jul 9 2020, 11:14 AM · Request for Discussion, Missing Info, MITK (v2021.02)

Jul 8 2020

franza closed T25477: Add standard ICP to org.mitk.gui.qt.aicpregistration as Wontfix.

Branch has only minor changes and is very old. I will close this, if we need this feature we can reopen the task.

Jul 8 2020, 10:31 PM · MITK
franza added a comment to T25608: OpenCV example (view VideoPlayer, org.mitk.examples.gui.opencv) is not functional any more..

T25608-SimpleOpenCVExample can be merged without problems to the current develop (2020-07-08 / 1640525aa59e1dcd48eefabb58afc9e4e6d1af81) and works.

Jul 8 2020, 10:12 PM · MITK, IGT
franza closed T25777: View to grab stereo images as Resolved.

I used this for an experiment where we successfully grabbed HD stereo images in reale time. The example is there in the branch, however, the use case is too specific for the master. Whoever want's to test it please compile this branch.

Jul 8 2020, 6:05 PM · MITK
franza closed T25227: Simplify handling of navigation tool meta data by making active navigation tool storage a member of NavigationDataSource as Resolved.

Was merged to the master together with T24287, closing this bug.

Jul 8 2020, 6:01 PM · IGT, MITK
franza closed T17181: [dashboard] mitkNavigationToolStorageSerializerAndDeserializerIntegrationTest fails randomly as Resolved.

This bug is not relevant any more. Deactivated the tests long ago because the test itself caused to many errors on the continous clients.

Jul 8 2020, 6:00 PM · MITK, Bugzilla
franza closed T25224: Ultrasound plugin: UI tab for spacing calibration as Resolved.

Was already merged to the master together with T24287, closing this bug.

Jul 8 2020, 5:58 PM · IGT, MITK
franza closed T24287: Support of tracked Ultrasound as Resolved.
Jul 8 2020, 5:58 PM · Restricted Project, MITK, IGT
franza closed T22661: Pivot calibration for the toolcalibration view as Resolved.

Pivot calibration is running fine since a while, closing this bug...

Jul 8 2020, 5:56 PM · MITK
franza added a comment to T25608: OpenCV example (view VideoPlayer, org.mitk.examples.gui.opencv) is not functional any more..

The simple example worked, sorry for never merging it. I will test it on a current master and decide on this task as soon as possible.

Jul 8 2020, 5:54 PM · MITK, IGT
franza added a comment to T24520: Ablation planning for kidney tumors.

The project was presented at BVM 2020, all information on the ongoning project (installer, test data, paper, video, etc.) can be found on this Open Science Framework page: https://osf.io/r7f5d/

Jul 8 2020, 5:46 PM · Auto-closed, MITK
franza changed the status of T22999: AutoDetection for OpenIGTLink connections from Wontfix to Resolved.

Works fine for Windows, feature is available. Status for Linux has to be testet but if there are issues we can make a new task on this.

Jul 8 2020, 5:35 PM · Auto-closed, MITK
floca added a revision to T27442: PlanarFigure uses unmanged/uncontrolled pointer for PlaneGeometry: Unknown Object (Differential Revision).
Jul 8 2020, 1:07 PM · Cleared, MITK (v2021.02)
floca claimed T27442: PlanarFigure uses unmanged/uncontrolled pointer for PlaneGeometry.
Jul 8 2020, 12:37 PM · Cleared, MITK (v2021.02)
kalali added a comment to T26973: [Segmentation] RegionGrowing3D preview only in 3D Widget.

Best bug!

Jul 8 2020, 12:30 PM · MITK (v2021.02)
kalali awarded T26973: [Segmentation] RegionGrowing3D preview only in 3D Widget a Cup of Joe token.
Jul 8 2020, 12:30 PM · MITK (v2021.02)
kalali added a comment to T15551: Tutorial Step 6: region growing does not display results.

I tested Tutorial Step 6 with Windows (presumably what the OP used) and Pic3D (see task description: C:\ws\MITK\bin\CMakeExternals\Source\MITK-Data\Pic3D.nrrd).
Depending on the threshold values I used I was either able to get a segmentation mask or the UI froze for a short time and nothing happened.
However, I did not receive any log output related to GPU, OpenGL or the like.

Jul 8 2020, 12:23 PM · Auto-closed, MITK (v2021.02), Missing Info, Bugzilla
kalali triaged T27541: MITK Tutorial Step 6 (interactive region-grower) does not work with 4D data as Low priority.
Jul 8 2020, 12:21 PM · Auto-closed, MITK
neher triaged T27540: Bruker small animal diffusion MRI DICOM not loadable correctly in MITK (Diffusion) as Normal priority.
Jul 8 2020, 12:04 PM · Auto-closed, MITK
kleina added a member for MIC: k921n.
Jul 8 2020, 11:55 AM
kleina added a member for Deep Learning: k921n.
Jul 8 2020, 11:55 AM
thomass added a comment to T26973: [Segmentation] RegionGrowing3D preview only in 3D Widget.

On the develop (neither debug nor release) I also cannot reproduce the bug, so I think we can close it for now.

Jul 8 2020, 11:48 AM · MITK (v2021.02)
kalali removed a project from T26973: [Segmentation] RegionGrowing3D preview only in 3D Widget: Missing Info.
Jul 8 2020, 11:46 AM · MITK (v2021.02)
kahl added a comment to T26978: [Segmentation] Autocrop with MITK Multilabel Image Reader does not work with multilabel images.

@kalali I can confirm that there is no option to use autocrop when using the ITK NrrdImageIO reader. However, when you load an image with the ITK reader (I used MultiLabel/Pic3DAsMultilabelImage.nrrd as well) and you convert it to a segmentation
(Right click ->Convert to segmentation) and then autocrop the new segmentation node, the name also changes to "No Name". So it might be a general problem when autocropping.

Jul 8 2020, 11:45 AM · Request for Discussion, Missing Info, MITK (v2021.02)
kahl closed T26973: [Segmentation] RegionGrowing3D preview only in 3D Widget as Resolved.

As the bug couldn't be reproduced, it can be closed.

Jul 8 2020, 11:39 AM · MITK (v2021.02)
nolden added a comment to T27085: 2D region growing tool fails for low intensity regions.

soon'ish == 2 weeks ;)

Jul 8 2020, 11:04 AM · Cleared, MITK (v2021.02)
nolden added a comment to T27085: 2D region growing tool fails for low intensity regions.

@norajitr We discussed this today in the MITK 2020 meeting and it stays on the high priority list, no promises regarding a date for a fix but at least some investigation of the underlying cause should happen soon'ish

Jul 8 2020, 11:02 AM · Cleared, MITK (v2021.02)
kalali moved T27016: Use OpenStack for our CI system from In Progress to Done on the CI board.
Jul 8 2020, 11:01 AM · Restricted Project, CI
floca moved T27379: Set up Ubuntu 20.04 CI clients from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 8 2020, 10:55 AM · Cleared, Restricted Project, MITK (v2021.02)
floca moved T27016: Use OpenStack for our CI system from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 8 2020, 10:55 AM · Restricted Project, CI
floca moved T27483: DICOM import of multi-channel data not working from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 8 2020, 10:55 AM · MITK (v2021.02), Restricted Project, DICOM
thomass closed T26974: [Segmentation] Region Growing 3D with 4D dataset not working as Resolved.
Jul 8 2020, 10:29 AM · MITK (v2021.02)
thomass committed rMITK1640525aa59e: T26974 Add function to extract 3D image for seed point selection (authored by thomass).
T26974 Add function to extract 3D image for seed point selection
Jul 8 2020, 10:28 AM
thomass committed rMITK7b2c675918d6: update fix for review remark (authored by thomass).
update fix for review remark
Jul 8 2020, 10:28 AM
thomass committed rMITK954b64dbf060: fix review remarks for point set selection (authored by thomass).
fix review remarks for point set selection
Jul 8 2020, 10:28 AM
thomass committed rMITKa295e8f25b64: remove dependency of specific renderwindow0 and use GetTimeNavigationController (authored by thomass).
remove dependency of specific renderwindow0 and use GetTimeNavigationController
Jul 8 2020, 10:28 AM
thomass committed rMITK276e6ad67c96: Add function to extract 3D image for seed point selection (authored by thomass).
Add function to extract 3D image for seed point selection
Jul 8 2020, 10:28 AM
franza added a comment to T24965: Name of recorded tools is not correctly visualized in NavigationDataSourceSelectionWidget .

I'm fine with it because it's a minor bug. If anybody want's to fix it just re-open the task and do it...

Jul 8 2020, 10:19 AM · Auto-closed, IGT, MITK
franza added a comment to T27140: Fusion of two 5DoF tools to a 6DoF tool.

Pushed new branch T27140-IGT-XDoFTo6DofFilterAndExample-2020-07.

Jul 8 2020, 10:14 AM · IGT, MITK
kislinsk raised the priority of T27534: Generate batch file for PluginGenerator from Low to Normal.
Jul 8 2020, 9:56 AM · MITK (v2024.06)

Jul 7 2020

seidlits added a member for IMSY: oskar.
Jul 7 2020, 12:22 PM

Jul 6 2020

kleina added a comment to T27525: Problems while opening MITK scenes created with 2018.04 release with the current master.

It was a clean build with MITK_BUILD_CONFIGURATION = WorkbenchRelease. I also enabled XNAT and only build "release". But I think that's all.

Jul 6 2020, 5:15 PM · Auto-closed, Missing Info, MITK (v2021.02)
floca added a comment to T27525: Problems while opening MITK scenes created with 2018.04 release with the current master.

Which configuration did you used to build it? Was it a clean build?

Jul 6 2020, 4:45 PM · Auto-closed, Missing Info, MITK (v2021.02)
kahl triaged T27534: Generate batch file for PluginGenerator as Low priority.
Jul 6 2020, 4:04 PM · MITK (v2024.06)
floca closed T27483: DICOM import of multi-channel data not working as Resolved.
Jul 6 2020, 2:44 PM · MITK (v2021.02), Restricted Project, DICOM
kleina added a comment to T27525: Problems while opening MITK scenes created with 2018.04 release with the current master.

With the installer you send me it worked :-(
I fetched and pulled develop this morning. What else should I try to narrow it down?

Jul 6 2020, 12:54 PM · Auto-closed, Missing Info, MITK (v2021.02)
floca added a comment to T27525: Problems while opening MITK scenes created with 2018.04 release with the current master.

What about the Segmentations? I was wrong, I tried with the current develop as well (sorry, was used to having the master branch on clone :-D).
I had Hanno also try it and the segmentations are missing for him as well.
I put an installer into the same folder, you can just start it from the bin folder to reproduce.

Jul 6 2020, 12:02 PM · Auto-closed, Missing Info, MITK (v2021.02)
schererj moved T26942: Crash on DICOM loading from Backlog to Resolved on the Kaapana (internal) board.
Jul 6 2020, 11:49 AM · DICOM, Kaapana (internal), MITK
kleina added a comment to T27529: How to do step 1 with Qt-Creator.

AFAIK there is no special tutorial for QtCreator. The code should be the same, as it should (like MITK in general) work on both platforms.
In QtCreator, you select the project you want to build in the lower left corner where the "green play buttons" are.
For your specific question, you need to add cmd arguments when starting the project. Here is a stackoverflow post on how to do that, hope that helps: https://stackoverflow.com/questions/1593288/qtcreator-and-command-line-arguments

Jul 6 2020, 10:56 AM · MITK
e249r updated the task description for T27529: How to do step 1 with Qt-Creator.
Jul 6 2020, 10:52 AM · MITK
floca committed rMITK9a29ffc60b2e: T27483-DICOM_import_mulit_phase_data (authored by floca).
T27483-DICOM_import_mulit_phase_data
Jul 6 2020, 10:49 AM
floca committed rMITK6307b8d92e46: Fixed reveiw remarks (authored by floca).
Fixed reveiw remarks
Jul 6 2020, 10:49 AM
floca committed rMITK2628fb5822b4: Added option feature to PreferenceListReaderOptionsFunctor (authored by floca).
Added option feature to PreferenceListReaderOptionsFunctor
Jul 6 2020, 10:49 AM
floca committed rMITK0697e83d9b42: Added DICOM reader that allows to manually select which configuration should be… (authored by floca).
Added DICOM reader that allows to manually select which configuration should be…
Jul 6 2020, 10:49 AM
e249r created T27529: How to do step 1 with Qt-Creator.
Jul 6 2020, 10:27 AM · MITK
kislinsk created Breaking Change.
Jul 6 2020, 10:19 AM
kleina added a comment to T27525: Problems while opening MITK scenes created with 2018.04 release with the current master.

This is the error message, that was not there with the old installer:

Jul 6 2020, 10:17 AM · Auto-closed, Missing Info, MITK (v2021.02)
kislinsk edited Description on Noteworthy.
Jul 6 2020, 10:15 AM
kleina added a comment to T27525: Problems while opening MITK scenes created with 2018.04 release with the current master.

What about the Segmentations? I was wrong, I tried with the current develop as well (sorry, was used to having the master branch on clone :-D).
I had Hanno also try it and the segmentations are missing for him as well.
I put an installer into the same folder, you can just start it from the bin folder to reproduce.

Jul 6 2020, 10:11 AM · Auto-closed, Missing Info, MITK (v2021.02)
kislinsk added a revision to T27483: DICOM import of multi-channel data not working: Unknown Object (Differential Revision).
Jul 6 2020, 9:58 AM · MITK (v2021.02), Restricted Project, DICOM
kislinsk closed T20047: Single method for status bar update as Wontfix.

Hi there! 🙂

Jul 6 2020, 9:53 AM · Auto-closed, MITK
kislinsk closed T18168: Nodes with equal layer value and "fixed layer" property = true are not loaded during reading of project files. as Wontfix.

Hi there! 🙂

Jul 6 2020, 9:53 AM · Auto-closed, MITK, Bugzilla
kislinsk closed T15826: New Tool classes which works only with ContourModels as Wontfix.

Hi there! 🙂

Jul 6 2020, 9:53 AM · Auto-closed, Bugzilla, MITK
kislinsk closed T18639: Default colors in preferences are different from initial default colors as Wontfix.

Hi there! 🙂

Jul 6 2020, 9:53 AM · Auto-closed, MITK, Bugzilla
kislinsk closed T22455: Help Window: js syntax error in log as Wontfix.

Hi there! 🙂

Jul 6 2020, 9:53 AM · Auto-closed, MITK
kislinsk closed T24166: binary should be a property of BaseData as Wontfix.

Hi there! 🙂

Jul 6 2020, 9:53 AM · Auto-closed, MITK
kislinsk closed T24828: Ultrasound Calibration with PLUS is not working as Wontfix.

Hi there! 🙂

Jul 6 2020, 9:53 AM · Auto-closed, MITK, IGT