Import & Export

Importing

cued_datalogger.api.file_import.import_from_mat(file, channel_set=None)

A function for importing data and metadata to a ChannelSet from an old-style DataLogger .mat file.

Parameters:

file : path_to_file

The path to the .mat file to import data from.

channel_set : ChannelSet

The ChannelSet to save the imported data and metadata to. If None, a new ChannelSet is created and returned.

Exporting

Not implemented yet.

Widgets

See DataImportWidget.