dispel.providers.generic.tasks.ft.const module#

A utils module for the finger tapping assessment.

class dispel.providers.generic.tasks.ft.const.AllHandsModalities[source]#

Bases: AVEnum

Combine DA and Konectom level modalities.

DOMINANT_HAND = 3#
LEFT_HAND = 2#
NON_DOMINANT_HAND = 4#
RIGHT_HAND = 1#
dispel.providers.generic.tasks.ft.const.ENRICHED_TOUCH_ATTRIBUTES = ['tap_duration', 'location']#

Enriched touch attributes calculated from the base touch attributes

dispel.providers.generic.tasks.ft.const.MAX_TAPPING_INTERVAL = 5#

Flags threshold

dispel.providers.generic.tasks.ft.const.TOUCH_ATTRIBUTES = ['begin', 'end', 'duration', 'first_position']#

The attributes of the class processing.generic.touch.Touch to be extracted

class dispel.providers.generic.tasks.ft.const.TappingTarget[source]#

Bases: AVEnum

Enumerated constant representing the finger tapping events.

LEFT = 1#
OUTSIDE = 3#
RIGHT = 2#