Skip to content

Commit

Permalink
Fixed an issue with annotating tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ejeschke committed Feb 22, 2024
1 parent 7333c92 commit c5fdb8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ginga/rv/plugins/Mosaic.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,6 @@ def load_tiles(self, paths, image_loader=None, preprocess=None):
# or size 0 in either dimension
continue

image.set(name='hdu%d' % (i))

if preprocess is not None:
image = preprocess(image)

Expand Down

0 comments on commit c5fdb8f

Please sign in to comment.