Skip to content

Commit

Permalink
DOC: Fix SDSS filter links
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
pllim authored Jul 24, 2023
1 parent 4a0f1c0 commit 22508fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/stsynphot/appendixb_nonhst.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ The `Sloan Digital Sky Survey (SDSS) <https://www.sdss.org/>`_ *ugriz* filter
throughputs were provided by Sebastian Jester on behalf of the SDSS team,
as described in :ref:`Gunn et al. (2001) <stsynphot-ref-gunn2001>`.
The filter curves are shown in the
`SDSS filter response plot <http://classic.sdss.org/dr1/instruments/imager/index.html#filters>`_. For example::
`SDSS filter response plot <https://classic.sdss.org/dr1/instruments/imager/#filters>`_. For example::

>>> import stsynphot as stsyn
>>> bp = stsyn.band('sdss,g') # doctest: +SKIP
Expand Down Expand Up @@ -245,7 +245,7 @@ large extended sources (larger than about 80 pixels in size)
because the extended IR scattering wings in these bands,
which do not affect the photometry of point sources, begin to be
included. The modified curves are shown in an
`updated SDSS system response plot <http://classic.sdss.org/dr3/instruments/imager/#filters>`_.
`updated SDSS system response plot <https://classic.sdss.org/dr3/instruments/imager/#filters>`_.

The SDSS photometry is intended to be on the AB system
(:ref:`Oke & Gunn 1983 <stsynphot-ref-oke1983>`), by which a 0-magnitude object
Expand Down

0 comments on commit 22508fd

Please sign in to comment.