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/2018.3/software_updates.md | |
download | astroconda-releases-testing-init.tar.gz |
initial commitinit
Diffstat (limited to 'hstdp/2018.3/software_updates.md')
-rw-r--r-- | hstdp/2018.3/software_updates.md | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/hstdp/2018.3/software_updates.md b/hstdp/2018.3/software_updates.md new file mode 100644 index 0000000..f8a9e36 --- /dev/null +++ b/hstdp/2018.3/software_updates.md @@ -0,0 +1,54 @@ +# Updated numpy 1.15 and dependent packages + +# Packages obtained from development channel explicitly for inclusion in this delivery + ``` + hstcal-2.1.0rc2.dev0+g670d8b5-6 + crds-7.2.5.dev0+gddeb071-py35_3 + reftools-1.7.5.dev0+gefa71b1-py35_2 + acstools-2.1.0.dev0+g9f7fe0f-py35_3 + wfc3tools-1.3.5rc1.dev2+g22b7718-py35_2 + ``` + +# HSTCAL Version 2.1.0 + +The following updates, specified in separate sections for each instrument, have been included with this release. This release is presented as [HSTDP-2018.3 milestones](https://github.com/spacetelescope/hstcal/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3AHSTDP-2018.3) + + +## HSTCAL package updates +- The CFITSIO library is no longer built as a static library incorporated into the HSTCAL executables. + +## HSTIO +[HSTDP-2018.3 Milestones](https://github.com/spacetelescope/hstcal/issues?utf8=%E2%9C%93&q=is%3Aclosed+label%3Ahstio+milestone%3AHSTDP-2018.3) + +- HSTIO updates to Version 2.7. +- Functionality has been added to determine the number of HST IMSETS in a FITS file in a robust fashion [PR#330](https://github.com/spacetelescope/hstcal/pull/330). + +## ACS +[HSTDP-2018.3 Milestones](https://github.com/spacetelescope/hstcal/issues?q=label%3AACS+milestone%3AHSTDP-2018.3+is%3Aclosed), [Data Changes](https://github.com/spacetelescope/hstcal/issues?utf8=%E2%9C%93&q=label%3AACS+milestone%3AHSTDP-2018.3+is%3Aclosed+label%3Achanges-data) + +- CALACS updates to Version 10.1.0 due to updates in the ACSCCD and ACS2D algorithms. +- The dark correction, DARKCORR step of the ACS2D algorithm, has been modified to work directly on the full 2D data rather than on a line-by-line basis [PR#315](https://github.com/spacetelescope/hstcal/pull/315). +- The bias shift correction, BLEVCORR step of the ACSCCD algorithm, has been upgraded to accommodate the new supported subarrays which have both physical and virtual overscan [PR#312](https://github.com/spacetelescope/hstcal/pull/312). This is the same algorithm which applies to full frame data. +- Forward model functionality was implemented which exploits the existing CTE code and usage (Generation 2 only). Instead of correcting the CTE trails, the forward model functionality simulates (adds) the trails [PR#313](https://github.com/spacetelescope/hstcal/pull/313). This functionality should be accessed via the new ACSTOOLS function, acscteforwardmodel.py +- Updated ACS library routine, getacskeys, updated to call the new HSTIO function which robustly determines the number of IMSETS in a FITS file [PR#330](https://github.com/spacetelescope/hstcal/pull/330). + +- [x] Affects old data +- [x] Users should re-retrieve affected datasets from the archive +- [x] Updated reference files delivered by science team + +## STIS + +- CALSTIS remains at Version 3.4.2 for this release. + +- [ ] Affects old data +- [ ] Users should re-retrieve affected datasets from the archive +- [ ] Updated reference files delivered by science team + + +## WFC3 + +- CALWF3 remains at Version 3.4.2 for this release. + +- [ ] Affects old data +- [ ] Users should re-retrieve affected datasets from the archive +- [ ] Updated reference files delivered by science team |