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.
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