Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/galaxies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ Spectrum

The following models are found in the `skypy.galaxies.spectrum` package.

SkyPy uses the `speclite <https://speclite.readthedocs.io/>`_ 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 <https://speclite.readthedocs.io/en/latest/filters.html>`_
following the naming syntax described in `speclite.filters.load_filters`, or
create their own named `speclite.filters.FilterResponse`.

.. currentmodule:: skypy.galaxies.spectrum
.. autosummary::
:nosignatures:
Expand Down
8 changes: 8 additions & 0 deletions docs/utils/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://speclite.readthedocs.io/>`_ 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 <https://speclite.readthedocs.io/en/latest/filters.html>`_
following the naming syntax described in `speclite.filters.load_filters`, or
create their own named `speclite.filters.FilterResponse`.


.. currentmodule:: skypy.utils.photometry
.. autosummary::
:nosignatures:
Expand Down