![]() |
gstlal
1.4.1
|
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) |
psd plotting module
| 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.
| 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.
| 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.
1.8.14