Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Mar 4, 2024
1 parent 9d8f6bc commit 12ad20f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
17 changes: 17 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
ChangeLog
=========

Version 4.8.0
-------------

This version of SOXS contains a bugfix, a small change in behavior, and new
response files for the XRISM instrument models.

* A bug that occurred when SOXS was not able to find the location of the
``"CHANTYPE"`` header keyword in RMFs when making backgrounds has now been
fixed. Thanks to Charles Romero for pointing this out.
* When plotting an instrument spectrum using :func:`~soxs.events.plot_spectrum`,
if ``plot_counts`` is set to True, the y-axis will now be in units of counts/bin
instead of counts/keV regardless of whether ``plot_energy`` is ``True`` or
``False``.
* New response files for the XRISM instrument models have been added based on
those provided for XRISM AO-1, which in turn has resulted in new XRISM
instrument models. See :ref:`xrism` for details.

Version 4.7.1
-------------

Expand Down
20 changes: 15 additions & 5 deletions doc/source/users_guide/instrument.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,21 @@ the :math:`\pm` first order spectra. They are named:
XRISM
~~~~~

Three instrument specifications are available for *XRISM*. For the *Resolve*
instrument, the ``"xrism_resolve"`` specification has a ~3 arcminute square FoV
with 6 pixels on a side. The RMF assumes 5 eV spectral resolution. This instrument
specification assumes no gate valve. The ``"xrism_resolve_withGV"`` specification
assumes the presence of gate valve.
A number of instrument specifications are available for *XRISM*.

All but one of these are for the *Resolve* instrument. Each *Resolve* specification
has a ~3 arcminute square FoV with 6 pixels on a side. The differences between the
specifications depend on the resolution of the RMF and the presence or absence of a
filter. The three instrument specifications which vary by RMF resolution are:

* ``"xrism_resolve_Hp_5eV"``: High-resolution RMF with 5 eV resolution
* ``"xrism_resolve_Mp_7eV"``: Medium-resolution RMF with 6 eV resolution
* ``"xrism_resolve_Lp_18eV"``: Low-resolution RMF with 18 eV resolution

All of these have no filter. For each of these RMF resolution options, there is
are versions for the Beryllium filter, e.g. ``"xrism_resolve_fwBe_Hp_5eV"``, and for
the neutral density filter, e.g. ``"xrism_resolve_fwND_Lp_18eV"``. All *Resolve*
instrument specifications assume the gate valve is closed.

For the *Xtend* instrument, the ``"xrism_xtend"`` specification has 2x2 CCDs laid
out in a ~38' FoV, with a pixel size of ~1.77".
Expand Down

0 comments on commit 12ad20f

Please sign in to comment.