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

gstlal_snglinspiral.c: allow and SNR matrix to be passed in so that SNR...

gstlal_snglinspiral.c: allow and SNR matrix to be passed in so that SNR snippets can go into the events
parent 6a8568f6
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ int gstlal_set_sigmasq_in_snglinspiral_array(SnglInspiralTable *bankarray, int l
/*
* 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);
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_complex_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