From 9ebf003cf1e36b38979c57fc8d0611fbe8a81e71 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 11 Jan 2017 16:58:08 -0500 Subject: Initial commit --- hstdp/2016.2/release_notes.md | 45 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 hstdp/2016.2/release_notes.md (limited to 'hstdp/2016.2/release_notes.md') 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 --file http://ssb.stsci.edu/conda/hstdp-2016.2/hstdp-2016.2-linux-py35.XXX.txt +``` + -- cgit