pwspy.utility.acquisition.loadDirectory

pwspy.utility.acquisition.loadDirectory(directory)[source]

If directory contains a dataset acquired with the acquisition sequencer then this function will return a python object representing the sequence settings and a list of references to the acquisitions that are part of the sequence.

Parameters

directory (PathLike) – The file path to the dataset directory.

Returns

The Root SequencerStep of the acquisition sequence. A list of SequenceAcquisition objects belonging to the sequence.

Return type

A tuple containing