Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GstLAL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
GstLAL
Commits
4dbe6bd1
Commit
4dbe6bd1
authored
5 years ago
by
Cody Messick
Browse files
Options
Downloads
Patches
Plain Diff
itacac: removed some trailing whitespace
parent
3993d21b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gstlal-inspiral/gst/lal/gstlal_itacac.c
+2
-2
2 additions, 2 deletions
gstlal-inspiral/gst/lal/gstlal_itacac.c
with
2 additions
and
2 deletions
gstlal-inspiral/gst/lal/gstlal_itacac.c
+
2
−
2
View file @
4dbe6bd1
...
...
@@ -970,7 +970,7 @@ static GstFlowReturn process(GSTLALItacac *itacac) {
else
if
(
nongapsamps
<=
2
*
itacacpad
->
maxdata
->
pad
)
{
if
(
nongapsamps
==
availablesamps
&&
!
itacacpad
->
EOS
)
{
// We have reached the end of available samples, thus there could still be enough nongaps in the next window for triggers
// Assertion logic: we're guarenteed at least one more sample than a trigger window and 2 pad's worth of samples, thus if
// Assertion logic: we're guarenteed at least one more sample than a trigger window and 2 pad's worth of samples, thus if
// all of the available samples are nongapsamps and we have 2 pad worth of non gap samples samples or less, our nongapsamps
// must go into the next window and we must have just come off a gap, meaning we dont have any samples already available for
// padding
...
...
@@ -988,7 +988,7 @@ static GstFlowReturn process(GSTLALItacac *itacac) {
gst_audioadapter_flush_samples
(
itacacpad
->
adapter
,
outsamps
);
samples_left_in_window
-=
outsamps
;
}
}
}
// Not enough samples left in the window to produce a trigger or possibly even fill up a pad for a trigger in the next window
else
if
(
samples_left_in_window
<=
itacacpad
->
maxdata
->
pad
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment