GSTLALSimulation

GSTLALSimulation

Synopsis

struct              GSTLALSimulation;
struct              GSTLALSimulationClass;
#define             GSTLAL_SIMULATION_TYPE

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseTransform
                     +----GSTLALSimulation

Properties

  "channel-name"             gchar*                : Read
  "instrument"               gchar*                : Read
  "units"                    gchar*                : Read
  "xml-location"             gchar*                : Read / Write

Description

Details

struct GSTLALSimulation

struct GSTLALSimulation;

struct GSTLALSimulationClass

struct GSTLALSimulationClass {
	GstBaseTransformClass parent_class;
};

GstBaseTransformClass parent_class;

the parent class

GSTLAL_SIMULATION_TYPE

#define             GSTLAL_SIMULATION_TYPE

Property Details

The "channel-name" property

  "channel-name"             gchar*                : Read

Name of the channel for which the injections are being simulated.

Default value: NULL


The "instrument" property

  "instrument"               gchar*                : Read

Name of instrument for which the injections are being simulated.

Default value: NULL


The "units" property

  "units"                    gchar*                : Read

Units in which the injections are being computed. Units are a string in the format used by the LAL units package.

Default value: NULL


The "xml-location" property

  "xml-location"             gchar*                : Read / Write

Name of LIGO Light Weight XML file containing list(s) of software injections.

Default value: NULL