LALSimulation  5.4.0.1-fe68b98
LALSimInspiralGeneratorPython.c File Reference

Prototypes

static int initialize (UNUSED LALSimInspiralGenerator *myself, UNUSED LALDict *params)
 

Go to the source code of this file.

Variables

const LALSimInspiralGenerator lalPythonGeneratorTemplate
 

Function Documentation

◆ initialize()

static int initialize ( UNUSED LALSimInspiralGenerator *  myself,
UNUSED LALDict *  params 
)
static

Definition at line 16 of file LALSimInspiralGeneratorPython.c.

Variable Documentation

◆ lalPythonGeneratorTemplate

const LALSimInspiralGenerator lalPythonGeneratorTemplate
Initial value:
= {
.name = "ExternalPython",
.initialize = initialize,
.finalize = NULL,
.generate_td_waveform = NULL,
.generate_fd_waveform = NULL,
.generate_td_modes = NULL,
.generate_fd_modes = NULL,
.internal_data = NULL
}
static int initialize(UNUSED LALSimInspiralGenerator *myself, UNUSED LALDict *params)

Definition at line 21 of file LALSimInspiralGeneratorPython.c.