Skip to content

Commit aa8925b

Browse files
committed
Add link to parser help page
1 parent b68d553 commit aa8925b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_includes/modules/ClipFieldByFunction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ This module selects a subset of a field.
2424

2525
The ClipFieldByFunction module clips out a subset of a field by preserving all of the elements in the input field for which the user specified expression evaluates to true at the specified test location. As a side effect of this algorithm is that any degenerate non-element items in the input field are discarded by the clip.
2626

27-
The type of the field is preserved in the clip, as well as the data values if possible. Some field types are structured and thus not clippable. This includes the LatVolField, ImageField, and Scanline field types.
27+
The type of the field is preserved in the clip, as well as the data values if possible. Some field types are structured and thus not clippable. This includes the LatVolField, ImageField, and Scanline field types.
2828

29-
The expression should be a SCIRun parser expression. The module UI has a help button that will bring up documentation for the parser. For node centered data, select clipping location from One Node, Most Nodes or All Nodes. For cell centered data, select Element Center.
29+
The expression should be a SCIRun parser expression. The module UI has a help button that will bring up documentation for the parser which can also be found [here](/SCIRun/parserhelp.html). For node centered data, select clipping location from One Node, Most Nodes or All Nodes. For cell centered data, select Element Center.
3030

3131
The ClipFieldByFunction module takes an **input** field, and optionally a function string and/or one or more additional matrices that may be used in the function.
3232

0 commit comments

Comments
 (0)