Skip to content

Commit

Permalink
Update sunkit_spex/models/physical/albedo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samaloney authored Jan 22, 2025
1 parent b9299a8 commit 737a7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunkit_spex/models/physical/albedo.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def _calculate_albedo_matrix(energy_edges: tuple[float], theta: float, anisotrop
return albedo_interp.T


@quantity_input
@u.quantity_input
def get_albedo_matrix(energy_edges: Quantity[u.keV], theta: Quantity[u.deg], anisotropy=1):
r"""
Get albedo correction matrix.
Expand Down

0 comments on commit 737a7ff

Please sign in to comment.