concatenate

Contents

concatenate#

abtem.array.concatenate(arrays, axis=0)[source]#

Join a sequence of abTEM array classes along an existing axis.

Parameters:
  • arrays (sequence of array objects) – Each abTEM array object must have the same type and shape, except in the dimension corresponding to axis. The axis metadata along the concatenated axis must be compatible for concatenation.

  • axis (int, optional) – The axis along which the arrays will be joined. Default is 0.

Returns:

array_object – The concatenated array object of the same type as the input.

Return type:

ArrayObject