Beginning with version 0.9.0, JWST requires Python 3.5 and above.
To install the latest released version of the library, we recommend using conda and the astroconda channel to install the software and using a conda environment for the installation:
conda create -n jwst --override-channels -c http://ssb.stsci.edu/astroconda-dev -c defaults jwst
source activate jwst
This will install the latest released version of the package, and within the
jwst
environment, the pipeline can be run from the command line or imported
into python programs. In order to install a specific version, the exact
version can be supplied, e.g. jwst=0.9.0.
To install the development version of the repository, we recommend creating a new environment, using the astroconda channel to install the dependencies, and then installing from the github repository:
conda create -n jwst_devel --only-deps --override-channels -c http://ssb.stsci.edu/astroconda-dev -c defaults jwst
source activate jwst_devel
git clone https://github.com/STScI-JWST/jwst.git
cd jwst
python setup.py develop
If you will not need to update the code, then you can replace the last step with the following command:
python setup.py install
Once installed, the software can be updated to the lastest development version
by running the following command inside the jwst
directory:
git pull origin master
We welcome feedback and contributions to the project. Please follow the contributing guidelines to submit an issue or a pull request.
We strive to provide a welcoming community to all of our users by abiding to the Code of Conduct.
Documentation (latest off master
) is available here:
https://jwst-pipeline.readthedocs.io/en/latest/
jwst tag | DMS build | Date | Notes |
---|---|---|---|
0.9.2 | 03/28/2018 | DMS test, no delivery to I&T | |
0.9.1 | 02/16/2018 | DMS test, no delivery to I&T | |
0.9.0 | B7.1.2 | 12/22/2017 | DMS patch release to I&T 02/15/2018 |
0.8.0 | B7.1.1 | DMS patch release to I&T 01/17/2018 | |
0.8.0 | B7.1 | 11/14/2017 | Final, delivered to I&T 11/17/2017 |
0.7.0rc7 | B7.0 | 12/13/2016 | Final, delivered to I&T |