Skip to content

Commit

Permalink
Session is known in XNAT as the experiment.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Apr 22, 2015
1 parent 9cd410a commit 8615d26
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 @@ -184,7 +184,7 @@ def _run_with_xnat_input(*inputs, **opts):
sbj = hierarchy.pop('subject', None)
if not sbj:
raise ArgumentError("The XNAT path is missing a subject: %s" % path)
sess = hierarchy.pop('session', None)
sess = hierarchy.pop('experiment', None)
if not sess:
raise ArgumentError("The XNAT path is missing a session: %s" % path)
scan = hierarchy.pop('scan', None)
Expand Down

0 comments on commit 8615d26

Please sign in to comment.