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/2017.2a/software_updates.md | |
download | astroconda-releases-testing-init.tar.gz |
initial commitinit
Diffstat (limited to 'hstdp/2017.2a/software_updates.md')
-rw-r--r-- | hstdp/2017.2a/software_updates.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/hstdp/2017.2a/software_updates.md b/hstdp/2017.2a/software_updates.md new file mode 100644 index 0000000..9e024a3 --- /dev/null +++ b/hstdp/2017.2a/software_updates.md @@ -0,0 +1,39 @@ +# HSTCAL Version 1.3.0 + +The following updates have been included with this release. + +## ACS +- CALACS updates to version 9.2.0 with this release. +- New BLEVCORR algorithm that uses new OSCNTAB, which now correctly calculates bias level for AMP B and D in subarrays. +- New SINKCORR step to apply new SNKCFILE in order to flag sink pixels. See [ACS ISR 2017-01](http://www.stsci.edu/hst/acs/documents/isrs/isr1701.pdf). +- New pixel based PCTECORR algorithm implemented (``CTE_NAME= 'PixelCTE 2017'``). + * The code defaults to this new algorithm, however, the old one can still be executed using the command line option ``--ctegen <1|2>``. _Note: The correct accompanying PCTETAB file must also be used._ + * The user can now override the PCTETAB file used (normally specified in the image header) with the command line option ``--pctetab <file path>``. + * The number of threads used for computing the PCTECORR can now be specified with the command line option ``--nthreads <N>``. _Note: OPENMP is required for N > 1._ +- Fixed uninitialized variable in `prinfo.c`. +- Corrected `--version` reporting and added `-r` to report version string that was previously reported by `--version`. + +- [x] Affects old data. +- [x] Users should re-retrieve affected datasets from the archive. +- [x] Updated reference files delivered by science team. + +# Notes + + * Due to the quick succession of this release from [1.2.0](https://github.com/spacetelescope/hstcal/tree/1.2.0), please refer to the following [release notes](https://github.com/spacetelescope/hstcal/releases/tag/1.2.0) for other recent updates. + + +# Additional software included in this update + +* nictools 1.1.3 +* stistools 1.1 +* stsci.distutils-0.3.8 +* stsci.image-2.2.0 +* stsci.imagemanip-1.1.2 +* stsci.imagestats-1.4.1 +* stsci.ndimage-0.10.1 +* stsci.numdisplay-1.6.1 +* stsci.skypac-0.9.4 +* stsci.sphere-0.2 +* stsci.sphinxext-1.2.2 +* stsci.stimage-0.2.1 +* stwcs 1.3.2 |