BIDMCDigitalPsychiatry / LAMP-platform

The LAMP Platform (issues and documentation).
https://docs.lamp.digital/
Other
12 stars 10 forks source link

Spatial Span Bugs #622

Open lukeoftheshire opened 2 years ago

lukeoftheshire commented 2 years ago

Spatial Span includes a type variable in static data which is currently hardcoded to always be 1. This value should not be included if it's not adding information in some way.

lukeoftheshire commented 2 years ago

Also - I'm pretty sure duration for the first trial in each new 'set' includes the time spent showing the sequence, since my durations for those trials are approximately 6 seconds on average, compared to .8 seconds for other trials.

{'duration': 5107,
    'item': 4,
    'level': 1,
    'type': True,
    'value': None},
   {'duration': 876, 'item': 7, 'level': 1, 'type': True, 'value': None},
   {'duration': 6024, 'item': 7, 'level': 2, 'type': True, 'value': None},
   {'duration': 674, 'item': 12, 'level': 2, 'type': True, 'value': None},
   {'duration': 650, 'item': 5, 'level': 2, 'type': True, 'value': None},
   {'duration': 8419, 'item': 4, 'level': 3, 'type': False, 'value': None},
   {'duration': 706, 'item': 3, 'level': 3, 'type': False, 'value': None},