Skip to content

Commit

Permalink
Fixed issue with master flat not being included since UTIL_MASTER_FLA…
Browse files Browse the repository at this point in the history
…T is no longer suppported, added the create_sof parameter to the Pipeline methods that call an EsoRex routine
  • Loading branch information
tomasstolker committed Feb 21, 2024
1 parent f3f969a commit 00cb0f3
Show file tree
Hide file tree
Showing 4 changed files with 1,327 additions and 880 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Documentation can be found at `http://pycrires.readthedocs.io <http://pycrires.r
Attribution
-----------

Please cite `Stolker & Landman (2023) <https://ui.adsabs.harvard.edu/abs/2023ascl.soft07040S/abstract>`_ when *pycrires* is used in a publication and `Landman et al. (2023) <https://arxiv.org/abs/2311.13527>`_ specifically when using the dedicated routines for spatially-resolved sources.
Please cite `Stolker & Landman (2023) <https://ui.adsabs.harvard.edu/abs/2023ascl.soft07040S/abstract>`_ when *pycrires* is used in a publication and `Landman et al. (2023) <https://ui.adsabs.harvard.edu/abs/2024A%26A...682A..48L/abstract>`_ specifically when using the dedicated routines for spatially-resolved sources.

Contributing
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Contact
Attribution
-----------

Please cite `Stolker & Landman (2023) <https://ui.adsabs.harvard.edu/abs/2023ascl.soft07040S/abstract>`_ when *pycrires* is used in a publication and `Landman et al. (2023) <https://arxiv.org/abs/2311.13527>`_ specifically when using the dedicated routines for spatially-resolved sources.
Please cite `Stolker & Landman (2023) <https://ui.adsabs.harvard.edu/abs/2023ascl.soft07040S/abstract>`_ when *pycrires* is used in a publication and `Landman et al. (2023) <https://ui.adsabs.harvard.edu/abs/2024A%26A...682A..48L/abstract>`_ specifically when using the dedicated routines for spatially-resolved sources.

Contributing
------------
Expand Down
5 changes: 4 additions & 1 deletion docs/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Below, there is an full example for reducing and calibrating the `CRIRES+ <https
.. tip::
The pipeline will automatically download any missing calibration files (e.g. dark frames with specific DIT). After downloading and uncompressing, it is important to rerun the pipeline such that the calibration files are included with the data reduction.

.. tip::
Set ``verbose=True`` to print the output from ``EsoRex`` to check for potential issues with the reduction.

.. code-block:: python
import pycrires
Expand All @@ -55,7 +58,7 @@ Below, there is an full example for reducing and calibrating the `CRIRES+ <https
pipeline.util_calib(calib_type='fpet', verbose=False)
pipeline.util_extract(calib_type='fpet', verbose=False)
pipeline.util_wave(calib_type='fpet', poly_deg=4, wl_err=0.01, verbose=False)
pipeline.obs_nodding(verbose=False, correct_bad_pixels=True, extraction_required=True)
pipeline.obs_nodding(verbose=False, correct_bad_pixels=True, extraction_required=True, check_existing=False)
pipeline.run_skycalc(pwv=1.)
pipeline.plot_spectra(nod_ab='A', telluric=True, corrected=False, file_id=0)
Expand Down
Loading

0 comments on commit 00cb0f3

Please sign in to comment.