pymovements.Dataset.scan_participants#
- Dataset.scan_participants(*, participant_key: str = 'participant_id') None[source]#
Scan files for participant metadata.
Currently only scans file metadata for participant id.
- Parameters:
participant_key (str) – The participant key used for identifying a participant. This corresponds to the group name specified in
filename_pattern. Usually this is ‘participant_id’ or ‘subject_id’. Values will be used to fill the participant_id column ofparticipants. (default: ‘participant_id’)