We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gate
1 parent 3893201 commit 818366dCopy full SHA for 818366d
1 file changed
docs/source/user_guide/user_guide_reference_filters.rst
@@ -15,7 +15,7 @@ Gate provides a "Pythonic" syntax to create and combine filters naturally using
15
from opengate.actors.filters import GateFilterBuilder
16
17
# 1. Initialize the filter factory
18
- F = gate.GateFilterBuilder()
+ F = GateFilterBuilder()
19
20
# 2. Create a complex filter logic
21
# Example: Keep only gammas with Energy > 100 keV AND (Time < 10 ns OR Unscattered)
0 commit comments