xdas.open_datacollection#

xdas.open_datacollection(fname, group=None)[source]#

Open a DataCollection from a file.

Parameters:

fname (str) – The path of the DataCollection.

Returns:

The opened DataCollection.

Return type:

DataCollection

Raises:

FileNotFound – If no file can be found.