SMS:PTM Particle Filters: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
Line 20: Line 20:
===Options===  
===Options===  
* Operators – Comparison operators  
* Operators – Comparison operators  
:{|border="1"
:{|wikipedia="wikitable"
|-
|-
|align="center"| < || Less than  
|align="center"| < || Less than  

Revision as of 23:05, 30 November 2012

Particle Filters

The particle filters allow the user to evaluate specific particles based upon different criteria. The filters act exclusively upon particle datasets. Multiple filters can be used together to filter multiple datasets.

The filters affect:

  • Displayed particles
  • Selectable particles (hence selected particle info)
  • Compute Grid datasets functionality

Dialog Description

The following controls are used to define the particle filters.

Filters

Use the New and Delete buttons to create / remove filters. Each filter may be enable / disabled by clicking its toggle box. The filters are defined by selecting a Dataset whose values will be compared against the operands / operators pairs defined in the Options control.

Datasets

Each filter operates on a single Particle Module dataset. Examples of datasets in the Particle Module include solutions created by the PTM model or using the data calculator.

Options

  • Operators – Comparison operators
< Less than
<= Less than or equal to
equal Equal to
not equal Not equal to
> Greater than
>= Greater than or equal to
  • Operands – Values compared against the selected dataset using the corresponding operators
  • Conjunction – This toggle box disables the second operator / operand pair or performs the and function on them against the first operator / operand pair.