LALBurst 2.0.7.1-eeff03c
lalburst_power_plot_binjtf Namespace Reference

Functions

def parse_command_line ()
 
def time_freq_plot (database, instrument, sim)
 
def found_injections (contents, instrument)
 

Variables

 options
 
 filenames
 
 file
 
 database = SnglBurstUtils.CoincDatabase(sqlite3.connect(filename), "lalapps_power")
 
string plotname = "%s%d_%s.%s" % (options.base, sim.time_at_instrument(instrument).seconds, instrument, options.format)
 

Function Documentation

◆ parse_command_line()

def lalburst_power_plot_binjtf.parse_command_line ( )

Definition at line 55 of file lalburst_power_plot_binjtf.py.

◆ time_freq_plot()

def lalburst_power_plot_binjtf.time_freq_plot (   database,
  instrument,
  sim 
)

Definition at line 78 of file lalburst_power_plot_binjtf.py.

◆ found_injections()

def lalburst_power_plot_binjtf.found_injections (   contents,
  instrument 
)

Definition at line 260 of file lalburst_power_plot_binjtf.py.

Variable Documentation

◆ options

lalburst_power_plot_binjtf.options

Definition at line 66 of file lalburst_power_plot_binjtf.py.

◆ filenames

lalburst_power_plot_binjtf.filenames

Definition at line 66 of file lalburst_power_plot_binjtf.py.

◆ file

lalburst_power_plot_binjtf.file

Definition at line 292 of file lalburst_power_plot_binjtf.py.

◆ database

lalburst_power_plot_binjtf.database = SnglBurstUtils.CoincDatabase(sqlite3.connect(filename), "lalapps_power")

Definition at line 293 of file lalburst_power_plot_binjtf.py.

◆ plotname

lalburst_power_plot_binjtf.plotname = "%s%d_%s.%s" % (options.base, sim.time_at_instrument(instrument).seconds, instrument, options.format)

Definition at line 298 of file lalburst_power_plot_binjtf.py.