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
Commits
fcd92e40
Commit
fcd92e40
authored
5 years ago
by
Peter Lünenschloß
Browse files
Options
Downloads
Patches
Plain Diff
Update FunctionDescriptions.md
parent
35980a89
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
docs/FunctionDescriptions.md
+16
-3
16 additions, 3 deletions
docs/FunctionDescriptions.md
with
16 additions
and
3 deletions
docs/FunctionDescriptions.md
+
16
−
3
View file @
fcd92e40
...
...
@@ -782,7 +782,7 @@ harmonize_shift2Grid(freq, shift_method='nearest_shift', drop_flags=None)
| parameter | data type | default value | description |
| --------- | --------- | ------------- | ----------- |
| freq | string | | Offset string. Detemining the frequency grid, the data shall be shifted to. |
| shift_method | string | `
nearest_shift
` | Method, used for
data
shifting. See a list of methods below. |
| shift_method | string | `
nearest_shift
` | Method, used for shifting
of data and flags
. See a list of methods below. |
| drop_flags | list or Nonetype | None | Flags to be excluded from harmonization. See description of step 3 below. |
...
...
@@ -830,13 +830,13 @@ harmonize_aggregate2Grid(freq, agg_func, agg_method='nearest_agg', flag_agg_func
| agg_func | func | | Function. Function used for data aggregation.|
| agg_method | string | `
nearest_agg
` | Method, determining the range of data and flags aggregation. See a list of methods below. |
| flag_agg_func | func | max | Function used for flags aggregation.|
| drop_flags | list or Nonetype | None | Flags to be excluded from harmonization. See description of step
3
below. |
| drop_flags | list or Nonetype | None | Flags to be excluded from harmonization. See description of step
2
below. |
The function aggregates the data-to-be-flagged, to match an equidistant
frequency grid.
The data aggregagation is carried out, according to the aggregation method `
agg_method
`,
the aggregated value is calculated with `
agg_func
` and gets assign
ing
to a
the aggregated value is calculated with `
agg_func
` and gets assign
ed
to a
timestamp value, that is a multiples of `
freq
`.
In detail, the process includes:
...
...
@@ -876,6 +876,19 @@ In detail, the process includes:
aggregated with the function passed to agg_method and assigned to it.
## harmonize_linear2Grid
```
harmonize_linear2Grid(freq, flag_assignment_method='nearest_agg', flag_agg_func=max, drop_flags=None)
``
`
| parameter | data type | default value | description |
| --------- | --------- | ------------- | ----------- |
| freq | string | | Offset string. Determining the sampling rate of the frequency grid, the data shall be shifted to.|
| flag_assignment_method| string | "nearest_agg" | Function. Function used for data aggregation.|
| flag_agg_func | func | max | Function used for flags aggregation.|
| drop_flags | list or Nonetype | None | Flags to be excluded from harmonization. See description of step 2 below. |
...
...
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