Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JP-2037 and JP-1926: Fixing ramp fitting multiprocessing to work with…
… new STCAL interface. (#30) * Fixing ramp fitting multiprocessing to work with new STCAL interface. * Making changes based on code review. * Final DQ array for multiprocessing was incorrectly allocated as dtype=nd.float32, but should be dtype=np.uint32. Changed to allocate an array with the correct dtype. * Changing DQ to be uint32, not float32. * Adding addition of multiprocessing to change log.
- Loading branch information