Data Structures | |
class | Efficiency_hrss_vs_freq |
Functions | |
def | on_instruments (sim, seglists, offsetvector) |
Return a set of the names of the instruments that were on at the time of the injection. More... | |
def | hrss_in_instrument (sim, instrument, offsetvector) |
Given an injection and an instrument, compute and return the h_rss of the injection as should be observed in the instrument. More... | |
def | string_amplitude_in_instrument (sim, instrument, offsetvector) |
Given a string cusp injection and an instrument, compute and return the amplitude of the injection as should be observed in the instrument. More... | |
def | plot_Efficiency_hrss_vs_freq (efficiency) |
Generate a plot from an Efficiency_hrss_vs_freq instance. More... | |
Variables | |
int | stringcusp_autocorrelation_width = .016 |
float | burst_is_near_injection_window = 2.0 |
float | MW_CENTER_J2000_RA_RAD = 2.0318570464121519 |
float | MW_CENTER_J2000_DEC_RAD = -0.50628171572274738 |
def lalburst.SimBurstUtils.on_instruments | ( | sim, | |
seglists, | |||
offsetvector | |||
) |
Return a set of the names of the instruments that were on at the time of the injection.
Definition at line 56 of file SimBurstUtils.py.
def lalburst.SimBurstUtils.hrss_in_instrument | ( | sim, | |
instrument, | |||
offsetvector | |||
) |
Given an injection and an instrument, compute and return the h_rss of the injection as should be observed in the instrument.
That is, project the waveform onto the instrument, and return the root integrated strain squared.
Definition at line 75 of file SimBurstUtils.py.
def lalburst.SimBurstUtils.string_amplitude_in_instrument | ( | sim, | |
instrument, | |||
offsetvector | |||
) |
Given a string cusp injection and an instrument, compute and return the amplitude of the injection as should be observed in the instrument.
Definition at line 124 of file SimBurstUtils.py.
def lalburst.SimBurstUtils.plot_Efficiency_hrss_vs_freq | ( | efficiency | ) |
Generate a plot from an Efficiency_hrss_vs_freq instance.
Definition at line 295 of file SimBurstUtils.py.
int lalburst.SimBurstUtils.stringcusp_autocorrelation_width = .016 |
Definition at line 160 of file SimBurstUtils.py.
float lalburst.SimBurstUtils.burst_is_near_injection_window = 2.0 |
Definition at line 169 of file SimBurstUtils.py.
float lalburst.SimBurstUtils.MW_CENTER_J2000_RA_RAD = 2.0318570464121519 |
Definition at line 323 of file SimBurstUtils.py.
float lalburst.SimBurstUtils.MW_CENTER_J2000_DEC_RAD = -0.50628171572274738 |
Definition at line 324 of file SimBurstUtils.py.