Skip to content

Commit

Permalink
Fixing Virgo's arms directions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunhopang authored Jan 28, 2024
1 parent 06d886d commit c347505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jimgw/single_event/detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ def load_psd(
"V1",
latitude=(43 + 37.0 / 60 + 53.0921 / 3600) * DEG_TO_RAD,
longitude=(10 + 30.0 / 60 + 16.1887 / 3600) * DEG_TO_RAD,
xarm_azimuth=243.0 * DEG_TO_RAD,
yarm_azimuth=333.0 * DEG_TO_RAD,
xarm_azimuth=70.5674 * DEG_TO_RAD,
yarm_azimuth=160.5674 * DEG_TO_RAD,
xarm_tilt=0,
yarm_tilt=0,
elevation=51.884,
Expand Down

0 comments on commit c347505

Please sign in to comment.