Skip to content

Commit

Permalink
updated README.md. updated to the DOI for 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KathleenLabrie committed Mar 27, 2023
1 parent 4beedd4 commit 7546f59
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
</table>

# Current Status
**The stable version is v3.0.3.**
**The stable version is v3.1.0.**


[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6812161.svg)](https://doi.org/10.5281/zenodo.6812161) DRAGONS is distributed as a conda package, *dragons*, and it is
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7776065.svg)](https://doi.org/10.5281/zenodo.7776065) DRAGONS is distributed as a conda package, *dragons*, and it is
included in the conda *gemini* stack.

Version 3.0 is recommend of the reduction of **imaging** data from Gemini's
current facility instruments: GMOS, NIRI, Flamingos-2, and GSAOI.
Version 3.1 is recommend for the reduction of **imaging** data from Gemini's
current facility instruments: GMOS, NIRI, Flamingos-2, and GSAOI, and for the
reduction of GMOS longslit spectroscopy data.

There is now basic GMOS longslit support in DRAGONS to use only
for quicklook purposes. To reduce Gemini spectroscopy
data for science purposes, please continue to use the [Gemini IRAF package](https://www.gemini.edu/sciops/data-and-results/processing-software).
To reduce other types of Gemini spectroscopy data, please continue to use
the [Gemini IRAF package](https://gemini.edu/observing/phase-iii/reducing-data/gemini-iraf-data-reduction-software).

To install DRAGONS:

```
$ conda create -n dragons python=3.7 dragons ds9
$ conda create -n dragons python=3.10 dragons ds9
```

You might need to add two relevant conda channels if you haven't already:
Expand All @@ -38,7 +38,7 @@ $ conda config --add channels http://astroconda.gemini.edu/public
```


A list of changes since 2.1.1. can be found in the [Change Logs](https://dragons.readthedocs.io/en/v3.0.2/changes.html).
A list of changes since 3.0 can be found in the [Change Logs](https://dragons.readthedocs.io/en/v3.1.0/changes.html).

---
# What is DRAGONS
Expand All @@ -51,9 +51,9 @@ reduction of Gemini data.
---

# Documentation
Documentation on DRAGONS v3.0 is available on "readthedocs" at:
Documentation on DRAGONS v3.1 is available on "readthedocs" at:

* https://dragons.readthedocs.io/en/release-3.0.2/
* https://dragons.readthedocs.io/en/v3.1.0/

There your will find manuals for Astrodata and the Recipe System, and hands-on
tutorials on reducing Gemini imaging data with DRAGONS.
Expand Down

0 comments on commit 7546f59

Please sign in to comment.