Skip to content

Commit

Permalink
Merge pull request #63 from tsunhopang/bugfix_V1_arms
Browse files Browse the repository at this point in the history
Fixing Virgo's arms directions
  • Loading branch information
kazewong authored Jan 28, 2024
2 parents 06d886d + c347505 commit a1908dc
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 a1908dc

Please sign in to comment.