Page MenuHomePhabricator
Feed All Stories

Oct 14 2021

kislinsk committed rMITK1fb6ee787609: Remove all references to .pic from code and use .nrrd files instead (authored by kislinsk).
Remove all references to .pic from code and use .nrrd files instead
Oct 14 2021, 4:39 PM
kislinsk committed rMITK2742996b13b5: Remove unused IpFunc and IpSegmentation libraries (authored by kislinsk).
Remove unused IpFunc and IpSegmentation libraries
Oct 14 2021, 4:39 PM
kislinsk committed rMITKd0d4142becfe: Remove unused parameters (authored by kislinsk).
Remove unused parameters
Oct 14 2021, 4:39 PM
kislinsk closed T28737: Remove last remains of .pic support as Resolved by committing rMITK8b0f5727d844: Remove last remains of .pic support.
Oct 14 2021, 4:39 PM · Breaking Change, MITK (v2021.10)
kislinsk committed rMITK8b0f5727d844: Remove last remains of .pic support (authored by kislinsk).
Remove last remains of .pic support
Oct 14 2021, 4:39 PM
kislinsk closed T28740: Update CI build status badges in README on GitHub as Resolved.
Oct 14 2021, 4:15 PM · MITK (v2021.10)
kislinsk added a comment to T28740: Update CI build status badges in README on GitHub.

Deleted branch from rMITK MITK: bugfix/T28740-CIBuildStatusBadges.

Oct 14 2021, 4:15 PM · MITK (v2021.10)
kislinsk committed rMITKdceeff50623c: Update CI build status badges (authored by kislinsk).
Update CI build status badges
Oct 14 2021, 4:14 PM
kislinsk committed rMITK20777f8400b8: Merge branch 'bugfix/T28740-CIBuildStatusBadges' into develop (authored by kislinsk).
Merge branch 'bugfix/T28740-CIBuildStatusBadges' into develop
Oct 14 2021, 4:14 PM
kislinsk added a comment to T28740: Update CI build status badges in README on GitHub.

Pushed new branch to rMITK MITK: bugfix/T28740-CIBuildStatusBadges.

Oct 14 2021, 4:14 PM · MITK (v2021.10)
kislinsk triaged T28740: Update CI build status badges in README on GitHub as Normal priority.
Oct 14 2021, 4:13 PM · MITK (v2021.10)
nolden added a comment to T28428: Re-enable code coverage testing in MITK CI.

I found one last hint, about a possible interference with ccache , last try ...

Oct 14 2021, 3:47 PM · Auto-closed, CI, MITK
nolden added a comment to T28428: Re-enable code coverage testing in MITK CI.

I tried several things again, similar to described above, same situation.

Oct 14 2021, 3:38 PM · Auto-closed, CI, MITK
kislinsk closed T28739: Update supported platforms in Tier 1 as Resolved.
Oct 14 2021, 2:33 PM · MITK (v2021.10)
kislinsk added a comment to T28739: Update supported platforms in Tier 1.

Deleted branch from rMITK MITK: bugfix/T28739-UpdateSupportedTier1Platforms.

Oct 14 2021, 2:32 PM · MITK (v2021.10)
kislinsk committed rMITKef7421529ecd: Update supported platforms (authored by kislinsk).
Update supported platforms
Oct 14 2021, 2:32 PM
kislinsk committed rMITK5cedc6d63a5d: Merge branch 'bugfix/T28739-UpdateSupportedTier1Platforms' into develop (authored by kislinsk).
Merge branch 'bugfix/T28739-UpdateSupportedTier1Platforms' into develop
Oct 14 2021, 2:32 PM
kislinsk added a comment to T28739: Update supported platforms in Tier 1.

Pushed new branch to rMITK MITK: bugfix/T28739-UpdateSupportedTier1Platforms.

Oct 14 2021, 2:31 PM · MITK (v2021.10)
kislinsk triaged T28739: Update supported platforms in Tier 1 as Normal priority.
Oct 14 2021, 2:15 PM · MITK (v2021.10)
kislinsk closed T28738: MITK does not build on Mac OS 11.6 as Wontfix.

Hi and thank you for the comprehensive report. I noticed you use GCC. We support Apple LLVM (Clang) on macOS Mojave, Catalina, and Big Sur. See https://docs.mitk.org/nightly/SupportedPlatformsPage.html for support level details regarding tier 1 and tier 2. Our continuous and nightly build reports can be found here: https://cdash.mitk.org/index.php?project=MITK.

