Hello,
I a trying to make a substack with specific slices identified in a previous step and stored in an array.
Example: I have a stack with 100 slices, I want to make a substack from slices stored in an array [2, 4, 7, 23, 50].
I was thinking about using run("Make Substack...", " slices=" +array);
but this does not work… Any suggestion?