Skip to content

Commit

Permalink
Fixing rotation angle sign
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegh authored and jbkalmbach committed Dec 13, 2023
1 parent 2d791c7 commit b4a4b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/imsim/closed_loop_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def _run_sim(
sensor_names=sensor_names,
filter_name=obs_metadata.band.upper(),
gain=-1,
rotation_angle=-obs_metadata.rotator_angle,
rotation_angle=obs_metadata.rotator_angle,
)

# Set the new aggregated DOF to phosimCmpt
Expand Down

0 comments on commit b4a4b2e

Please sign in to comment.