-
Notifications
You must be signed in to change notification settings - Fork 11
Non topup #78
base: master
Are you sure you want to change the base?
Conversation
Hello @akeshavan! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2019-05-17 20:46:43 UTC |
if not use_reverse_phase_encode: | ||
acqp_single_file = '/tmp/acqp.txt' | ||
with open(acqp_single_file, 'w') as f: | ||
f.write('0 1 0 .0665') |
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.
this is shady
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.
If the BIDSLayout object is passed, we can read the PhaseEncodingDirection
and TotalReadoutTime
with layout.get_metadata()
update on this! It failed at EddyQuad, which requires a param_file. Will look into this next week!
|
Some fixes in the new is_hemi function
Don't merge yet! I just want you all to see what's in progress