Skip to content

Commit

Permalink
fixed bug in spectral_estimates.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Mar 6, 2024
1 parent 7d5e579 commit b9d963c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icesat2_tracks/ICEsat2_SI_tools/spectral_estimates.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def calc_spectrum_apply(stancil):
xi: xr.DataArray(
I,
dims=["k"],
coords={"k": self.k, "x": xi * self.dx},
coords={"k": self.k, "x": xi },
name=self.spec_name,
)
for xi, I in D_specs.items()
Expand Down

0 comments on commit b9d963c

Please sign in to comment.