.gitignore
.pre-commit-config.yaml
.releaserc.yaml
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.md
package-lock.json
package.json
pyproject.toml
setup.cfg
.github/workflows/main.yml
dispel/__init__.py
dispel/_version.py
dispel/docutils.py
dispel/utils.py
dispel.egg-info/PKG-INFO
dispel.egg-info/SOURCES.txt
dispel.egg-info/dependency_links.txt
dispel.egg-info/requires.txt
dispel.egg-info/top_level.txt
dispel/data/__init__.py
dispel/data/collections.py
dispel/data/core.py
dispel/data/devices.py
dispel/data/epochs.py
dispel/data/flags.py
dispel/data/levels.py
dispel/data/measures.py
dispel/data/raw.py
dispel/data/validators.py
dispel/data/values.py
dispel/io/__init__.py
dispel/io/core.py
dispel/io/export.py
dispel/io/flags.py
dispel/io/raw.py
dispel/io/utils.py
dispel/processing/__init__.py
dispel/processing/assertions.py
dispel/processing/core.py
dispel/processing/data_set.py
dispel/processing/data_trace.py
dispel/processing/epochs.py
dispel/processing/extract.py
dispel/processing/flags.py
dispel/processing/level.py
dispel/processing/level_filters.py
dispel/processing/modalities.py
dispel/processing/trace.py
dispel/processing/transform.py
dispel/processing/utils.py
dispel/providers/__init__.py
dispel/providers/registry.py
dispel/providers/ads/__init__.py
dispel/providers/ads/data.py
dispel/providers/ads/io.py
dispel/providers/ads/tasks/__init__.py
dispel/providers/ads/tasks/gait.py
dispel/providers/ads/tasks/grip.py
dispel/providers/ads/tasks/passive.py
dispel/providers/ads/tasks/sbt_utt.py
dispel/providers/apdm/__init__.py
dispel/providers/apdm/data.py
dispel/providers/apdm/io.py
dispel/providers/apdm/tasks/__init__.py
dispel/providers/apdm/tasks/gait.py
dispel/providers/bdh/__init__.py
dispel/providers/bdh/data.py
dispel/providers/bdh/transform.py
dispel/providers/bdh/io/__init__.py
dispel/providers/bdh/io/core.py
dispel/providers/bdh/io/cps.py
dispel/providers/bdh/io/drawing.py
dispel/providers/bdh/io/gait.py
dispel/providers/bdh/io/msis29.py
dispel/providers/bdh/io/neuroqol.py
dispel/providers/bdh/io/pinch.py
dispel/providers/bdh/io/sbt_utt.py
dispel/providers/bdh/io/survey.py
dispel/providers/bdh/io/voice.py
dispel/providers/bdh/tasks/__init__.py
dispel/providers/bdh/tasks/alsfrs.py
dispel/providers/bdh/tasks/ft.py
dispel/providers/bdh/tasks/gait.py
dispel/providers/bdh/tasks/neuroqol.py
dispel/providers/bdh/tasks/pdq39.py
dispel/providers/bdh/tasks/sbt_utt.py
dispel/providers/bdh/tasks/voice.py
dispel/providers/bdh/tasks/typing/__init__.py
dispel/providers/bdh/tasks/typing/const.py
dispel/providers/bdh/tasks/typing/keyboard.py
dispel/providers/bdh/tasks/typing/steps.py
dispel/providers/digital_artefacts/__init__.py
dispel/providers/digital_artefacts/data.py
dispel/providers/digital_artefacts/io/__init__.py
dispel/providers/digital_artefacts/io/ft.py
dispel/providers/digital_artefacts/io/generic.py
dispel/providers/digital_artefacts/tasks/__init__.py
dispel/providers/digital_artefacts/tasks/ft.py
dispel/providers/generic/__init__.py
dispel/providers/generic/preprocessing.py
dispel/providers/generic/sensor.py
dispel/providers/generic/surveys.py
dispel/providers/generic/touch.py
dispel/providers/generic/tremor.py
dispel/providers/generic/activity/__init__.py
dispel/providers/generic/activity/orientation.py
dispel/providers/generic/activity/placement.py
dispel/providers/generic/activity/turning.py
dispel/providers/generic/flags/__init__.py
dispel/providers/generic/flags/generic.py
dispel/providers/generic/flags/le_flags.py
dispel/providers/generic/flags/ue_flags.py
dispel/providers/generic/tasks/__init__.py
dispel/providers/generic/tasks/mood.py
dispel/providers/generic/tasks/msis29.py
dispel/providers/generic/tasks/ps.py
dispel/providers/generic/tasks/cps/__init__.py
dispel/providers/generic/tasks/cps/modalities.py
dispel/providers/generic/tasks/cps/steps.py
dispel/providers/generic/tasks/cps/utils.py
dispel/providers/generic/tasks/draw/__init__.py
dispel/providers/generic/tasks/draw/intersections.py
dispel/providers/generic/tasks/draw/modalities.py
dispel/providers/generic/tasks/draw/shapes.py
dispel/providers/generic/tasks/draw/steps.py
dispel/providers/generic/tasks/draw/touch.py
dispel/providers/generic/tasks/draw/tremor.py
dispel/providers/generic/tasks/ft/__init__.py
dispel/providers/generic/tasks/ft/const.py
dispel/providers/generic/tasks/ft/flags.py
dispel/providers/generic/tasks/ft/steps.py
dispel/providers/generic/tasks/gait/__init__.py
dispel/providers/generic/tasks/gait/bout_strategy.py
dispel/providers/generic/tasks/gait/core.py
dispel/providers/generic/tasks/gait/cwt.py
dispel/providers/generic/tasks/gait/hip.py
dispel/providers/generic/tasks/gait/lee.py
dispel/providers/generic/tasks/gait/steps.py
dispel/providers/generic/tasks/pinch/__init__.py
dispel/providers/generic/tasks/pinch/attempts.py
dispel/providers/generic/tasks/pinch/modalities.py
dispel/providers/generic/tasks/pinch/steps.py
dispel/providers/generic/tasks/sbt_utt/__init__.py
dispel/providers/generic/tasks/sbt_utt/const.py
dispel/providers/generic/tasks/sbt_utt/sbt.py
dispel/providers/generic/tasks/sbt_utt/sbt_bouts.py
dispel/providers/generic/tasks/sbt_utt/sbt_func.py
dispel/providers/generic/tasks/sbt_utt/sbt_synth.py
dispel/providers/generic/tasks/sbt_utt/utt.py
dispel/providers/mobilized/__init__.py
dispel/providers/mobilized/io.py
dispel/providers/sensorlog/__init__.py
dispel/providers/sensorlog/data.py
dispel/providers/sensorlog/io.py
dispel/providers/sensorlog/processing.py
dispel/signal/__init__.py
dispel/signal/accelerometer.py
dispel/signal/core.py
dispel/signal/dtw.py
dispel/signal/filter.py
dispel/signal/geometric.py
dispel/signal/interpolators.py
dispel/signal/orientation.py
dispel/signal/sensor.py
dispel/signal/vectorial.py
dispel/sphinxext/__init__.py
dispel/sphinxext/dispel_directive.py
dispel/sphinxext/dispel_measures.py
dispel/sphinxext/templates.py
dispel/sphinxext/_templates/_measure_detail_link_list.rst
dispel/sphinxext/_templates/_measure_detail_properties.rst
dispel/sphinxext/_templates/measure_detail.rst
dispel/stats/__init__.py
dispel/stats/core.py
dispel/stats/learning.py
dispel/stats/reliability.py
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/measures.rst
docs/nitpick-exceptions
docs/usage.rst
docs/_static/.gitkeep
docs/_static/dispel-logo.png
docs/measures/cognition.rst
docs/measures/lower.rst
docs/measures/passive.rst
docs/measures/surveys.rst
docs/measures/upper.rst
docs/usage/data_model.rst
docs/usage/measure_processing.rst
docs/usage/providers.rst
docs/usage/statistical_analyses.rst
tests/__init__.py
tests/conftest.py
tests/test_docutils.py
tests/test_providers.py
tests/test_utils.py
tests/utils.py
tests/data/__init__.py
tests/data/helper.py
tests/data/test_collections.py
tests/data/test_core.py
tests/data/test_devices.py
tests/data/test_epochs.py
tests/data/test_flags.py
tests/data/test_levels.py
tests/data/test_measures.py
tests/data/test_raw.py
tests/data/test_validators.py
tests/data/test_values.py
tests/data/_resources/collection-example.csv
tests/io/__init__.py
tests/io/test_utils.py
tests/processing/__init__.py
tests/processing/helper.py
tests/processing/test_assertions.py
tests/processing/test_core.py
tests/processing/test_data_set.py
tests/processing/test_data_trace.py
tests/processing/test_extract.py
tests/processing/test_level.py
tests/processing/test_trace.py
tests/processing/test_transform.py
tests/processing/test_utils.py
tests/providers/__init__.py
tests/providers/ads/__init__.py
tests/providers/ads/conftest.py
tests/providers/ads/test_data.py
tests/providers/ads/test_io.py
tests/providers/ads/test_signal.py
tests/providers/ads/_resources/6MWT/2455.json
tests/providers/ads/_resources/6MWT/basic.json
tests/providers/ads/_resources/6MWT/duplicated_ts.json
tests/providers/ads/_resources/6MWT/inf_speed.json
tests/providers/ads/_resources/6MWT/no_gps.json
tests/providers/ads/_resources/6MWT/expected/test_gait_ads_high.json
tests/providers/ads/_resources/6MWT/expected/test_gait_ads_low.json
tests/providers/ads/_resources/CPS/example-2.json
tests/providers/ads/_resources/CPS/example.json
tests/providers/ads/_resources/CPS/new-format.json
tests/providers/ads/_resources/CPS/results-ads-example-new-format.json
tests/providers/ads/_resources/CPS/results-ads-example.json
tests/providers/ads/_resources/DRAW/drawing_orientation_invalid.json
tests/providers/ads/_resources/DRAW/example.json
tests/providers/ads/_resources/DRAW/example_not_continuous.json
tests/providers/ads/_resources/DRAW/invalid-draws.json
tests/providers/ads/_resources/DRAW/new-format.json
tests/providers/ads/_resources/DRAW/new-format_no_end_zone.json
tests/providers/ads/_resources/GRIP/example.json
tests/providers/ads/_resources/GRIP/new-format.json
tests/providers/ads/_resources/MOOD/example.json
tests/providers/ads/_resources/MOOD/multiple_answers.json
tests/providers/ads/_resources/MOOD/multiple_answers_same_question_real.json
tests/providers/ads/_resources/MOOD/multiple_answers_same_question_synthetic.json
tests/providers/ads/_resources/MOOD/new-format.json
tests/providers/ads/_resources/MSIS29/example.json
tests/providers/ads/_resources/MSIS29/multiple_answers.json
tests/providers/ads/_resources/PASSIVE/example.json
tests/providers/ads/_resources/PINCH/example-2-results.json
tests/providers/ads/_resources/PINCH/example-2.json
tests/providers/ads/_resources/PINCH/example.json
tests/providers/ads/_resources/PINCH/new-format-results.json
tests/providers/ads/_resources/PINCH/new-format.json
tests/providers/ads/_resources/SBT-UTT/5924fb84-3428-4f9a-a542-a82658851ca5.json
tests/providers/ads/_resources/SBT-UTT/5ed5-40b8-bb35-ce5975677185_2020-12-1_11-17-39.json
tests/providers/ads/_resources/SBT-UTT/6b69efb2-587b-4da8-b21f-5d40279d6369.json
tests/providers/ads/_resources/SBT-UTT/78bf620a-e7c9-41a1-94e1-91686afd97e2.json
tests/providers/ads/_resources/SBT-UTT/92cab597-1c55-4f1b-b58e-fe13beec1641.json
tests/providers/ads/_resources/SBT-UTT/_09f14fb6-82a7-4cb3-8fe9-89fffa9eee96_2020-5-4_15-3-30.json
tests/providers/ads/_resources/SBT-UTT/_203747bf-4be0-4d7a-802a-138e1e0154f1_2020-5-4_18-40-22.json
tests/providers/ads/_resources/SBT-UTT/_25f2b47b-f015-4d3f-926d-b7d44bf01bc2_2020-5-7_10-28-44.json
tests/providers/ads/_resources/SBT-UTT/_3ca56320-5344-42e7-8a43-6463de5aeaeb_2020-5-6_11-32-37.json
tests/providers/ads/_resources/SBT-UTT/_4ea7dc0b-5459-4bed-98fa-82ee0717caf6_2020-5-6_17-6-49.json
tests/providers/ads/_resources/SBT-UTT/_609d080e-6db2-4027-8fc0-a65e48409c04_2020-5-6_10-19-42.json
tests/providers/ads/_resources/SBT-UTT/_8ae6ea9b-8640-4d85-82c7-f6d58ae343e8_2020-5-5_16-16-22.json
tests/providers/ads/_resources/SBT-UTT/_8f7af74d-4034-4427-bf8c-d572fefedc76_2020-5-6_19-24-40.json
tests/providers/ads/_resources/SBT-UTT/_d8f33941-942e-4fc3-95c9-c756c162103d_2020-5-6_10-37-27.json
tests/providers/ads/_resources/SBT-UTT/_e4c10c35-8c38-4a37-8b3b-cd0760ca5941_2020-5-6_21-6-32.json
tests/providers/ads/_resources/SBT-UTT/example.json
tests/providers/ads/_resources/SBT-UTT/f07370eb-ce21-4096-8a26-6e325088ceee.json
tests/providers/ads/_resources/SBT-UTT/new-format.json
tests/providers/ads/_resources/SBT-UTT/sbt-portrait-example.json
tests/providers/ads/_resources/SBT-UTT/expected/expected_sbt_motion_fixed.json
tests/providers/ads/_resources/SBT-UTT/expected/expected_sbt_nomotion.json
tests/providers/ads/_resources/SBT-UTT/expected/expected_sbt_segment_flag.json
tests/providers/ads/_resources/SBT-UTT/expected/expected_sbt_upsampling.json
tests/providers/ads/_resources/SBT-UTT/expected/expected_sbtutt_process.json
tests/providers/ads/_resources/SBT-UTT/expected/expected_utt_process.json
tests/providers/ads/_resources/SBT-UTT/expected/expected_utt_upsample.json
tests/providers/ads/io/__init__.py
tests/providers/ads/io/export/__init__.py
tests/providers/ads/io/export/test_export.py
tests/providers/ads/tasks/__init__.py
tests/providers/ads/tasks/test_cps.py
tests/providers/ads/tasks/test_draw.py
tests/providers/ads/tasks/test_gait.py
tests/providers/ads/tasks/test_grip.py
tests/providers/ads/tasks/test_mood.py
tests/providers/ads/tasks/test_msis29.py
tests/providers/ads/tasks/test_passive.py
tests/providers/ads/tasks/test_pinch.py
tests/providers/ads/tasks/test_sbt_utt.py
tests/providers/apdm/__init__.py
tests/providers/apdm/test_io.py
tests/providers/apdm/_resources/2mwt/example.h5
tests/providers/apdm/_resources/2mwt/expected.json
tests/providers/apdm/tasks/__init__.py
tests/providers/apdm/tasks/test_gait.py
tests/providers/bdh/__init__.py
tests/providers/bdh/conftest.py
tests/providers/bdh/test_io.py
tests/providers/bdh/_resources/6MWT/bug-6mwt-index.json
tests/providers/bdh/_resources/6MWT/igni_6mwt.json
tests/providers/bdh/_resources/6MWT/uat_6mwt.json
tests/providers/bdh/_resources/6MWT/expected/test_gait_bdh_high.json
tests/providers/bdh/_resources/6MWT/expected/test_gait_bdh_low.json
tests/providers/bdh/_resources/ALSFRS/alsfrs-example.json
tests/providers/bdh/_resources/CPS/bug-cps.json
tests/providers/bdh/_resources/CPS/cps_table_type_4.json
tests/providers/bdh/_resources/CPS/cps_wrong_table_type.json
tests/providers/bdh/_resources/CPS/results-cps-reading-bug.json
tests/providers/bdh/_resources/CPS/results-cps-table-type-4.json
tests/providers/bdh/_resources/CPS/results-uat-cps.json
tests/providers/bdh/_resources/CPS/uat_cps.json
tests/providers/bdh/_resources/DRAW/bug-drawing.json
tests/providers/bdh/_resources/DRAW/bug_parsing_drawing.json
tests/providers/bdh/_resources/DRAW/drawing_bug.json
tests/providers/bdh/_resources/DRAW/drawing_orientation_invalid.json
tests/providers/bdh/_resources/DRAW/non_continuous_iphone_X.json
tests/providers/bdh/_resources/DRAW/opp_direction.json
tests/providers/bdh/_resources/DRAW/uat_drawing.json
tests/providers/bdh/_resources/DRAW/uat_drawing_one_hand.json
tests/providers/bdh/_resources/FINGERTAP/deviation_one_side_tapping.json
tests/providers/bdh/_resources/FINGERTAP/fingertap_1.json
tests/providers/bdh/_resources/FINGERTAP/fingertap_2.json
tests/providers/bdh/_resources/FINGERTAP/fingertap_uat_3.json
tests/providers/bdh/_resources/FINGERTAP/unfinished_ft.json
tests/providers/bdh/_resources/MOOD/example-mood.json
tests/providers/bdh/_resources/MSIS29/example-msis29.json
tests/providers/bdh/_resources/NEUROQOL/neuroqol_example.json
tests/providers/bdh/_resources/PDQ39/pdq39-example.json
tests/providers/bdh/_resources/PINCH/0ff8a0e4-204f-410e-8988-7d993ddb0724.json
tests/providers/bdh/_resources/PINCH/bug-pinch.json
tests/providers/bdh/_resources/PINCH/pinch_radius_lvl_index.json
tests/providers/bdh/_resources/PINCH/uat_pinch.json
tests/providers/bdh/_resources/PINCH/uat_pinch_overwrite.json
tests/providers/bdh/_resources/PINCH/uat_pinch_results.json
tests/providers/bdh/_resources/PS/ps_staging_v4.json
tests/providers/bdh/_resources/PS/slow_shaky_ps.json
tests/providers/bdh/_resources/PS/static_ps.json
tests/providers/bdh/_resources/SBT-UTT/bug-sbt_utt.json
tests/providers/bdh/_resources/SBT-UTT/igni_sbt_utt.json
tests/providers/bdh/_resources/SBT-UTT/uat_sbt_utt.json
tests/providers/bdh/_resources/SBT-UTT/expected/expected_values.json
tests/providers/bdh/_resources/TYPING/android/uat_typing_bug_ts.json
tests/providers/bdh/_resources/TYPING/iphone/typing-example-cancelled.json
tests/providers/bdh/_resources/TYPING/iphone/typing-example.json
tests/providers/bdh/_resources/TYPING/iphone/typing-example_wo_imus.json
tests/providers/bdh/_resources/TYPING/iphone/uat_typing.json
tests/providers/bdh/_resources/TYPING/iphone/uat_typing_autocomplete.json
tests/providers/bdh/_resources/VOICE/android/invalid_voice.json
tests/providers/bdh/_resources/VOICE/android/voice_redmi8_1.json
tests/providers/bdh/io/__init__.py
tests/providers/bdh/io/test_export.py
tests/providers/bdh/tasks/__init__.py
tests/providers/bdh/tasks/test_alsfrs.py
tests/providers/bdh/tasks/test_cps.py
tests/providers/bdh/tasks/test_draw.py
tests/providers/bdh/tasks/test_ft.py
tests/providers/bdh/tasks/test_gait.py
tests/providers/bdh/tasks/test_mood.py
tests/providers/bdh/tasks/test_msis29.py
tests/providers/bdh/tasks/test_neuroqol.py
tests/providers/bdh/tasks/test_pdq39.py
tests/providers/bdh/tasks/test_pinch.py
tests/providers/bdh/tasks/test_ps.py
tests/providers/bdh/tasks/test_sbt_utt.py
tests/providers/bdh/tasks/test_typing.py
tests/providers/bdh/tasks/test_voice.py
tests/providers/digital_artefacts/__init__.py
tests/providers/digital_artefacts/test_io.py
tests/providers/digital_artefacts/_resources/ft/1061240.json
tests/providers/digital_artefacts/_resources/ft/example-v2.json
tests/providers/digital_artefacts/tasks/__init__.py
tests/providers/digital_artefacts/tasks/test_ft.py
tests/providers/generic/__init__.py
tests/providers/generic/test_preprocessing.py
tests/providers/generic/test_touch.py
tests/providers/generic/activity/__init__.py
tests/providers/generic/activity/test_placement.py
tests/providers/generic/activity/test_turning.py
tests/providers/generic/flags/__init__.py
tests/providers/generic/flags/test_le_flags.py
tests/providers/generic/tasks/__init__.py
tests/providers/generic/tasks/test_mood.py
tests/providers/generic/tasks/cps/__init__.py
tests/providers/generic/tasks/cps/conftest.py
tests/providers/generic/tasks/cps/test_utils.py
tests/providers/generic/tasks/draw/__init__.py
tests/providers/generic/tasks/draw/conftest.py
tests/providers/generic/tasks/draw/test_intersections.py
tests/providers/generic/tasks/draw/test_shapes.py
tests/providers/generic/tasks/ft/__init__.py
tests/providers/generic/tasks/gait/__init__.py
tests/providers/generic/tasks/gait/test_gait.py
tests/providers/generic/tasks/gait/test_lee.py
tests/providers/sensorlog/__init__.py
tests/providers/sensorlog/test_io.py
tests/providers/sensorlog/_resources/example.json
tests/signal/__init__.py
tests/signal/test_core.py
tests/signal/test_filter.py
tests/signal/test_interpolators.py
tests/signal/test_sensor.py
tests/stats/__init__.py
tests/stats/test_core.py
tests/stats/test_learning.py
tests/stats/test_reliability.py
tests/stats/_resources/multiple-user-learning-example.csv
tests/stats/_resources/reliability-example.csv
tests/stats/_resources/single-user-learning-example.csv