Skip to content

Commit

Permalink
Merge pull request #1005 from eilidhmacnicol/fix/rodent-fd-defaults
Browse files Browse the repository at this point in the history
set rat-specific defaults for FD calculations
  • Loading branch information
oesteban committed Aug 18, 2022
2 parents a14998e + 54c6425 commit 1aa8002
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mriqc/cli/parser.py
Expand Up @@ -559,6 +559,10 @@ def parse_args(args=None, namespace=None):
# TODO: add other species once rats are working
if opts.species.lower() == "rat":
config.workflow.template_id = "Fischer344"
# mean distance from the lateral edge to the center of the brain is
# ~ PA:10 mm, LR:7.5 mm, and IS:5 mm (see DOI: 10.1089/089771503770802853)
# roll movement is most likely to occur, so set to 7.5 mm
config.workflow.fd_radius = 7.5
config.workflow.headmask = "NoBET"
# block uploads for the moment; can be reversed before wider release
config.execution.no_sub = True
Expand Down

0 comments on commit 1aa8002

Please sign in to comment.