Page MenuHomePhabricator

[Stochastic Tractography/Tracking] Exception by itkProcessObject: Only 1 of 2 required indexed inputs are specified.
Closed, ResolvedPublic

Description

Exception popup occurred with content:

An error occurred. You should save all data and quit the program to prevent possible data loss.
See the error log for details.

/Volumes/FastDrive/Developer/MITK/bin/itk4/MITK-superbuild/ITK-src/Modules/Core/Common/src/itkProcessObject.cxx:1201:
itk::ERROR: StochasticTractographyFilter(0x7fcbe2f40000): At least 2 of the first 2 indexed inputs are required but only 1 are specified. The required inputs are expected to be the first inputs.

To reproduce error use the mask and dwi inside the net drive: "NeuroImage/tmp/bug-*-stochastic-tracking/" directory and start stochastic tracking with default values.

Event Timeline

New remote branch pushed: bug-15088-stochastic-tracking

[43d6e7]: Merge branch 'bug-15088-stochastic-tracking'

Merged commits:

2013-05-22 14:57:42 Tobias Hegemann [a163de]
Set the required inputs from 2 to 1. Since itk4 exceptions are thrown because of this line. Also the hide of superbase methods of SetInput is corrected. No more warnings are thrown.


2013-05-22 14:54:39 Tobias Hegemann [029e60]
Corrected the initalize lineup and changed the deprecated Begin() to GoToBegin() call of itk4. Both caused warnings.