diff options
author | Brendan Gannon <bgannon@stsci.edu> | 2021-08-12 10:31:46 -0400 |
---|---|---|
committer | Brendan Gannon <bgannon@stsci.edu> | 2021-08-12 10:31:46 -0400 |
commit | 0779f18950c08afca7b51ad7e418763666cba071 (patch) | |
tree | 7881f5b28b77b1b1f78f1069e06de23619710277 /hstdp/2016.2/release_notes.md | |
download | astroconda-releases-testing-0779f18950c08afca7b51ad7e418763666cba071.tar.gz |
initial commitinit
Diffstat (limited to 'hstdp/2016.2/release_notes.md')
-rw-r--r-- | hstdp/2016.2/release_notes.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/hstdp/2016.2/release_notes.md b/hstdp/2016.2/release_notes.md new file mode 100644 index 0000000..4a8e9ea --- /dev/null +++ b/hstdp/2016.2/release_notes.md @@ -0,0 +1,45 @@ +This 2016.2 release is based on Anaconda/Miniconda, Python 3.5 + + +HSTCAL 1.1.0 Release Notes +========================== +The following changes were made to the HST calibration software sent to HST Data Processing for build 2016.2: + +General +------- +- waf upgraded to 1.9.4, which enables building HSTCAL in Python 3, as well as Python 2. + +Packages +-------- +- WFC3 (increases to version 3.4) + - CTE subarrays are now enabled for subarrays which include physical overscan pixels. + - Sink Pixel flagging for all subarray images has been enabled. + + +Install the pipeline +==================== +``` + $ conda create -n hstdp-2016.2 --file http://ssb.stsci.edu/conda/hstdp-2016.2/hstdp-2016.2-linux-py35.0.txt +``` +Enter a BASH shell +``` + $ bash +``` +Activate the pipeline environment +``` + $ source activate hstdp-2016.2 +``` + +INSTALLING to an existing Anaconda/Miniconda +-------------------------------------------- +``` +$ conda create -n hstdp-2016.2 --file http://ssb.stsci.edu/conda/hstdp-2016.2/hstdp-2016.2-linux-py35.0.txt +``` + +UPGRADING an existing pipeline environment +------------------------------------------ +Use this method to apply an iterative spec file release to an existing pipeline environment. +``` +$ conda update -n <original_env> --file http://ssb.stsci.edu/conda/hstdp-2016.2/hstdp-2016.2-linux-py35.XXX.txt +``` + |