pymovements.dataset.Dataset.scan#

Dataset.scan() Dataset#

Infer information from filepaths and filenames.

Returns:

Returns self, useful for method cascading.

Return type:

Dataset

Raises:
  • AttributeError – If no regular expression for parsing filenames is defined.

  • RuntimeError – If an error occurred during matching filenames or no files have been found.