gstlal  1.4.1
Functions
python.plotpsd Namespace Reference

psd plotting module More...

Functions

def summarize_coinc_xmldoc (coinc_xmldoc)
 
def axes_plot_cummulative_snr (axes, psds, coinc_xmldoc)
 
def latex_horizon_distance (Mpc)
 
def axes_plot_psds (axes, psds, coinc_xmldoc=None)
 
def plot_psds (psds, coinc_xmldoc=None, plot_width=640)
 
def plot_cumulative_snrs (psds, coinc_xmldoc, plot_width=640)
 

Detailed Description

psd plotting module

Function Documentation

◆ axes_plot_psds()

def python.plotpsd.axes_plot_psds (   axes,
  psds,
  coinc_xmldoc = None 
)
Places a PSD plot into a matplotlib Axes object.

@param axes An Axes object into which the plot will be placed.

@param psds A dictionary of PSDs as REAL8FrequencySeries keyed by
instrument

@param coinc_xmldoc An XML document containing a single event with all
of the metadata as would be uploaded to gracedb.  This is optional.

Definition at line 125 of file plotpsd.py.

◆ plot_cumulative_snrs()

def python.plotpsd.plot_cumulative_snrs (   psds,
  coinc_xmldoc,
  plot_width = 640 
)
Produces a matplotlib figure of cumulative SNRs.

@param psds A dictionary of PSDs as REAL8FrequencySeries keyed by
instrument

@param coinc_xmldoc An XML document containing a single event with all
of the metadata as would be uploaded to gracedb.

@param plot_width How wide to make the figure object in pixels
(ignored if axes is provided).

Definition at line 224 of file plotpsd.py.

◆ plot_psds()

def python.plotpsd.plot_psds (   psds,
  coinc_xmldoc = None,
  plot_width = 640 
)
Produces a matplotlib figure of PSDs.

@param psds A dictionary of PSDs as REAL8FrequencySeries keyed by
instrument

@param coinc_xmldoc An XML document containing a single event with all
of the metadata as would be uploaded to gracedb.  This is optional.

@param plot_width How wide to make the figure object in pixels
(ignored if axes is provided).

Definition at line 203 of file plotpsd.py.