-
Type: Story
-
Status: Open (View Workflow)
-
Priority: Normal
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:2
-
Sprint:2DDRP-2021 A12, 2DDRP-2022 A
We need to be able to read the PFxB headers using the butler, and also to make the raw files useful for e.g. Fabrice.
The files are MEFs with pairs of HDUs (image, reference) so simply returning the first HDU as a raw read isn't helpful. Instead, return
(image[N-1] - reference[N-1]) - (image[0] - reference[0])
For real processing we'll use a more sophisticated reduction, which will require access to each HDU; please make these available via butler.get("rawb", ..., hdu=n)
- relates to
-
PIPE2D-917 Bring over DM-31448 from Rubin (Allow gen2 butler lookups even when fields in the dataId are not in the registry)
- Done
-
PIPE2D-668 Support ISR processing for NIR data
- Done