Skip to content
Snippets Groups Projects
Commit a356a829 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal-inspiral/lib/gstlal_snglinspiral.h: add support for snr snippets

parent 4c7e7677
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
#include <glib.h>
#include <gst/gst.h>
#include <lal/LIGOMetadataTables.h>
#include <gsl/gsl_matrix_float.h>
G_BEGIN_DECLS
......@@ -47,7 +47,10 @@ int gstlal_set_channel_in_snglinspiral_array(SnglInspiralTable *bankarray, int l
int gstlal_set_instrument_in_snglinspiral_array(SnglInspiralTable *bankarray, int length, char *instrument);
int gstlal_set_sigmasq_in_snglinspiral_array(SnglInspiralTable *bankarray, int length, double *sigmasq);
GstBuffer *gstlal_snglinspiral_new_buffer_from_peak(struct gstlal_peak_state *input, SnglInspiralTable *bankarray, GstPad *pad, guint64 offset, guint64 length, GstClockTime time, guint rate, void *chi2);
/*
* FIXME: only support single precision SNR snippets at the moment
*/
GstBuffer *gstlal_snglinspiral_new_buffer_from_peak(struct gstlal_peak_state *input, SnglInspiralTable *bankarray, GstPad *pad, guint64 offset, guint64 length, GstClockTime time, guint rate, void *chi2, gsl_matrix_float_view *snr_matrix_view);
G_END_DECLS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment