Skip to content

Commit

Permalink
updating change notes, release notes, etc. updating installation inst…
Browse files Browse the repository at this point in the history
…ructions to miniforge.
  • Loading branch information
KathleenLabrie committed Mar 20, 2024
1 parent f442053 commit b9c6cc2
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 89 deletions.
69 changes: 38 additions & 31 deletions doc/DRAGONS/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ New Features
------------

Full support for the reduction of GHOST data.
This is based on the external GHOSTDR package, with improvements and
changes to the names and scope of primitives to better align with the
This is based on the external GHOSTDR package, with important improvements.
Includes changes to the names and scope of primitives to better align with the
other instrument recipes.

Support for new GMOS-S CCDs installed in late 2023.

Improvements
------------
**astrodata.wcs**
Expand All @@ -28,7 +30,16 @@ Improvements

* Support for reading and writing tabular wavelength information to/from FITS.

**geminidr**
**astrodata.provenance**

* Renamed the ``PROVHISTORY`` table to ``HISTORY``, and changed wording in the
code from "provenance history" to simply "history".

**astrodata.fits**

* Support reading ASCII tables when opening FITS files with astrodata

**geminidr.core**

* Creation of new ``skip_primitive`` parameter, e.g.,
``reduce -p skyCorrectFromSlit:skip_primitive=True`` which allows any
Expand All @@ -40,51 +51,47 @@ Improvements
``reduce -p ADUToElectrons:write_outputs=True`` which will write to disk
the outputs of the primitive.

* Allow input files to ``shiftImages`` to recognize tabs or multiple
whitespaces as the delimiter

**geminidr.gsaoi***

* Modification to the `nostack` science recipe to not "store" the image but
rather continue and detect sources in the images in anticipation of the likely
stacking that will follow later. The output images will have the
`_sourcesDetected` suffix rather than the `_image` suffix.

**recipe_system.cal_service**

* Whitespace now allowed in directory paths (if quoted), e.g.,
``databases = "~/.my dragons/dragons.db"``


Bug fixes
---------
**geminidr**
**geminidr.core**

* Set default ``calculateSensitivity.bandpass`` parameter to 0.001 nm to
better handle pure spectra in flux density units.

* Allow ``display`` to handle non-standard extention names, which did not
* Allow ``display`` to handle non-standard extension names, which did not
work as intended.

**geminidr.gmos**

* Fix the QE model selection for the GMOS-S EEV CDDs.

**recipe_system**

* Set the ``engineering`` flag to False for all data stored in the local
calibration database, to ensure that it can be retrieved.

Compatibility
-------------
**geminidr.interactive**

3.1.1
=====

Improvements
------------

**astrodata.provenance**

* Renamed the ``PROVHISTORY`` table to ``HISTORY``, and changed wording in the
code from "provenance history" to simply "history".

**geminidr.core**

* Allow input files to ``shiftImages`` to recognize tabs or multiple
whitespaces as the delimiter

**recipe_system.cal_service**

* Whitespace now allowed in directory paths (if quoted), e.g.,
``databases = "~/.my dragons/dragons.db"``

Bug Fixes
---------

**geminidr.gmos**
* The interactive tools are now compatible with and require bokeh v3 and above.

* Fix the QE model selection for the GMOS-S EEV CDDs.


3.1.0
Expand Down
1 change: 1 addition & 0 deletions doc/DRAGONS/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ def setup(app):
.. |GNIRSImgTut| replace:: :raw-html:`<a href="http://GNIRSImg-DRTutorial.readthedocs.io/en/{v}">GNIRS Keyhole Imaging Data Reduction Tutorial</a>`
.. |GMOSLSTut| replace:: :raw-html:`<a href="http://GMOSLS-DRTutorial.readthedocs.io/en/{v}">GMOS Longslit Data Reduction Tutorial</a>`
.. |GHOSTTut| replace:: :raw-html:`<a href="http://GHOST-DRTutorial.readthedocs.io/en/{v}">GHOST Data Reduction Tutorial</a>`
.. |ADMaster| replace:: :raw-html:`<a href="http://astrodata.readthedocs.io/en/{v}">Astrodata Manual</a>`
.. |ADCheat| replace:: :raw-html:`<a href="http://astrodata.readthedocs.io/en/{v}/cheatsheet.html">AstroData Cheat Sheet</a>`
Expand Down
3 changes: 2 additions & 1 deletion doc/DRAGONS/dragonsteam.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ Current DRAGONS Team
====================
(Alphabetical order)

* Dan Avner
* Daniel Berke
* Paul Hirst
* David Jones
* Kathleen Labrie
* Chris Simpson
* Olesja Smirnova
* Monika Soraisam
* D.J. Teal
* James Turner
* Bill Vacca

Expand Down
3 changes: 2 additions & 1 deletion doc/DRAGONS/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ Tutorials - Reducing data with DRAGONS
* |GSAOIImgTut|
* |GNIRSImgTut|

**Longslit Spectroscopy**
**Spectroscopy**

* |GHOSTTut|
* |GMOSLSTut|

DRAGONS Manuals
Expand Down
31 changes: 31 additions & 0 deletions doc/DRAGONS/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,37 @@
Release Notes
*************

V3.2.0
======

This release adds:

* Fully integrated support for GHOST
* Support for the new GMOS-S CCDs that were installed in late 2023

The release also includes a number of other improvements and bug fixes.
See the :ref:`changes` for all the details.

With this release, DRAGONS offers support for:

Science Quality reduction
* GMOS imager
* NIRI imager
* GSAOI imager
* F2 imager
* GMOS longslit spectrograph (including nod-and-shuffle)
* GHOST spectrograph

For imaging and GMOS longslit spectroscopy, this software should be used
instead of the Gemini IRAF package.

To install DRAGONS, please follow the installation guide provided in the
Recipe System User Manual:

|RSUserInstall|.



V3.1.0
======

Expand Down
Loading

0 comments on commit b9c6cc2

Please sign in to comment.