[PIPE2D-1199] Adjust H4 geometry to separate border reference pixels. Created: 10/Apr/23  Updated: 10/Apr/23

Status: Open
Project: DRP 2-D Pipeline
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Normal
Reporter: cloomis Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 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


Generated at Sat Feb 10 16:04:11 JST 2024 using Jira 8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b.