Skip to content

Commit

Permalink
enh: add dcnum pipeline identifier metadata constants
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 22, 2023
1 parent 44bae7e commit a2073b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.55.7
- enh: add dcnum pipeline identifier metadata constants
0.55.6
- fix: default `host` was overriding URL host in fmt_dcor
0.55.5
Expand Down
13 changes: 13 additions & 0 deletions dclab/definitions/meta_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,19 @@
["target duration", float, "Target measurement duration [min]"],
["target event count", fint, "Target event count for online gating"],
],
# Data processing pipeline
"pipeline": [
["dcnum background", str, "Background ID"],
["dcnum data", str, "Data ID"],
["dcnum feature", str, "Feature extractor ID"],
["dcnum gate", str, "Gating ID"],
["dcnum generation", str, "Generation ID"],
# The hash is computed by joining the other pipeline identifiers with
# the "|" character in this order: generation, data, background,
# segmenter, feature, gate.
["dcnum hash", str, "Hash"],
["dcnum segmenter", str, "Segmenter ID"],
],
# All qpi-related keywords
"qpi": [
# experiment-related qpi metadata, see qpretrieve for details
Expand Down

0 comments on commit a2073b3

Please sign in to comment.