File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,13 @@ Spectrum
63
63
64
64
The following models are found in the `skypy.galaxies.spectrum ` package.
65
65
66
+ SkyPy uses the `speclite <https://speclite.readthedocs.io/ >`_ package for
67
+ photometric calculations. Some of the following functions take the names of
68
+ photometric filters as an input parameter. Users can choose from the available
69
+ `Speclite Filters <https://speclite.readthedocs.io/en/latest/filters.html >`_
70
+ following the naming syntax described in `speclite.filters.load_filters `, or
71
+ create their own named `speclite.filters.FilterResponse `.
72
+
66
73
.. currentmodule :: skypy.galaxies.spectrum
67
74
.. autosummary ::
68
75
:nosignatures:
Original file line number Diff line number Diff line change @@ -126,6 +126,14 @@ Photometry (`skypy.utils.photometry`)
126
126
This module contains methods that model spectral energy distributions and
127
127
calculate photometric properties.
128
128
129
+ SkyPy uses the `speclite <https://speclite.readthedocs.io/ >`_ package for
130
+ photometric calculations. Some of the following functions take the names of
131
+ photometric filters as an input parameter. Users can choose from the available
132
+ `Speclite Filters <https://speclite.readthedocs.io/en/latest/filters.html >`_
133
+ following the naming syntax described in `speclite.filters.load_filters `, or
134
+ create their own named `speclite.filters.FilterResponse `.
135
+
136
+
129
137
.. currentmodule :: skypy.utils.photometry
130
138
.. autosummary ::
131
139
:nosignatures:
You can’t perform that action at this time.
0 commit comments