Page MenuHomePhabricator

Make the DI application less verbose
Closed, ResolvedPublic

Description

Is it necessary to write the

'ALOHA WE JUST RECEIVED A NEW INDEX FROM THE PROPERTIES IN MITK........................' to std::cout? It is produced by

template<typename TPixelType>
void mitk::DiffusionImage<TPixelType>::SetDisplayIndexForRendering(int displayIndex)

in Modules/DiffusionImaging/IODataStructures/DiffusionWeightedImages/mitkDiffusionImage.txx

Related Objects

StatusAssignedTask
ResolvedNone
ResolvedNone

Event Timeline

Remove NRRD Reader information:

566.21 core.mod.difImg.nrrddiffusionimagereader: DWMRI_b-value ---> 1000
566.22 core.mod.difImg.nrrddiffusionimagereader: DWMRI_gradient_0000 ---> 0 0

0

566.22 core.mod.difImg.nrrddiffusionimagereader: DWMRI_gradient_0001 ---> 0 0

0

566.22 core.mod.difImg.nrrddiffusionimagereader: DWMRI_gradient_0002 ---> 0 0

0

566.23 core.mod.difImg.nrrddiffusionimagereader: DWMRI_gradient_0003 ---> 0 0

0

.
.
.

[89bcc2]: Merge branch 'bug-9712-DiAppVerbosity'

Merged commits:

2011-10-13 09:06:50 Peter Neher [0a34e1]
removed some output

I think the remaining output should be assessed and, when appropriate, removed during the code review using separate bugs.