Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Apr 9, 2024
1 parent 2f49100 commit 611aa44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def collapse_to_spectrum(self, add_data=True, **kwargs):
)
if uncert_cube:
uncertainties = uncert_cube.get_subset_object(
subset_id=self.aperture.selected, cls=StdDevUncertainty
subset_id=self.aperture.selected, cls=StdDevUncertainty, attribute="flux"
)
# Exact slice mask of cone or cylindrical aperture through the cube. `shape_mask` is
# a 3D array with fractions of each pixel within an aperture at each
Expand Down

0 comments on commit 611aa44

Please sign in to comment.