Skip to content

Commit

Permalink
Add doc links between the Concatenate and Combine Data Arrays filters.
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Kleingers <[email protected]>
  • Loading branch information
joeykleingers committed Sep 16, 2024
1 parent c444c87 commit 09e8edd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Plugins/SimplnxCore/docs/CombineAttributeArraysFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ _Combined (vector first)_: tuple 1 - { v1 v2 v3 s1 } ; tuple 2 - { v1 v2 v3 s1 }

The user may also select to normalize the resulting combined array. The normalization procedure will enforce a range of [0, 1] for all values in the combined array. This may be useful for combining two arrays that have different order of magnitude data. Note that this option will fundamentally change the underlying data in the combined array from the original incoming arrays.

**NOTE:** If you are wanting to instead concatenate/append data arrays together into a longer array, please see the [Concatenate Data Arrays](ConcatenateDataArraysFilter.md) filter.

% Auto generated parameter table will be inserted here

## Example Pipelines
Expand Down
2 changes: 2 additions & 0 deletions src/Plugins/SimplnxCore/docs/ConcatenateDataArraysFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This **Filter** concatenates multiple input arrays by taking a list of input arr

This filter is designed to handle arrays of matching array types and component dimensions. If the arrays have different array types or component dimensions, the filter will raise an error.

**NOTE:** If you are wanting to instead combine data arrays into a multi-component array, please see the [Combine Attribute Arrays](CombineAttributeArraysFilter.md) filter.

% Auto generated parameter table will be inserted here

## Example Pipelines
Expand Down

0 comments on commit 09e8edd

Please sign in to comment.