aboutsummaryrefslogtreecommitdiff
path: root/2016.2/release_notes.md
blob: 4a8e9eac864ad1f1da83a4624f22898a65f5e649 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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
```