Oct 14 2021, 2:11 PM · MITK
kislinsk added a revision to T28737: Remove last remains of .pic support: Unknown Object (Differential Revision).
Oct 14 2021, 1:49 PM · Breaking Change, MITK (v2021.10)
kislinsk added a project to T28737: Remove last remains of .pic support: Breaking Change.
Oct 14 2021, 1:42 PM · Breaking Change, MITK (v2021.10)
kislinsk renamed T28737: Remove last remains of .pic support from Please enter a meaningful title to Remove last remains of .pic support.
Oct 14 2021, 1:41 PM · Breaking Change, MITK (v2021.10)
kislinsk added a comment to T28737: Remove last remains of .pic support.

Pushed new branch to rMITK MITK: bugfix/T28737-RemovePicSupport.

Oct 14 2021, 1:39 PM · Breaking Change, MITK (v2021.10)
patmjen created T28738: MITK does not build on Mac OS 11.6.
Oct 14 2021, 1:34 PM · MITK
kislinsk updated the task description for T28737: Remove last remains of .pic support.
Oct 14 2021, 1:31 PM · Breaking Change, MITK (v2021.10)
kislinsk added a subtask for T28737: Remove last remains of .pic support: T13958: Replace all *.pic and *.pic.gz files in MITK by *.nrrd.
Oct 14 2021, 1:30 PM · Breaking Change, MITK (v2021.10)
kislinsk added a parent task for T13958: Replace all *.pic and *.pic.gz files in MITK by *.nrrd: T28737: Remove last remains of .pic support.
Oct 14 2021, 1:30 PM · Auto-closed, Bugzilla, MITK
kislinsk triaged T28737: Remove last remains of .pic support as Normal priority.
Oct 14 2021, 1:30 PM · Breaking Change, MITK (v2021.10)
kislinsk committed rMD74b6ce88ea93: Add nrrd replacements for pic files (authored by kislinsk).
Add nrrd replacements for pic files
Oct 14 2021, 1:21 PM
isensee added a comment to T28493: Multilabel color map colors are not very nice.

The labels in my example are consecutive integers. And even if they weren't the color mapping should skip unused integer values. Use equivalent of np.unique(segmentation) to determine used labels and set the map accordingly.

Oct 14 2021, 12:41 PM · Checklist, Request for Discussion, MITK (v2022.04)
isensee added a comment to T28521: multilabel segmentation add switch to disable contour.

see T28736, does not really work for me

Oct 14 2021, 12:33 PM · MITK (v2021.10)
isensee updated the task description for T28736: Preferences for segmentation '2D display' are not properly utilized.
Oct 14 2021, 12:33 PM · MITK (v2022.04)
isensee created T28736: Preferences for segmentation '2D display' are not properly utilized.
Oct 14 2021, 12:32 PM · MITK (v2022.04)
isensee added a comment to T28675: Boolean Operations in Segmentation utilities are slow.

Unfortunately still slow. Just checked with 2021-10-01 shapshot on Ubuntu 18.04 (same system as tests above).
13.6s for intersection
14s for difference
didn't bother clocking union

Oct 14 2021, 12:23 PM · MITK (v2024.06), Request for Discussion
kalali added a comment to T28732: [Segmentation] 3d region growing does not work with low seed point values.

We actually talked about the priority and I explicitly said to set it to "Unbreak Now" because it HAS to be fixed for the upcoming release. What are your thoughts?

Oct 14 2021, 12:16 PM · MITK (v2021.10)
floca reopened T24795: ModelFit visualization bug? as "Open".
Oct 14 2021, 12:06 PM · Auto-closed, MITK, Restricted Project
floca added a comment to T28089: [CEST] Error loading custom data due to alleged spacing of 0.

If the issue is still relevant and the missing information is provided, we can revive the task.

Oct 14 2021, 12:00 PM · Auto-closed, Missing Info, Restricted Project, MITK
floca reopened T27570: US DICOM images are read as 3D volume as "Open".
Oct 14 2021, 11:57 AM · Auto-closed, Missing Info, Restricted Project, MITK
floca reopened T27570: US DICOM images are read as 3D volume, a subtask of T27554: Handling of 2D and 2D+t sonographic (US) images, as Open.
Oct 14 2021, 11:57 AM · Restricted Project, MITK
kislinsk reopened T13958: Replace all *.pic and *.pic.gz files in MITK by *.nrrd as "Open".

