We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
brain_radius is currently hard-coded in here:
brain_radius
https://github.com/DCAN-Labs/nhp-abcd-bids-pipeline/blob/master/app/pipelines.py#L82-L102
It needs to be an external command-line interface argparse option, much like dcan_bold_processing does it here:
argparse
https://github.com/DCAN-Labs/dcan_bold_processing/blob/master/dcan_bold_proc.py#L169-L172
The text was updated successfully, but these errors were encountered:
No branches or pull requests
brain_radius
is currently hard-coded in here:https://github.com/DCAN-Labs/nhp-abcd-bids-pipeline/blob/master/app/pipelines.py#L82-L102
It needs to be an external command-line interface
argparse
option, much like dcan_bold_processing does it here:https://github.com/DCAN-Labs/dcan_bold_processing/blob/master/dcan_bold_proc.py#L169-L172
The text was updated successfully, but these errors were encountered: