tomoscan.series.sequences_to_series_from_sample_name#

tomoscan.series.sequences_to_series_from_sample_name(scans)#

create a series with the same sample name

Parameters:

scans (list[TomoScanBase] | tuple[TomoScanBase, ...] | ndarray) – list, tuple or numpy.ndarray of TomoScanBase instances

Return type:

tuple

Returns:

tuple of series if as_tuple_of_list is false else a tuple of list (of TomoScanBase)