caput.tod.TOData.from_mult_files

classmethod TOData.from_mult_files(files, data_group=None, start=None, stop=None, datasets=None, dataset_filter=None, **kwargs)[source]

Create new data object by concatenating a series of objects.

Parameters:

Accepts any parameter for :func:`concatenate` (which controls the :

concatenation) or this class’s constructor (which controls the :

initialization of each file). By default, each file is opened with :

`ondisk=True` and `mode=’r’`. :