-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3167e60
commit d6a57a4
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
JP-3791: Fixed the multiprocessing portion of the CHARGELOSS recomputation of the readnoise variances. The DQ array wasn't properly sliced and distributed to the multiple processes to properly do the recompute. This is now properly sliced for distribution. | ||
|
||
JP-3771: Added multiple regression tests to the JWST repo. The tests test multiprocessing in the jump step and ramp step and ensure the outout is the same as during single processing. This is done by running the same tests as currently being done, but selecting multiprocessing and comparing output files that are used for single processing as well. There is an additional ramp fit multiprocessing test that also saves the optional results product. | ||
|
||
JP-3708: Added the CRMAG array to the optional results product. This particular element of the optional results product had not previously been implemented in the C-extension. | ||
|