ctdproc.helpers.unique_arrays

ctdproc.helpers.unique_arrays(*arrays)[source]

Find unique elements in more than one numpy array.

Parameters:

arrays (A tuple of np.array.ndarray)

Returns:

unique – numpy array with unique elements from the input arrays

Return type:

np.array