-
Notifications
You must be signed in to change notification settings - Fork 13
Feature #963 hadamard decoding philips #964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
For me personally dcm2niix still crashes (even though the up-to-date flavor library was used): |
MichaelStritt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, so on Windows I still have my problems with the import. If @BeatrizPadrela can test and say if it works on Linux, I'm fine with it.
|
Okay guys, I had to put an if loop here because with Amnah's data (FME), we only have 2 repetitions, so this line makes sense and works for the next for loop of the averaging across repetitions. Tell me what you think @MichaelStritt @jan-petr |
|
@jan-petr & @BeatrizPadrela: Possibly a stupid question from my side, but wouldn't it be easier to determine that based on the matrix size? Then your for loop can't crash. By the way, there are no if loops, we call them if statements. |
|
@MichaelStritt that's a good idea! |
fccf7ee to
885b75f
Compare
40f9a6f to
afef36b
Compare

Linked issue
#963