nxtomo.nxobject.utils.concatenate#
- nxtomo.nxobject.utils.concatenate(nx_objects, **kwargs)[source]#
concatenate a list of NXobjects
- Parameters:
nx_objects (Iterable) – objects to be concatenated. They are expected to be of the same type.
kwargs – extra parameters
- Returns:
concatenated object. Of the same type of ‘nx_objects’
- Return type:
NXobject