Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Power spectrum for n-dimensional LowerTriangularArray #618

Merged
merged 12 commits into from
Nov 30, 2024
Prev Previous commit
Next Next commit
docs typo
  • Loading branch information
milankl committed Nov 29, 2024
commit 93b664b99fe0616a3c4d506ea9a4298d265abccf
2 changes: 1 addition & 1 deletion docs/src/speedytransforms.md
Original file line number Diff line number Diff line change
@@ -347,7 +347,7 @@ power_spectrum(alms)
returns the power spectrum for `[..., 1]` in the first column and `[..., 2]` in the second.
This avoids to loop over these additional dimensions, but the result would be the same:

```@example speedyTransforms
```@example speedytransforms
power_spectrum(alms[:, 1])
```