Skip to content

Commit bb1a419

Browse files
committed
doc: clarify default run range
1 parent 0df2bb9 commit bb1a419

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qa-detectors/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The specifications are specified by text files in [the `cuts` directory](cuts).
1616
- `spec` key: apply the cut to a specific timeline _e.g._, sector or layer
1717
- `color` key: customize the cut line color
1818
- `run_range` key: apply to a specific run range, _e.g.,_, `run_range:5000:6000` will apply to runs $\in[5000,6000]$
19+
- runs outside of all `run_range` specifiers will use the default cuts (the one(s) without the `run_range` specifier)
20+
- all cuts should have a default version with no `run_range`
1921
- comments can be added using the symbol `#`, which is useful for commenting out timelines, especially when debugging a particular timeline
2022
- other files in `cuts/` may override the default file
2123
- **this is a deprecated feature**; it is preferred to use `run_range` keywords (see above)

0 commit comments

Comments
 (0)