neuralset.events.etypes.Artifact

pydantic model neuralset.events.etypes.Artifact[source][source]

Artifact or noise event in neural recordings.

Parameters:

state ({'eyem', 'musc', 'chew', 'shiv', 'elpp', 'artf'}) –

Type of artifact:

  • ’eyem’: Eye movement

  • ’musc’: Muscle artifact

  • ’chew’: Chewing

  • ’shiv’: Shivering

  • ’elpp’: Electrode artifact (pop, static, lead artifacts)

  • ’artf’: Catch-all for other artifacts

See also

Hamid2020Tuar

Example usage

Fields:
field state: Literal['eyem', 'musc', 'chew', 'shiv', 'elpp', 'artf'] [Required][source]
requirements: tp.ClassVar[tuple[str, ...]] = ()[source]
type: tp.ClassVar[str] = 'Artifact'[source]