Open kmacdonald-stsci opened 2 weeks ago
When slicing the data in preparation for multiprocessing here:
https://github.com/spacetelescope/stcal/blob/dfe1d6d51f0c2a400dff918a52c779328ae19b7d/src/stcal/ramp_fitting/ols_fit.py#L545
The orig_gdq also needs to be sliced and set in each process prepped slice.
orig_gdq
When slicing the data in preparation for multiprocessing here:
https://github.com/spacetelescope/stcal/blob/dfe1d6d51f0c2a400dff918a52c779328ae19b7d/src/stcal/ramp_fitting/ols_fit.py#L545
The
orig_gdq
also needs to be sliced and set in each process prepped slice.