Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Non topup #78

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Non topup #78

wants to merge 4 commits into from

Conversation

akeshavan
Copy link
Collaborator

Don't merge yet! I just want you all to see what's in progress

@pep8speaks
Copy link

pep8speaks commented Apr 15, 2019

Hello @akeshavan! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 76:17: E117 over-indented
Line 77:80: E501 line too long (84 > 79 characters)
Line 80:80: E501 line too long (84 > 79 characters)
Line 83:80: E501 line too long (101 > 79 characters)
Line 88:80: E501 line too long (106 > 79 characters)
Line 92:37: E128 continuation line under-indented for visual indent
Line 92:80: E501 line too long (84 > 79 characters)
Line 93:37: E128 continuation line under-indented for visual indent
Line 94:37: E128 continuation line under-indented for visual indent
Line 95:37: E128 continuation line under-indented for visual indent
Line 95:80: E501 line too long (84 > 79 characters)
Line 98:80: E501 line too long (81 > 79 characters)

Line 29:80: E501 line too long (100 > 79 characters)
Line 36:80: E501 line too long (100 > 79 characters)
Line 63:80: E501 line too long (90 > 79 characters)
Line 64:80: E501 line too long (90 > 79 characters)

Line 310:21: E128 continuation line under-indented for visual indent
Line 311:21: E128 continuation line under-indented for visual indent
Line 312:21: E128 continuation line under-indented for visual indent
Line 474:80: E501 line too long (86 > 79 characters)
Line 567:5: E303 too many blank lines (2)

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')
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is shady

Copy link
Contributor

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()

@akeshavan
Copy link
Collaborator Author

update on this! It failed at EddyQuad, which requires a param_file. Will look into this next week!

ValueError: EddyQuad requires a value for input 'param_file'. For a list of required inputs, see EddyQuad.help()

Some fixes in the new is_hemi function
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants