Skip to content

Commit

Permalink
Update doc with note about custom true/false values breaking other fi…
Browse files Browse the repository at this point in the history
…lters.

Signed-off-by: Joey Kleingers <[email protected]>
  • Loading branch information
joeykleingers committed Aug 21, 2023
1 parent 7ce2369 commit 8c2f54d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Plugins/ComplexCore/docs/MultiThresholdObjects.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ For example, an integer array contains the values 1, 2, 3, 4, 5. For a compariso

It is possible to set custom values for both the TRUE and FALSE values that will be output to the threshold array. For example, if the user selects an output threshold array type of uint32, then they could set a custom FALSE value of 5 and a custom TRUE value of 20. So then instead of outputting 0's and 1's to the threshold array, the filter would output 5's and 20's.

**NOTE**: If custom TRUE/FALSE values are chosen, then using the resulting mask array in any other filters that require a mask array will break those other filters. This is because most other filters that require a mask array make the assumption that the true/false values are 1/0.

## Parameters ##

| Name | Type | Description |
Expand Down

0 comments on commit 8c2f54d

Please sign in to comment.