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

Adjust H4 geometry to separate border reference pixels.

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Open (View Workflow)
    • Priority: Normal
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None

      Description

      Full-frame H4s readouts always have a 4-pixel border of reference pixels on all four sides: the data section should not include these.

      When we do not use the interleaved reference pixels we need access to the border pixels. The terminology in camera.yaml ("rawSerialPrescanBBox", etc) does not quite match, but I think that just cosmetic?

      So something like the following?

          rawDataBBox             : [[4,    4], [4088,   4088]] # data region in raw data
          rawSerialPrescanBBox    : [[0,    4], [4,         4088]] # serial prescan (we could use the first 48 too)
          rawSerialOverscanBBox   : [[4092,    4], [4096,         4088]] # serial overscan
          rawParallelPrescanBBox  : [[4,    0], [4088,         4]] # pixels digitised before first parallel transfer
          rawParallelOverscanBBox : [[4,    4092], [4088,         4]] # parallel overscan
      
      

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated: