SciFiReaders.ingestor.ingest

Contents

SciFiReaders.ingestor.ingest#

SciFiReaders.ingestor.ingest(file_path)[source]#

Extracts sidpy.Dataset objects from proprietary data files. The sidpy.Dataset object(s) would contain both raw data and metadata. More than one Dataset object could be returned from this function.

Parameters:

file_path (str) – Path to raw data file

Returns:

List of sidpy.Dataset objects

Return type:

list