Merge Subarrays
Description
The step MergeSubarraysStep
merges a set of individual subarrays into an effective full frame image. This is a level 3 tool; it assumes the inputs have been already processed by the appropriate Stage 2 Pipeline.
As an example, see test_merge_subarrays.py.
Algorithm
Currently the algorithm is trivial, it only puts back the relevant slices of the data
, dq
and err
extensions in the correct location without any modifications.
Arguments
- input
str
|ImagerModel
The input file to process.