Package pylal :: Module followup_trigger
[hide private]
[frames] | no frames]

Module followup_trigger

source code

Classes [hide private]
  ContentHandler
  FollowupTrigger
This defines a class for following up a trigger and to create the timeseries of found triggers in each stage of the pipeline.
Functions [hide private]
 
get_data_from_table(table, col_name, ifo=None)
Retrieves data from a table, including non-table entries such as 'mtotal' and 'time'
source code
 
getData(table, xname, yname, ifo)
Retrieves data from a table, including non-table entries such as 'mtotal' and 'time'
source code
 
get_ifo_list(ifo_times) source code
Variables [hide private]
  __prog__ = "followup_trigger.py"
Function Details [hide private]

get_data_from_table(table, col_name, ifo=None)

source code 

Retrieves data from a table, including non-table entries such as 'mtotal' and 'time'

Parameters:
  • table - the table containing the data
  • col_name - the name of the column
  • ifo - the ifo for which the column is returned

getData(table, xname, yname, ifo)

source code 

Retrieves data from a table, including non-table entries such as 'mtotal' and 'time'

Parameters:
  • table - the table with the data
  • xname - the x-value
  • yname - the y-value
  • ifo - the ifo for which the time or distance is returned