diff --git a/docs/galaxies.rst b/docs/galaxies.rst index b805a213c..bfddeeec6 100644 --- a/docs/galaxies.rst +++ b/docs/galaxies.rst @@ -63,6 +63,13 @@ Spectrum The following models are found in the `skypy.galaxies.spectrum` package. +SkyPy uses the `speclite `_ package for +photometric calculations. Some of the following functions take the names of +photometric filters as an input parameter. Users can choose from the available +`Speclite Filters `_ +following the naming syntax described in `speclite.filters.load_filters`, or +create their own named `speclite.filters.FilterResponse`. + .. currentmodule:: skypy.galaxies.spectrum .. autosummary:: :nosignatures: diff --git a/docs/utils/index.rst b/docs/utils/index.rst index a99ca1044..ac33e19c7 100644 --- a/docs/utils/index.rst +++ b/docs/utils/index.rst @@ -126,6 +126,14 @@ Photometry (`skypy.utils.photometry`) This module contains methods that model spectral energy distributions and calculate photometric properties. +SkyPy uses the `speclite `_ package for +photometric calculations. Some of the following functions take the names of +photometric filters as an input parameter. Users can choose from the available +`Speclite Filters `_ +following the naming syntax described in `speclite.filters.load_filters`, or +create their own named `speclite.filters.FilterResponse`. + + .. currentmodule:: skypy.utils.photometry .. autosummary:: :nosignatures: