Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
571085e2
Commit
571085e2
authored
Mar 18, 2013
by
Sebastian Eichelbaum
Browse files
[DOC] the nifit reader now tells you what gradient file is missing
parent
1b5ae61a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/modules/data/io/WReaderNIfTI.cpp
src/modules/data/io/WReaderNIfTI.cpp
+2
-1
No files found.
src/modules/data/io/WReaderNIfTI.cpp
View file @
571085e2
...
...
@@ -383,7 +383,8 @@ boost::shared_ptr< WDataSet > WReaderNIfTI::load( DataSetType dataSetType )
}
// cannot find the appropriate gradient vectors, build a dataSetSingle instead of hardi
newDataSet
=
boost
::
shared_ptr
<
WDataSet
>
(
new
WDataSetSingle
(
newValueSet
,
newGrid
)
);
wlog
::
debug
(
"WReaderNIfTI"
)
<<
"Could not find corresponding gradients file, loading as WDataSetSingle instead."
;
wlog
::
debug
(
"WReaderNIfTI"
)
<<
"Could not find corresponding gradients file
\"
"
<<
gradientFileName
.
c_str
()
<<
"
\"
, loading as WDataSetSingle instead."
;
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment