Skip to content

Commit

Permalink
Replace get_experiment_resource with get_scan_resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Apr 26, 2015
1 parent 2c399ae commit 2762abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qipipe/pipeline/qipipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ def _partition_registered(self, xnat, project, subject, session, scan, files):
"""
# The XNAT registration object.
if self.registration_resource:
reg_obj = xnat.get_experiment_resource(project, subject, session,
scan, self.registration_resource)
reg_obj = xnat.get_scan_resource(project, subject, session, scan,
self.registration_resource)
else:
reg_obj = None
# If the registration has not yet been performed, then
Expand Down

0 comments on commit 2762abb

Please sign in to comment.