I am currently removing the last remains of ipPic from MITK (not yet as a dependency of ipFunc, though), and will also remove or convert the last .pic and .pic.gz files from MITK-Data

Oct 14 2021, 11:53 AM · Auto-closed, Bugzilla, MITK
floca reopened T26151: ImageGenerator::GenerateFromReference causes HEAP CORRUPTION as "Open".
Oct 14 2021, 11:53 AM · Auto-closed, Restricted Project, MITK
floca reopened T26323: [MitkChart] add feature to highlight/colorize point as "Open".
Oct 14 2021, 11:51 AM · Auto-closed, MITK
floca reopened T26366: [ModelFitInspector] Fixed scaling doesn't work yet as "Open".
Oct 14 2021, 11:50 AM · Restricted Project, Restricted Project, MITK
floca reopened T26366: [ModelFitInspector] Fixed scaling doesn't work yet, a subtask of T25832: Migrate ModelFit inspector plugin to MitkChart, as Open.
Oct 14 2021, 11:50 AM · Restricted Project, Restricted Project, MITK
floca reopened T26367: [ModelFitInspector] Remove bookmark doesn't work as "Open".
Oct 14 2021, 11:50 AM · Restricted Project, Restricted Project, MITK
floca reopened T26367: [ModelFitInspector] Remove bookmark doesn't work, a subtask of T25832: Migrate ModelFit inspector plugin to MitkChart, as Open.
Oct 14 2021, 11:50 AM · Restricted Project, Restricted Project, MITK
kislinsk closed T26949: DICOM SEG - 3D segmentations with only one slice cannot be reloaded as DICOM SEG as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:39 AM · Auto-closed, MITK, DICOM, Missing Info
kislinsk closed T27184: Clipping plane deformation tool doesn't show updates in 3d window as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:39 AM · Next Milestone, MITK, Missing Info, Restricted Project
kislinsk closed T27570: US DICOM images are read as 3D volume, a subtask of T27554: Handling of 2D and 2D+t sonographic (US) images, as Wontfix.
Oct 14 2021, 11:39 AM · Restricted Project, MITK
kislinsk closed T27570: US DICOM images are read as 3D volume as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:39 AM · Auto-closed, Missing Info, Restricted Project, MITK
kislinsk closed T28089: [CEST] Error loading custom data due to alleged spacing of 0 as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:39 AM · Auto-closed, Missing Info, Restricted Project, MITK
kislinsk closed T27178: MITK - DICOM Seg - loaded DCM SEG not associated with referenced DCM as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:39 AM · Auto-closed, Missing Info, MITK
kislinsk closed T19104: Integrate Coverity Scan static analysis into superbuild and CDash scripts as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Pull Request, Bugzilla, MITK
kislinsk closed T23772: Implement adaptor between new segmentation data type and current segmentation data type as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T23772: Implement adaptor between new segmentation data type and current segmentation data type, a subtask of T23742: Implement proof of concept for new segmentation data type, as Wontfix.
Oct 14 2021, 11:38 AM · MITK
kislinsk closed T19347: Direction of crosshair orientation decoration as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK, Bugzilla
kislinsk closed T25747: Things I came across when correcting fully automatic segmentations as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T26396: [Segmentation] Refactor functions to create new (empty) segmentations as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Next Milestone, Request for Discussion
kislinsk closed T18987: Segmentation plugin: seg. warnings are not displayed if image is loaded via cmd parameter as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK, Bugzilla
kislinsk closed T24426: [segmentation plugin] child Position nodes are not unchecked if parent segmention is unchecked as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T26190: Enable double-click in Qmitk*NodeSelectionWidget as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T19999: DICOM CGet and CMove don't work correctly as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Restricted Project, Restricted Project, MITK
kislinsk closed T19652: Segmentation: Add-Tool contouring on specific data sets fails on rotated planes. as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK, Bugzilla
kislinsk closed T24971: .zip files do not extract in superbuild (Windows non-NTFS file system) as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Restricted Project, IGT, MITK
kislinsk closed T26542: Remove functions from StdMultiWidget(Editor) as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T26543: Enum for AXIAL, SAGITTAL, CORONAL 3D/ORIGINAL/NONE is provided at many different locations as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Breaking Change, Noteworthy, MITK
kislinsk closed T26271: [MitkChart] use EnumerationProperty instead of custom maps as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T25833: Leak/Debugbreak when closing workbench related to MitkChart as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Restricted Project, MITK
kislinsk closed T24795: ModelFit visualization bug? as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Auto-closed, MITK, Restricted Project
kislinsk closed T26547: Clarify difference between QmitkPointListViewWidget and QmitkPointListView as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK (v2022.10)
kislinsk closed T19971: Level Window Slider does not fit to values for Center&Window as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Restricted Project, MITK
kislinsk closed T16412: Contour of a segmentation doesn't appear at the expected position on tilted images as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Bugzilla, MITK
kislinsk closed T18776: Segmentation outlines do not match voxels when using rotated planes as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK, Bugzilla
kislinsk closed T26572: Allow extension of QmitkRenderWindowMenu with custom layouts as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Restricted Project, Restricted Project, MITK
kislinsk closed T23165: DICOM reader provides image fragments where a coherent image volume is desired. as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Restricted Project, MITK
kislinsk closed T22161: Possible nullptr dereferencing in plane geometry 3D mapper as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T23385: Migrate cest plugin from QmitkPlotWidget to MitkChart as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Restricted Project, MITK
kislinsk closed T23385: Migrate cest plugin from QmitkPlotWidget to MitkChart, a subtask of T23104: Deprecate QmitkPlotWidget, as Wontfix.
Oct 14 2021, 11:38 AM · Restricted Project, MITK
kislinsk closed T23386: Migrate diffusion plugins from QmitkPlotWidget to MitkChart, a subtask of T23104: Deprecate QmitkPlotWidget, as Wontfix.
Oct 14 2021, 11:38 AM · Restricted Project, MITK
kislinsk closed T23380: Level/Window scale disappears after loading zero valued image as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Bugzilla, MITK
kislinsk closed T23386: Migrate diffusion plugins from QmitkPlotWidget to MitkChart as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Restricted Project, MITK
kislinsk closed T25583: Dynamically customize different context menus as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T24228: Restructure CreateTrackingDeviceSource method in TrackerDeviceTypeInformation implementations as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK, IGT
kislinsk closed T25583: Dynamically customize different context menus, a subtask of T25056: Refactor data manager context menu, as Wontfix.
Oct 14 2021, 11:38 AM · MITK (v2024.06), Noteworthy
kislinsk closed T25774: Segmentation cannot be display when more than one segmetation-raw-image-pair is in Data Manager as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T25725: "Show in" action is currently not implemented, a subtask of T25056: Refactor data manager context menu, as Wontfix.
Oct 14 2021, 11:38 AM · MITK (v2024.06), Noteworthy
kislinsk closed T25625: consistent updating of MTime() when updating MTime of class objects as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T25725: "Show in" action is currently not implemented as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK (v2022.10)
kislinsk closed T25760: MITK crashes when deleting files from Data Manager as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T25942: Annotation instances should not be services (?) as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T25835: Write migration guide for image statistics calculation, a subtask of T25512: Restructure image statistics calculator, as Wontfix.
Oct 14 2021, 11:38 AM · MITK
kislinsk closed T25943: Integrate probe calibration related changes as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · IMSY, MITK
kislinsk closed T25835: Write migration guide for image statistics calculation as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T26159: XMLExporter - More than one root element as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T26162: mitk_create_module PACKAGE_DEPENDS cannot handle target namespaces as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · MITK
kislinsk closed T26151: ImageGenerator::GenerateFromReference causes HEAP CORRUPTION as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:38 AM · Auto-closed, Restricted Project, MITK
kislinsk closed T26165: How to handle erroneous DICOMS/input data? as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:37 AM · Request for Discussion, DICOM, MITK
kislinsk closed T26165: How to handle erroneous DICOMS/input data?, a subtask of T25682: mitkBaseGeometry.cpp: Internal ITK matrix inversion error, cannot proceed., as Wontfix.
Oct 14 2021, 11:37 AM · MITK
kislinsk closed T26163: Windows installer packages contain some debug binaries as Wontfix.

Hi there! 🙂

Oct 14 2021, 11:37 AM · MITK