Skip to content

Commit

Permalink
display(): fix iteration of overlays when multiple extensions are dis…
Browse files Browse the repository at this point in the history
…played
  • Loading branch information
chris-simpson committed Oct 13, 2020
1 parent 171ae79 commit 9100b6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geminidr/core/primitives_visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def display(self, adinputs=None, **params):
overlay = overlays[0]
masks.append(overlay)
mask_colors.append(206)
overlay_index += 1

# Define the display name
if tile and extname=='SCI':
Expand Down

0 comments on commit 9100b6f

Please sign in to comment.