Skip to content
Snippets Groups Projects
Commit dffd1607 authored by Colm Talbot's avatar Colm Talbot
Browse files

Merge branch 'known_interferomters'

parents 201035b1 2c7c738e
No related branches found
No related tags found
No related merge requests found
# The proposed Cosmic Explorer located at the site of LIGO Hanford.
# LIGO-T980044-10
# https://dcc.ligo.org/LIGO-P1600143/public
name = 'CE'
power_spectral_density = PowerSpectralDensity(psd_file='CE_psd.txt')
minimum_frequency = 10
......
# GEO600 at the sensitivity during initial LIGO S6.
# arXiv:gr-qc/0008066 Table 1
# http://www.geo600.org/1032083/GEO600_Sensitivity_Curves
name = 'GEO600'
power_spectral_density = PowerSpectralDensity(asd_file='GEO600_S6e_asd.txt')
minimum_frequency = 40
......
# Advanced LIGO Hanford at design sensitvity.
# LIGO-T980044-10
# https://dcc.ligo.org/LIGO-P1200087-v42/public
name = 'H1'
power_spectral_density = PowerSpectralDensity(psd_file='aLIGO_ZERO_DET_high_P_psd.txt')
minimum_frequency = 20
......
# Advanced LIGO Livingston at design sensitvity.
# LIGO-T980044-10
# https://dcc.ligo.org/LIGO-P1200087-v42/public
name = 'L1'
power_spectral_density = PowerSpectralDensity(psd_file='aLIGO_ZERO_DET_high_P_psd.txt')
minimum_frequency = 20
......
# Advanced LIGO at design sensitvity.
# arXiv:gr-qc/0008066 Table 1
# https://dcc.ligo.org/LIGO-P1200087-v42/public
name = 'V1'
power_spectral_density = PowerSpectralDensity(psd_file='AdV_psd.txt')
length = 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment