A similar problem seems to exist for integers.
See mailing list post:
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 2 2016
additionally change !process.waitForFinished() to !process.waitForFinished(-1) in
ctkCmdLineModuleBackendLocalProcess::rawXmlDescription() (line 174 in D:\Dipp\bin\MITK-superbuild\CTK-src\Libs\CommandLineModules\Backend\LocalProcess\ctkCmdLineModuleBackendLocalProcess.cpp)
adapted ctkCmdLineModuleManager.cpp
diff off previous patch without white space changes
TODO: the correct Reader has to be selected
How and where should this be done?
draft that determines if Dicom data is DWI
diff off previous patch without white space changes
The saving images problem seems to be related to a problem we had in DIPP:
we used this to be able to store data in a given format. This is used to generate temporary files for the command line module.
draft
fixed problem
The reason for this is the predicate setting in CTK (QmitkUiLoader.cpp, line 55)
comboBox->SetPredicate(mitk::NodePredicateDataType::New("Image"));
draft
works if NodePredicateOr is used to concatinate
Hi Matt,
The problem occurs if there are no input images from MITK, but the image data is loaded inside the external program.
this seems to be a data format independent problem (tried nrrd as well).
This would solve case 1.
Hi Matt,
Global Re-init does help. Thanks!