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

reduce interpolator kernel length

parent b3473697
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ static void gstlal_interpolator_init(GSTLALInterpolator *element)
element->workspace = NULL;
// hardcoded kernel size
element->half_length = 16;
element->half_length = 8;
element->kernel_length = element->half_length * 2 + 1;
// Always initialize with a discont
......
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