From 913118e4ff5b988b9b5d8ce93ea917d592bfe217 Mon Sep 17 00:00:00 2001
From: Aditya Vijaykumar <aditya.vijaykumar@ligo.org>
Date: Thu, 26 Nov 2020 18:25:24 -0600
Subject: [PATCH] Adding LIGO India Aundha (A1) coordinates

---
 bilby/gw/detector/detectors/A1.interferometer | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 bilby/gw/detector/detectors/A1.interferometer

diff --git a/bilby/gw/detector/detectors/A1.interferometer b/bilby/gw/detector/detectors/A1.interferometer
new file mode 100644
index 00000000..2cfb564a
--- /dev/null
+++ b/bilby/gw/detector/detectors/A1.interferometer
@@ -0,0 +1,13 @@
+# LIGO India Aundha at Aplus sensitvity.
+# LIGO-T2000158
+# https://dcc.ligo.org/LIGO-T2000012/public
+name = 'A1'
+power_spectral_density = PowerSpectralDensity(asd_file='Aplus_asd.txt')
+minimum_frequency = 20
+maximum_frequency = 2048
+length = 4
+latitude = 19 + 36. / 60 + 47.9017 / 3600
+longitude = 77 + 1. / 60 + 51.0997 / 3600
+elevation = 440.0
+xarm_azimuth = 117.6157
+yarm_azimuth = 207.6165
-- 
GitLab