Uploaded image for project: 'DRP 2-D Pipeline'
  1. DRP 2-D Pipeline
  2. PIPE2D-882

Support reading PF?B files as rawb and returning CDS-processed ramps as raw

    XMLWordPrintable

    Details

    • 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

      Description

      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)

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                rhl rhl
                Reporter:
                rhl rhl
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated: