-
Notifications
You must be signed in to change notification settings - Fork 23
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
Updates for GE HBCD Sequence #147
Conversation
@wtclarke Getting a failure in the validation.py from the dimensions. The data is correctly shaped (you can see from my log statements just above the error.. Can you see an obvious reason as to why this might be having an issue? |
Just looks like the dimensions are changed. Did you change the order? If so you will need to update the tests. |
@wtclarke Thanks for getting back to me! I thought this was the issue as well, so I went back and made sure that it was ordered the same as before. Still received the same error regardless unfortunately. |
But it clearly has. The test which was passing before these changes checks for
but now that line is failing in the test here
and your changes have swapped the last two dimensions. |
@wtclarke I thought I switched them back after I received the error. Let me ensure I pushed those changes up. |
Right, but that's just the labelling of the dimensions, the actual sizes are dictated by the data shape you've constructed. |
Does |
@wtclarke ahh you're right, I forgot to update the reshaping. Looks to have passed now. Thank you! |
@wtclarke Hi Will, did we need anything else or can we close this out? |
More updates for the GE HBCD ISTHMUS sequence. Resolves issues with multichannel data, handles separated short TE and long TE scans that have the same PSD, and correctly uses HERCULES vs. ISTHMUS specific processing routines.