Skip to content

Commit

Permalink
Merge pull request #129 from pllim/brown-cat
Browse files Browse the repository at this point in the history
Add Brown Atlas to Appendix A
  • Loading branch information
pllim committed Jan 25, 2020
2 parents 565b819 + d9dc72d commit bcaee9e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/source/appendixa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Non-stellar models:
+-------------------------------------+-------------------------------+ |
|:ref:`pysynphot-appendixa-galactic` |$PYSYN_CDBS/grid/galactic | |
+-------------------------------------+-------------------------------+ |
|:ref:`pysynphot-appendixa-brown` |$PYSYN_CDBS/grid/brown | |
+-------------------------------------+-------------------------------+ |
|:ref:`pysynphot-appendixa-etcsource` |$PYSYN_CDBS/etc/source | |
+-------------------------------------+-------------------------------+--------------+

Expand Down Expand Up @@ -516,6 +518,25 @@ The example below loads the spectrum for Orion nebula:
>>> sp = S.FileSpectrum(filename)


.. _pysynphot-appendixa-brown:

Brown Atlas
===========

The ``$PYSYN_CDBS/grid/brown`` directory contains 129 spectral energy
distributions for nearby galaxies, with wavelength coverage spanning from the
ultraviolet to the mid-infrared
(:ref:`Brown et al. 2014 <synphot-ref-brown2014>`). See
`TRDS Brown Atlas <http://www.stsci.edu/hst/instrumentation/reference-data-for-calibration-and-tools/astronomical-catalogs/the-trds-brown-atlas>`_
for more details.

The example below loads the spectrum for Arp 256 N:

>>> filename = os.path.join(
>>> os.environ['PYSYN_CDBS'], 'grid', 'brown', 'arp_256_n_spec.fits')
>>> sp = FileSourceSpectrum(filename)


.. _pysynphot-appendixa-etcsource:

Other Non-Stellar Objects
Expand Down
6 changes: 6 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ These data files are needed for calculations involving source spectra:
+------------------------------------------+----------------------------+ |
|Bruzual-Persson-Gunn-Stryker stellar atlas|$PYSYN_CDBS/grid/bpgs/ | |
+------------------------------------------+----------------------------+ |
|Brown galaxy atlas |$PYSYN_CDBS/grid/brown/ | |
+------------------------------------------+----------------------------+ |
|Bruzual stellar atlas |$PYSYN_CDBS/grid/bz77/ | |
+------------------------------------------+----------------------------+ |
|Galactic emission line objects |$PYSYN_CDBS/grid/galactic/ | |
Expand Down Expand Up @@ -217,6 +219,10 @@ References

* Bohlin, R. C. & Gilliland, R. L. 2004, AJ, 127, 3508

.. _synphot-ref-brown2014:

Brown, M. J. I., et al. 2014, ApJS, 212, 18

.. _synphot-ref-calzetti2000:

* Calzetti, D., Armus, L., Bohlin, R. C., Kinney, A. L., Koornneef, J., & Storchi-Bergmann, T. 2000, ApJ, 533, 682
Expand Down

0 comments on commit bcaee9e

Please sign in to comment.