Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rdm-software
SaQC
Merge requests
!611
docstring changes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
docstring changes
docs
into
develop
Overview
13
Commits
16
Pipelines
16
Changes
7
Merged
David Schäfer
requested to merge
docs
into
develop
2 years ago
Overview
13
Commits
16
Pipelines
16
Changes
1
Expand
👍
0
👎
0
Merge request reports
Viewing commit
3edc3308
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3edc3308
fixed docstring
· 3edc3308
David Schäfer
authored
2 years ago
saqc/funcs/noise.py
+
3
−
3
Options
@@ -36,11 +36,11 @@ class NoiseMixin:
**
kwargs
,
)
->
"
SaQC
"
:
"""
Flag data chunks of length
,
``window``, if:
Flag data chunks of length ``window``, if:
1. they excexceed ``thresh`` with regard to ``func``and
2. all (maybe overlapping) sub-chunks of the data chunks with length ``sub_window``,
`exc
exceed ``sub_thresh`` with regard to ``func``
exceed ``sub_thresh`` with regard to ``func``
Parameters
----------
@@ -58,7 +58,7 @@ class NoiseMixin:
sub_window: str, default None,
Window size of sub chunks, that are additionally tested for exceeding ``sub_thresh``
with respect to `func`.
with respect to
`
`func`
`
.
sub_thresh: float, default None
Threshold. A given sub chunk is flagged, if the return value of ``func` excceeds ``sub_thresh``.
Loading