stack

Import in python using from mcot.core.greyordinate import stack

mcot.core.greyordinate.stack(greyordinates, axis=0)[source]

Stacks a sequene of greyordinates along the given axis

Resulting GreyOrdinate will only contain voxels/vertices in all GreyOrdinate arrays

Parameters:greyordinates – individual greyordinates to be merged
Returns:merged greyordinate object