Skip to content

Commit

Permalink
removed aperture from SkyCellProduct.info
Browse files Browse the repository at this point in the history
  • Loading branch information
s-goldman committed Nov 1, 2023
1 parent cae96f8 commit 24c1ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzlepac/haputils/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ def __init__(
layer_scale = layer[1]

self.info = "_".join(
["hst", skycell_name, instrument, detector, aperture_from_poller, filter_str, layer_str]
["hst", skycell_name, instrument, detector, filter_str, layer_str]
)
self.exposure_name = skycell_name
self.cell_id = skycell_name.strip("skycell-")
Expand Down

0 comments on commit 24c1ce7

Please sign in to comment.