Skip to content

Commit

Permalink
Merge pull request #125 from tddesjardins/master
Browse files Browse the repository at this point in the history
Added 2MASS and WFIRST bandpass information to documentation.
  • Loading branch information
pllim committed Jan 17, 2020
2 parents 3d73450 + b01e3bf commit 3c5bd2a
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
66 changes: 66 additions & 0 deletions doc/source/appendixb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,42 @@ systems are small:
* |nonhst_stromgren2| *uvby*


.. _pysynphot-nonhst-2mass:

2MASS
-----

The 2MASS *JHK*:math:`_s` throughputs are taken from :ref:`Cohen et al. (2003) <synphot-ref-cohen2003>`.
These are normalized relative spectral response curves and include the throughputs of all of the
appropriate optics from the 2MASS optical system, as well as the atmosphere above the two 2MASS
telescopes.

Zero point reference fluxes for 2MASS reproduced from the
`IPAC 2MASS website <https://old.ipac.caltech.edu/2mass/releases/allsky/doc/sec6_4a.html>`_
are included here for reference (pay special attention to the units):

+-----+--------------------+-----------------+---------------+-----------------------+
|Band |λ (µm) |Bandwidth |Fnu ref |Flambda ref |
| | |(µm) |(Jy) |(W/cm^2/µm) |
+=====+====================+=================+===============+=======================+
|J | 1.235 ± 0.006 | 0.162 ± 0.001 | 1594 ± 27.8 | 3.129E-13 ± 5.464E-15 |
+-----+--------------------+-----------------+---------------+-----------------------+
|H | 1.662 ± 0.009 | 0.251 ± 0.002 | 1024 ± 20.0 | 1.133E-13 ± 2.212E-15 |
+-----+--------------------+-----------------+---------------+-----------------------+
|Ks | 2.159 ± 0.011 | 0.262 ± 0.002 | 666.7 ± 12.6 | 4.283E-14 ± 8.053E-16 |
+-----+--------------------+-----------------+---------------+-----------------------+

To use the 2MASS throughputs:

>>> bp = S.ObsBandpass('2mass,j')
>>> bp = S.ObsBandpass('2mass,h')
>>> bp = S.ObsBandpass('2mass,ks')

(Note: 2MASS throughput curves were added to the TMG file in January 2020. Users must use
a TMG/TMC file and associated throughput tables delivered after this date to use the
2MASS OBSMODEs.)


.. _pysynphot-nonhst-cousins:

Cousins
Expand Down Expand Up @@ -1272,6 +1308,36 @@ The Stromgren *uvby* throughputs are taken from
>>> bp = S.ObsBandpass('stromgren,y')


.. _pysynphot-nonhst-wfirst:

WFIRST
------

Phase B estimates of the WFIRST integrated system throughputs have been taken from
the `WFIRST Reference Information <https://wfirst.gsfc.nasa.gov/science/WFIRST_Reference_Information.html>`_ page at GSFC.
for more information. For example:

>>> bp = S.ObsBandpass('wfirst,wfi,f062')

Only the Wide Field Instrument (WFI) is currently supported with the following modes:

+------------+-----------------------------------------+
|Description |Keywords |
+============+=========================================+
|Filter |f062, f087, f106, f129, f146, f158, f184 |
+------------+-----------------------------------------+
|Grating |grism, prism |
+------------+-----------------------------------------+

At this time, the estimated throughputs do not differentiate between the different sensor chip assemblies (SCAs).
SCA-dependent throughputs will be delivered at a later time.

(Note: WFIRST throughput curves were added to the TMG file in January 2020. Users must use
a TMG/TMC file and associated throughput tables delivered after this date to use the
WFIRST OBSMODEs.)



.. _pysynphot-nonhst-deprecated:

Deprecated Systems
Expand Down
4 changes: 4 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ References

* Cardelli, J. A., Clayton, G. C., & Mathis, J. S. 1989, ApJ, 345, 245

.. _synphot-ref-cohen2003:

* `Cohen, M., Wheaton, W. A., & Megeath, S. T. 2003, AJ, 126, 1090 <https://ui.adsabs.harvard.edu/abs/2003AJ....126.1090C/abstract>`_

.. _synphot-ref-demarchi2004:

* `De Marchi, G. et al. 2004, ISR ACS 2004-08: Detector Quantum Efficiency and Photometric Zero Points of the ACS (Baltimore, MD: STScI) <http://www.stsci.edu/files/live/sites/www/files/home/hst/instrumentation/acs/documentation/instrument-science-reports-isrs/_documents/isr0408.pdf>`_
Expand Down

0 comments on commit 3c5bd2a

Please sign in to comment.