Skip to content

Commit

Permalink
Merge pull request #669 from nu-radio/add-lofar-coordinates
Browse files Browse the repository at this point in the history
Add LOFAR site longitude and latitude to Detector
  • Loading branch information
MijnheerD authored May 24, 2024
2 parents 8418b51 + a4c76bf commit 07559c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NuRadioReco/detector/detector_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,8 @@ def get_site_coordinates(self, station_id):
'auger': (-35.10, -69.55),
'mooresbay': (-78.74, 165.09),
'southpole': (-90., 0.),
'summit': (72.57, -38.46)
'summit': (72.57, -38.46),
'lofar': (52.92, 6.87)
}
site = self.get_site(station_id)
if site in sites.keys():
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ can then iterate over a channel group, which yields all channels for a given gro
- Added LOFAR antenna pattern and function to parse TXT simulation file
- The assume_inf and antenna_by_depth Detector keywords are now saved in the nur file, and will be
loaded again when reading in the Detector from a nur file
- Added LOFAR coordinates to Detector site coordinates

bugfixes:
- Fixed bug in get_travel_time in directRayTracing propagation module
Expand Down

0 comments on commit 07559c2

Please sign in to comment.