concatenate¶
Import in python using from mcot.core.greyordinate import concatenate
-
mcot.core.greyordinate.concatenate(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