We had a request for a way to append two tables together. The concept was to be able to take two sets of Color tables and append the second table to the end of the first table. Simplifying the problem to tables of numbers, rather than colors, it is the desire to take two tables like these...
Table 1 | Table 2 | |
|
|
...and produce
|
---|
This model snippet shows how to achieve this for input tables which are numerical or Color.
Table_Connect_v16_1_0.gmdx |
See the Transfer Contrast Spatial Recipe for an example of using this snippet in a larger model.