Skip to content

Commit

Permalink
Bumping version numbers
Browse files Browse the repository at this point in the history
Signed-off-by: Michele De La Pena <mdelapena@stsci.edu>
  • Loading branch information
mdlpstsci authored and jamienoss committed Jan 18, 2018
1 parent 1fffbc8 commit 0a07763
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 10 deletions.
8 changes: 5 additions & 3 deletions pkg/acs/calacs/Dates
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
TBD : CALACS 9.1.1 ACSREJ calculations are now done entirely in
electrons. Threshold formula now uses ERR arrays to
account for post-flash noise, if any. And bug fixes.
19-Jan-2018: CALACS 10.0.0 ACSREJ calculations are done entirely in electrons.
Threshold formula uses ERR arrays to account for
post-flash noise. CALACS uses amp-dependent read
noise as threshold to determine if a pixel has enough
S/N such that a reasonable correction can be applied.
01-Jun-2017: CALACS 9.2.0 New CTE algorithm implemented.
21-Feb-2017: CALACS 9.1.0 New SINKCORR step added in ACSCCD for WFC.
22-Nov-2016: CALACS 9.0.0 BLEVCORR now uses new OSCNTAB that correctly
Expand Down
8 changes: 6 additions & 2 deletions pkg/acs/calacs/History
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### TBD - PLL -- Version 9.1.1
ACSREJ calculations now in electrons. Threshold uses ERR arrays. Bug fixes.### 01-Jun-2017 - JAN -- Version 9.2.0
### 19-Jan-2018 - JAN/MDD -- Version 10.0.0
ACSREJ calculations now in electrons, threshold uses ERR arrays. CALACS
uses amp-dependent read noise for threshold to determine if a correction can
be applied. Bug fixes.

### 01-Jun-2017 - JAN -- Version 9.2.0
New CTE algorithm implemented. Use of either new (gen2) & old (gen1)
dynamically detected from CTE_NAME in PCTETAB, however --ctegen 1 is explicitly
required to override the gen2 default.
Expand Down
2 changes: 2 additions & 0 deletions pkg/acs/calacs/Updates
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Update for version 10.0.0 - 19-Jan-2018 (JAN/MDD)

Update for version 9.2.0 - 01-Jun-2017 (JAN) : git diff f0c177019cb4c159c801e0228be058269701f577 6472dcef5b86b1c240b35933e5bc7284c53dbafd --name-only
ctegen2/ctegen2.c
ctegen2/ctegen2.h
Expand Down
4 changes: 2 additions & 2 deletions pkg/acs/calacs/include/acsversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define INCL_ACSVERSION_H

/* This string is written to the output primary header as CAL_VER. */
#define ACS_CAL_VER "9.2.0 (01-Jun-2017)"
#define ACS_CAL_VER_NUM "9.2.0"
#define ACS_CAL_VER "10.0.0 (19-Jan-2018)"
#define ACS_CAL_VER_NUM "10.0.0"

/* name and version number of the CTE correction algorithm */
#define ACS_GEN1_CTE_NAME "PixelCTE 2012"
Expand Down
2 changes: 1 addition & 1 deletion pkg/stis/calstis/include/stisversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

/* This string is written to the output primary header as CAL_VER. */

# define STIS_CAL_VER "3.4.1 (20-April-2017)"
# define STIS_CAL_VER "3.4.2 (19-Jan-2018)"

#endif /* INCL_STISVERSION_H */
3 changes: 3 additions & 0 deletions pkg/wfc3/calwf3/Dates
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
19-Jan-2018 - JAN/MDD - Version 3.4.2
- A number of code robustness improvements (address memory leaks, fix detected bugs) were implemented.

10-Apr-2016 - MLS - Version 3.4.1
- Fixed missed init for header vars in cte code

Expand Down
3 changes: 3 additions & 0 deletions pkg/wfc3/calwf3/History
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 19-Jan-2018 - JAN/MDD - Version 3.4.2
- A number of code robustness improvements (address memory leaks, fix detected bugs) were implemented.

### 10-Apr-2016 - MLS - Version 3.4.1
- Fixed missed init for header vars in cte code

Expand Down
3 changes: 3 additions & 0 deletions pkg/wfc3/calwf3/Updates
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Updates for Version 3.4.2 19-Jan-2018 - JAN/MDD
- A number of code robustness improvements (address memory leaks, fix detected bugs) were implemented.

Updates for Version 3.4.1 10-Apr-2017 - MLS
- Fixed missed init for header vars in cte code

Expand Down
4 changes: 2 additions & 2 deletions pkg/wfc3/calwf3/include/wf3version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* This string is written to the output primary header as CAL_VER. */


# define WF3_CAL_VER "3.4.1(Apr-10-2017)"
# define WF3_CAL_VER_NUM "3.4.1"
# define WF3_CAL_VER "3.4.2(Jan-19-2018)"
# define WF3_CAL_VER_NUM "3.4.2"

#endif /* INCL_WF3VERSION_H */

0 comments on commit 0a07763

Please sign in to comment.