Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkerns committed Apr 1, 2024
1 parent 0445666 commit b39b820
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pylinac/winston_lutz.py
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,8 @@ def bb_shift_vector(self) -> Vector:
rotation=img.couch_angle,
)
A[2 * idx : 2 * idx + 2, :] = np.array(
# note the signs are different than the paper; based on
# synthetic data we can prove this. See docs
[
[-cos(couch), sin(couch), 0],
[
Expand Down

0 comments on commit b39b820

Please sign in to comment.