User Details
- User Since
- Aug 1 2016, 12:10 PM (455 w, 1 d)
- Roles
- Disabled
Dec 22 2016
Nov 25 2016
Pushed new branch T19958-XnatPreferencesFixingErrorMessage.
Nov 16 2016
Nov 11 2016
Cannot reproduce this on Ubuntu 14.04 neither for the "Change Color" nor the "Open File" Dialog.
Bug is fixed.
Pushed new branch T19314-AddKeywordsToPreferencesPageSearch.
We cannot reproduce the non existing results when searching for "scene".
EDIT: This seemed to appear randomly due to the random order of searching pages and its children.
However, we will try to add all names of the available pages as a keywords.
Pushed new branch T22090-SortPreferencesPage.
Can't reproduce this on Linux (Ubuntu 14.04) and Windows.
Nov 9 2016
Oct 17 2016
Sep 30 2016
Sep 28 2016
Sep 20 2016
Sep 16 2016
Pushed new branch T19434-ScreenshotMakerFilenameExtensionMissing.
Pushed new branch T19725-SegmentationOldBinaryImageCrash.
Sep 14 2016
Sep 13 2016
Sep 9 2016
Pushed new branch T19827-AdditionalRadiomicsFeatures.
Sep 2 2016
Pushed new branch T19831-CommonMiniApps.
Sep 1 2016
In File itkEnhancedHistogramToSizeZoneFeaturesFilter.hxx the following lines arount l. 190 needs to be replaced by
Aug 17 2016
An interessting point: if you have both the QVTKWidget and the QWebEngineView in your code, but you don't add them both to the actual UI, the rendering issues will remain for the other Widget.
This bug should be reproduced by this minimal example (taken from step 8 of the tutorials):
Aug 16 2016
Unfortunately, this does not resolve the rendering issues due to QWebEngine on Mac OS X.
Aug 15 2016
Ok, I see...
you could try something like
Not sure if such a feature is actually desired, because a segmentation does not really belongs to the DICOM-series (and at least for the MITK segmentations is no DICOM series) , so disallowing to add additional data to a existing DICOM-series might have been done on purpose.
Besides this, you can always add resources to the patient's Resources folder or add more than one if needed.
About the Workbench Rendering Problem:
- Try to start the workbench -> There will be a rendering problem
- Then close the "Welcome Screen".
- Close the Workbench
- Reopen it.
Aug 13 2016
A possible way to make (at least) the tutorial steps work would be to use QVTKWidget2 as a base class for QmitkRenderWindow, but according to http://stackoverflow.com/questions/26944831/using-qvtkwidget-and-qopenglwidget-in-the-same-ui QVTKWidget2 is old.
Aug 12 2016
This must be a problem within the MitkWorkbench because it is possible to start the MitkExample (Step 8) with only a smaller Retina-based problem - see attached files. Running the MitkStep 8 on a non-Retina display works perfectly fine.
This problem still occurs when building a package both for Qt 5.6.1 and Qt 5.7.0.
The only way to make the Workbench start is to manually copy the the QtWebEngineCore.framework from <QtPath>/lib/ to the MitkWorkbench.app/Contents/Frameworks/
Aug 4 2016
Aug 2 2016
Finally,
- Neighbourhood grey tone difference based features
Commandline tool for extraction of a particular timestep of a 4D Volume added.
The following features have been added yet:
- Grey Level Size Zone based features
- Grey Level Variance
- Run Length Variance
- Run entropy
- Joint average
- Compactness 3 (Compactness 1 with improved definition)
- Asphericity
- Centre of mass shift
- PCA-based features (Major/minor/least axis length, Elongation, Flatness)
- 10th percentile
- 90th percentile
- Interquartile range (75th - 25th quantile)
- Robust mean absolute deviation
The following features have been added:
- First measure of information correlation
- Second measure of information correlation
[7eaaba]: Merge branch 'bug-19809-XNATDicomDownloadCrash'
Merged commits:
2016-07-13 15:11:50 Nils Gaehlert [32ce2d]
will fix the problem that the MITK Workbench will crash if there were some issues with writing permissions to the download folder.
Bug is fixed. Please merge into Master.
[b54737]: Merge branch 'bug-19681-XNATHTTPStatusCodeHandling' into bug-19681-Xna
Merged commits:
2016-06-15 16:44:01 Nils Gaehlert [2fca6d]
- show a particular error message only once.
- fix tab order in preferences page
- improve the search stability
[6c3cfe]: COMP Merge branch 'bug-19681-XnatIntegrationBranch'
Merged commits:
2016-06-15 17:21:44 Nils Gaehlert [3bf426]
COMP remove a link from include statements.
resolved fixed
7 Segments, 14 partial volumes
[483a25]: Merge branch 'bug-19630-XnatNoFileDownload'
Merged commits:
2016-03-23 12:54:13 Nils Gaehlert [061b2c]
will save the images downloaded by Xnat corresponding to the server-side folder structure.
[ab006a]: Merge branch 'bug-19620-CorrectionToolIndexBoundariesCrash'
Merged commits:
2016-03-30 16:37:23 Nils Gaehlert [720216]
corrects strange behaviour when adding only small regions
See attachment for example crash.
CorrectionToolCrash
Additional comment: The described problem only occurs when dropping the data on a "Resource"-Folder. When dropping it on the subject itself, there is no problem.