threshold_cell
Synopsis
threshold cell-based data
Input Port
in_field
|
Mesh+Cell_Data
|
parent
|
user interface parent object
|
Parameters
Output Port
out_fld
|
Mesh+Cell_Data
|
out_obj
|
output renderable object
|
Description
threshold_cell sets the values of a given component of a cell-based dataset to the null value if the value of another component (usually the same one) is above or below a given threshold.
Input
in_field
Mesh+Cell_Data. The cell dataset to threshold.
parent
A port to connect to a user interface object that contains the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)
Parameters
check component
UIradioBoxLabel. Selects which component to check. If this component exceeds the threshold(s) at some node, the value of the threshold_component at that node is set to the null data value.
threshold component
UIradioBoxLabel. Selects which component to threshold, based on the value of "check component."
Below min value
UItoggle. When set (nonzero), values below the selected min value are set to the null value.
min value
UIslider. The min value to check against.
Above max value
UItoggle. When set (nonzero), values above the selected max value are set to the null value.
max value
UIslider. The max value to check against.
null thresh value
UIslider. The value to use in the output as the null value. Select a value for this which does not occur in the input dataset.
Output Port
out_fld
Mesh+Cell_Data. Contains the thresholded data.
out_obj
Renderable object corresponding to out_fld.
Example
Not available
File
v/modules.v
See also related modules