gstlal-inspiral  0.4.2
 All Classes Namespaces Files Functions Variables Pages
Classes | Functions | Variables
templates.py File Reference

Detailed Description

A module to implement template slicing and other operations as part of the LLOID aglorithm.

Review Status

Names Hash Date
Florent, Sathya, Duncan Me, Jolien, Kipp, Chad 7536db9d496be9a014559f4e273e1e856047bf71 2014-04-29

Actions

Definition in file templates.py.

Go to the source code of this file.

Classes

class  templates.QuadraturePhase

Functions

def templates.gstlal_valid_approximant
def templates.add_quadrature_phase
def templates.normalized_autocorrelation
def templates.ceil_pow_2
def templates.time_slices

Variables

string templates.__author__ = "Kipp Cannon <kipp.cannon@ligo.org>, Chad Hanna <chad.hanna@ligo.org>, Drew Keppel <drew.keppel@ligo.org>"
string templates.__version__ = "FIXME"
string templates.__date__ = "FIXME"
tuple templates.gstlal_FD_approximants = set(('IMRPhenomC', 'SEOBNRv2_ROM_DoubleSpin', 'TaylorF2', 'TaylorF2RedSpin', 'TaylorF2RedSpinTidal'))
tuple templates.gstlal_TD_approximants = set(('TaylorT1', 'TaylorT2', 'TaylorT3', 'TaylorT4', 'EOBNRv2'))
 templates.gstlal_approximants = gstlal_FD_approximants|gstlal_TD_approximants
tuple templates.gstlal_IMR_approximants = set(('IMRPhenomC', 'SEOBNRv2_ROM_DoubleSpin', 'EOBNRv2'))