Skip to content

Commit

Permalink
Get the image collection.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jul 12, 2017
1 parent 154fa5a commit 0d7c744
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 @@ -915,7 +915,7 @@ def _collect_roi_files(collection, scan_input):
_logger = logger(__name__)
roi_dirs = scan_input.roi
if roi_dirs:
img_coll = image_collection.with_name(coll_opt)
img_coll = image_collection.with_name(collection)
scan_pats = img_coll.patterns.scan[scan_input.scan]
if not scan_pats:
raise PipelineError("Scan patterns were not found"
Expand Down

0 comments on commit 0d7c744

Please sign in to comment.