aboutsummaryrefslogtreecommitdiff
path: root/hstdp/2018.3a/software_updates.md
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2018-11-06 16:41:20 -0500
committerMatt Rendina <mrendina@stsci.edu>2018-11-06 16:41:20 -0500
commit1f1f610c3f4ea7684a61d3c8a8fd5af75248e1fc (patch)
tree8ac1975acabebdbb394e70d8cee47bb0d282ed0a /hstdp/2018.3a/software_updates.md
parent28cc7f73d739bbf9cd99b66bb34b654a8ac21a5b (diff)
downloadastroconda-releases-testing-1f1f610c3f4ea7684a61d3c8a8fd5af75248e1fc.tar.gz
HSTDP-2018.3a-final
Diffstat (limited to 'hstdp/2018.3a/software_updates.md')
-rw-r--r--hstdp/2018.3a/software_updates.md40
1 files changed, 5 insertions, 35 deletions
diff --git a/hstdp/2018.3a/software_updates.md b/hstdp/2018.3a/software_updates.md
index f077124..8fd4b78 100644
--- a/hstdp/2018.3a/software_updates.md
+++ b/hstdp/2018.3a/software_updates.md
@@ -1,49 +1,19 @@
-# HSTCAL Version 2.2.0rc2
-
-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 Version 2.2.0
+The following updates, specified in separate sections for each instrument, have been included with this release. This release is presented as [HSTDP-2018.3a milestones](https://github.com/spacetelescope/hstcal/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3AHSTDP-2018.3a).
## HSTCAL package updates
-- Regression testing has been implemented via pytest and Jenkins.
-- 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
+- Regression testing has been implemented via pytest and Jenkins. (PR #349)
## WFC3
- CALWF3 bumped to Version 3.5.0 for this release.
* Bug fixes to CTE correction in``wf3cte.e``
- * #366 - Fix out of bounds memory access: changes data.
- * #93 - Remove unessacary re-computation of cte correction due to over-subtracted tails: no change to data.
+ * PR #366 - Fix out of bounds memory access: changes data
* Code tidy up to CTE correction in``wf3cte.e``
- * #367 - Remove unnecessary critical section.
+ * PR #367 - Remove unnecessary critical section.
- [x] Affects old data
- [x] Users should re-retrieve affected datasets from the archive