Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALBurst 2.0.7.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Macros Modules Pages
lalburst.SimBurstUtils Namespace Reference

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
 

Function Documentation

◆ on_instruments()

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.

◆ hrss_in_instrument()

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.

◆ string_amplitude_in_instrument()

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.

◆ plot_Efficiency_hrss_vs_freq()

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.

Variable Documentation

◆ stringcusp_autocorrelation_width

int lalburst.SimBurstUtils.stringcusp_autocorrelation_width = .016

Definition at line 160 of file SimBurstUtils.py.

◆ burst_is_near_injection_window

float lalburst.SimBurstUtils.burst_is_near_injection_window = 2.0

Definition at line 169 of file SimBurstUtils.py.

◆ MW_CENTER_J2000_RA_RAD

float lalburst.SimBurstUtils.MW_CENTER_J2000_RA_RAD = 2.0318570464121519

Definition at line 323 of file SimBurstUtils.py.

◆ MW_CENTER_J2000_DEC_RAD

float lalburst.SimBurstUtils.MW_CENTER_J2000_DEC_RAD = -0.50628171572274738

Definition at line 324 of file SimBurstUtils.py.