You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It also has the advantage of including data that extends well into both the UV and the IR. The `~specreduce.calibration_data.load_MAST_calspec`
21
-
function provides a way to easily load CALSPEC data either directly from `MAST` (specifically, https://archive.stsci.edu/hlsps/reference-atlases/cdbs/calspec/)
22
-
or from a previously downloaded local file. Here is an example of how to use it and of a CALSPEC standard that has both UV and IR coverage:
21
+
function provides a way to easily load CALSPEC data either directly from `MAST <https://archive.stsci.edu/>`_
22
+
(specifically, https://archive.stsci.edu/hlsps/reference-atlases/cdbs/calspec/) or from a previously downloaded local file.
23
+
Here is an example of how to use it and of a CALSPEC standard that has both UV and IR coverage:
23
24
24
25
.. plot::
25
26
:include-source:
@@ -38,91 +39,102 @@ or from a previously downloaded local file. Here is an example of how to use it
38
39
fig.show()
39
40
40
41
The `specreduce_data <https://github.com/astropy/specreduce-data/>`_ package provides several datasets of spectrophotometric standard spectra.
41
-
The bulk of them are inherited from IRAF's `onedstds` datasets, but some more recently curated datasets from `ESO
42
-
<https://www.eso.org/sci/observing/tools/standards/spectra/stanlis.html>`_, the
42
+
The bulk of them are inherited from IRAF's `onedstds<https://github.com/iraf-community/iraf/tree/main/noao/lib/onedstds>`_ datasets, but
43
+
some more recently curated datasets from `ESO <https://www.eso.org/sci/observing/tools/standards/spectra/stanlis.html>`_, the
43
44
`Nearby Supernova Factory <https://snfactory.lbl.gov/>`_, and `Gemini
44
45
<https://github.com/GeminiDRSoftware/DRAGONS/tree/master/geminidr/gemini/lookups/spectrophotometric_standards>`_ are included as well. The
45
46
`~specreduce.calibration_data.load_onedstds` function is provided to load these data into `~specutils.Spectrum1D`
46
-
instances. If `specreduce_data` is not installed, the data will be downloaded from the GitHub
47
+
instances. If `specreduce_data<https://github.com/astropy/specreduce-data/>`_ is not installed, the data will be downloaded from the GitHub
47
48
`repository <https://github.com/astropy/specreduce-data/tree/main/specreduce_data/reference_data/onedstds>`_. The available
48
49
database names and their descriptions are listed here. Please refer to the `specreduce-data repository
49
50
<https://github.com/astropy/specreduce-data/tree/main/specreduce_data/reference_data/onedstds>`_ for details on the
50
51
specific data files that are available:
51
52
52
-
- `bstdscal`: Directory of the brighter KPNO IRS standards (i.e. those with HR numbers) at 29 bandpasses,
53
-
data from various sources transformed to the Hayes and Latham system, unpublished.
53
+
- `bstdscal<https://github.com/iraf-community/iraf/tree/main/noao/lib/onedstds/bstdscal>`_: Directory of the brighter KPNO IRS
54
+
standards (i.e., those with HR numbers) at 29 bandpasses, data from various sources transformed to the Hayes and Latham system, unpublished.
54
55
55
-
- `ctiocal`: Directory containing fluxes for the southern tertiary standards as published by
0 commit comments