Skip to content

Commit

Permalink
Merge pull request #149 from tddesjardins/master
Browse files Browse the repository at this point in the history
Updated Roman throughput to Phase C
  • Loading branch information
pllim committed Jul 19, 2021
2 parents 2289bc2 + d7c6cdd commit b3dac16
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -138,7 +138,7 @@
'http://www.stsci.edu',
'https://www.as.arizona.edu/observing',
'http://phoenix.ens-lyon.fr/simulator/index.faces',
'https://wfirst.gsfc.nasa.gov/science/WFIRST_Reference_Information.html',
'https://roman.gsfc.nasa.gov/science/Roman_Reference_Information.html',
'https://www.sdss.org']
linkcheck_timeout = 180
linkcheck_anchors = False
32 changes: 15 additions & 17 deletions docs/stsynphot/appendixb_nonhst.rst
Expand Up @@ -285,34 +285,32 @@ The Stromgren *uvby* throughputs are taken from
>>> bp = stsyn.band('stromgren,y') # doctest: +SKIP


.. _stsynphot-nonhst-wfirst:
.. _stsynphot-nonhst-roman:

WFIRST
------
Roman
-----

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 example:
Phase C estimates of the Roman integrated system throughputs have been taken from
the `Roman Reference Information <https://roman.gsfc.nasa.gov/science/Roman_Reference_Information.html>`_ page at GSFC. For example:

>>> import stsynphot as stsyn
>>> bp = stsyn.band('wfirst,wfi,f062') # doctest: +SKIP
>>> bp = stsyn.band('roman,wfi,f062') # doctest: +SKIP

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 |
+------------+-----------------------------------------+
+------------+-----------------------------------------------+
|Description |Keywords |
+============+===============================================+
|Filter |f062, f087, f106, f129, w146, f158, f184, f213 |
+------------+-----------------------------------------------+
|Grating |grism, grism0, prism |
+------------+-----------------------------------------------+

The grism component gives the throughput for the first order grism spectrum. This is the mode that most users should select. The zeroth order grism throughput (grism0) is provided only as a reference.

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.)



.. _stsynphot-nonhst-deprecated:
Expand Down

0 comments on commit b3dac16

Please sign in to comment.