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
35980a89
Commit
35980a89
authored
5 years ago
by
Peter Lünenschloß
Browse files
Options
Downloads
Patches
Plain Diff
Update FunctionDescriptions.md
parent
e6288559
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/FunctionDescriptions.md
+8
-7
8 additions, 7 deletions
docs/FunctionDescriptions.md
with
8 additions
and
7 deletions
docs/FunctionDescriptions.md
+
8
−
7
View file @
35980a89
...
...
@@ -813,11 +813,11 @@ In detail, the process includes:
`
shift_method
` keywords::
* `
"fshift"
`: every grid point gets assigned its ultimately preceeding flag/datapoint
* `
"fshift"
`: every grid point gets assigned its ultimately preceeding flag/datapoint
if there is one available in the preceeding sampling interval. If not, BAD/np.nan - flag gets assigned.
* `
"bshift"
`: every grid point gets assigned its first succeeding flag/datapoint
* `
"bshift"
`: every grid point gets assigned its first succeeding flag/datapoint
if there is one available in the succeeding sampling interval. If not, BAD/np.nan - flag gets assigned.
* `
"nearest_shift"
`: every grid point gets assigned the closest flag/datapoint in its range. ( range = +/- `
freq
`/2 ).
* `
"nearest_shift"
`: every grid point gets assigned the closest flag/datapoint in its range. ( range = +/- `
freq
`/2 ).
## harmonize_aggregate2Grid
...
...
@@ -867,12 +867,13 @@ In detail, the process includes:
`
agg_method
` keywords:
* `
"fagg"
`: all flags/values in a sampling interval get aggregated with the function passed to `
agg_method
`
* `
"fagg"
`: all flags/values in a sampling interval get aggregated with the function passed to `
agg_method
`
, and the result gets assigned to the last grid point.
* `
"bagg"
`: all flags/values in a sampling interval get aggregated with the function passed to `
agg_method
`
* `
"bagg"
`: all flags/values in a sampling interval get aggregated with the function passed to `
agg_method
`
, and the result gets assigned to the next grid point.
* `
"nearest_agg"
`
: all flags/values in the range (+/- freq/2) of a grid point get
aggregated with the function passed to agg_method and assigned to it.
* `
"nearest_agg"
`
: all flags/values in the range (+/- freq/2) of a grid point get
aggregated with the function passed to agg_method and assigned to it.
...
...
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