Skip to content

Commit

Permalink
enh: add 'dcnum yield' pipeline metadata key
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 24, 2023
1 parent a2073b3 commit 13c1ab8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dclab/definitions/meta_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@
# segmenter, feature, gate.
["dcnum hash", str, "Hash"],
["dcnum segmenter", str, "Segmenter ID"],
# The event yield the number of events the pipeline produced and
# helps identify files that were e.g. exported from original files.
["dcnum yield", str, "Event yield"],
],
# All qpi-related keywords
"qpi": [
Expand Down

0 comments on commit 13c1ab8

Please sign in to comment.