Skip to content

Commit

Permalink
add a png + add info to .rst
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jan 10, 2024
1 parent 0691fee commit d053c0c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Binary file added docs/_static/gaiadr3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion docs/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ The command below produces the figure::
.. image:: _static/euclid.png
:alt: Euclid filter curves

Gaia Filters
Gaia DR2 Filters
------------

The (revised) filters from DR2 documented
Expand All @@ -309,6 +309,22 @@ The command below produces the figure::
.. image:: _static/gaiadr2.png
:alt: GAIA DR2 filter curves


Gaia DR3 Filters
------------

The filters from DR3/EDR3 documented
`here <https://www.cosmos.esa.int/web/gaia/edr3-passbands>`__.

The command below produces the figure::

gaiadr3 = speclite.filters.load_filters('gaiadr3-*')
speclite.filters.plot_filters(gaiadr3)

.. image:: _static/gaiadr3.png
:alt: GAIA DR3 filter curves


.. _custom-filters:

Custom Filters
Expand Down

0 comments on commit d053c0c

Please sign in to comment.