Creates a thresholded list of trajectories based on a specified analysis_value_list.
thresholded_list <analysis_value_list name> <thresholded_list name><threshold type><first threshold><optional:second threshold>
An analysis_value_list is an object that specifies a value (for example, a float) for some or all of the particle trajectories in the system. For example, this could be used to store some measure of local order around each particle. Thresholded list could then be employed to construct a trajectory_list containing the most ordered particles at each time.
Allowable values for threshold type are
greater – selects trajectories with values greater than the first threshold
less – selects trajectories with values less than the first threshold
between – selects trajectories with values between and including the first and second threshold