Skip to content

Commit 737a7ff

Browse files
authored
Update sunkit_spex/models/physical/albedo.py
1 parent b9299a8 commit 737a7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sunkit_spex/models/physical/albedo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def _calculate_albedo_matrix(energy_edges: tuple[float], theta: float, anisotrop
195195
return albedo_interp.T
196196

197197

198-
@quantity_input
198+
@u.quantity_input
199199
def get_albedo_matrix(energy_edges: Quantity[u.keV], theta: Quantity[u.deg], anisotropy=1):
200200
r"""
201201
Get albedo correction matrix.

0 commit comments

Comments
 (0)