-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Add a section on how to do angular binning to the examples. This is probably best added to the main notebook as most of it would otherwise repeat the same steps.
We can show both the after-the-fact binning
binned_spectra = heracles.binned(spectra, bins=..., weights=...)and the on-the-fly binning
binned_spectra = heracles.angular_power_spectra(alms, ..., bins=..., weights=...)for both spectra and mixing matrices.
Metadata
Metadata
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation