Skip to content

Commit

Permalink
Add scan to the register function interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Apr 20, 2015
1 parent e656645 commit e905b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qipipe/pipeline/qipipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def _create_workflow(self, **opts):

# The registration workflow node.
if 'register' in actions:
reg_inputs = ['subject', 'session', 'bolus_arrival_index',
reg_inputs = ['subject', 'session', 'scan', 'bolus_arrival_index',
'in_files', 'mask', 'opts']

# The registration function keyword options.
Expand Down

0 comments on commit e905b31

Please sign in to comment.