Skip to content

Commit

Permalink
Improve text explaining rotation frame
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Dec 6, 2024
1 parent 6220ea8 commit 317716a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion proto/simulation/sct_optics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ message SCTFacet
calin.ix.common_types.Vector3D position = 4 [
(CFO).desc = "Facet centroid position in the reflector frame.", (CFO).units="cm" ];
calin.ix.common_types.EulerAngles3D rotation = 5 [
(CFO).desc = "Facet rotation angles, if needed." ];
(CFO).desc = "Facet rotation angles, if needed. The rotation is specified in the "
"facet frame with the y-axis corresponding to the normal to the mirror at the "
"centroid position, the x-axis coinciding with an axial vector in the reflector "
"frame, and the z-axis perpendicular to this (its major component being in the ) "
"radial direction in the reflector frame)." ];
};

message SCTSquareGrid
Expand Down

0 comments on commit 317716a

Please sign in to comment.