Details
-
Type:
Bug
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: obs_lsst
-
Labels:
-
Urgent?:No
Description
In v20.0.0, the corner rafts CCDs are laid out like this:
The guider chips are correct (according to LCA-13381), and the locations of the wavefront CCDs, R44_SW0 and R44_SW1, are correct, but the amps are mis-labeled.
In v21.0.0, the corner raft layout looks like
The left-to-right orderings of the amps of the wavefront chips are now not correct, but and R44_SW0 is shifted upwards and R44_SW1 is shifted downwards relative to their nominal positions. Similar problems are seen for R00, R04, and R40. These new placements were added in DM-26205.
FWIW, this modification of R44W.yaml places and orients the WF chips in roughly the right places:
geometryWithinRaft:
SW0 : {
offset : [2.5, 21.4375],
yaw : 180.0
}
SW1 : {
offset : [2.5, -16.4425],
yaw : 0.0
}