Skip to content

Commit

Permalink
Update Selection documentation to use scope
Browse files Browse the repository at this point in the history
  • Loading branch information
klarh committed Jun 25, 2020
1 parent 8b6453e commit 0efdd9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flowws_analysis/Selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ class Selection(flowws.Stage):
"""Filter the set of displayed particles manually or by specified criteria.
This module removes particles by filtering all per-particle
quantities according to a series of criteria, such as
`potential_energy < -0.5`.
quantities according to a series of criteria. These criteria use
the "state" scope that is used to pass data between modules, such
as `scope["potential_energy"] < -0.5`.
When used interactively with vispy scenes, selections can be made
with the mouse, or particles on the convex hull of a droplet can
Expand Down

0 comments on commit 0efdd9d

Please sign in to comment.