From 8becface41f95211260f863b4c6877742ec598a1 Mon Sep 17 00:00:00 2001 From: Vadim Melnik Date: Mon, 16 Dec 2024 18:07:37 +0200 Subject: [PATCH] Fixed codespell issues, #124. --- .codespell-ignore | 1 + .codespellrc | 3 ++- README.md | 2 +- docs/reproflow_abstract_ohbm2024.md | 4 ++-- tools/audio-codes-notes.md | 2 +- tools/audio-codes.py | 2 +- tools/soundcode.py | 2 +- 7 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 .codespell-ignore diff --git a/.codespell-ignore b/.codespell-ignore new file mode 100644 index 00000000..49746896 --- /dev/null +++ b/.codespell-ignore @@ -0,0 +1 @@ +acend \ No newline at end of file diff --git a/.codespellrc b/.codespellrc index 25c9ebd6..fdb10ec4 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,2 +1,3 @@ [codespell] -skip = build,cmake-build-debug +ignore-words = .codespell-ignore +skip = venv,reprostim-capture,build,cmake-build-debug diff --git a/README.md b/README.md index 7c9aa210..2a20b924 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The A/V out connections from SC can be any standard as long as you have the appropriate adapters, dongles, etc. However, if your Video out does not support embedded audio (e.g. VGA), then you will need a separate audio out set of splitters and cables. The Magewell device has standard audio ports to -accomodate this eventuality. +accommodate this eventuality. Note: Missing from Schematics A and B, is any connection back to SC that records subject response information. That's because ReproStim is not diff --git a/docs/reproflow_abstract_ohbm2024.md b/docs/reproflow_abstract_ohbm2024.md index 9d73c72e..0c00c4fa 100644 --- a/docs/reproflow_abstract_ohbm2024.md +++ b/docs/reproflow_abstract_ohbm2024.md @@ -22,7 +22,7 @@ We have developed a number of Free and Open Source Software (FOSS) solutions, an The ReproFlow environment consists of 8 core tools developed by the ReproNim project. HeuDiConv provides configurable MRI conversion from DICOM to a desired layout. ReproIn provides configuration for HeuDiConv via an extensive heuristic syntax, as well as a user assistance utility. -ReproEvents provides audio and video capture capabilites to integrate complex stimuli with MRI data. +ReproEvents provides audio and video capture capabilities to integrate complex stimuli with MRI data. ReproStim provides support for capturing behavioral events from participants. Con/noisseur captures and performs QA on operator input at the scanner console. ReproMon complements the QA capabilities by providing support for online operator feedback and alerts in case of incidents or anomalous metadata input. @@ -41,4 +41,4 @@ ReproEvents, ReproMon, and Con/noisseur are currently in early deployment and pr We argue based on our results that data integration remains a non-trivial matter for multi-modal set-ups and that significant improvements in automation and transparency are necessary to ensure data reliability. In particular, general-purpose open-source tools are needed in order to ensure sustainability of acquisition frameworks over time, and to ensure relevant know-how is shared across centers. -We propose ReproFlow as a solution for these requirements and encourage re-use of this environment. +We propose ReproFlow as a solution for these requirements and encourage reuse of this environment. diff --git a/tools/audio-codes-notes.md b/tools/audio-codes-notes.md index 9bac0bec..f5f951cb 100644 --- a/tools/audio-codes-notes.md +++ b/tools/audio-codes-notes.md @@ -101,7 +101,7 @@ sudo apt install python3.10 sudo apt install python3.10-venv ``` -After this `python3.10` failed to create `venv` so used following commans to create it: +After this `python3.10` failed to create `venv` so used following commands to create it: ``` python3.10 -m venv --without-pip venv diff --git a/tools/audio-codes.py b/tools/audio-codes.py index bab5a87e..374cbc92 100644 --- a/tools/audio-codes.py +++ b/tools/audio-codes.py @@ -114,7 +114,7 @@ def list_audio_devices(): logger.debug("[psychopy.backend_ptb]") # TODO: investigate why only single out device listed from - # USB capture but defult one is not shown + # USB capture but default one is not shown # logger.debug(sound.backend_ptb.getDevices()) diff --git a/tools/soundcode.py b/tools/soundcode.py index e601639a..97a9229b 100644 --- a/tools/soundcode.py +++ b/tools/soundcode.py @@ -494,7 +494,7 @@ def list_audio_devices(): logger.debug("[psychopy.backend_ptb]") # TODO: investigate why only single out device listed from - # USB capture but defult one is not shown + # USB capture but default one is not shown # logger.debug(sound.backend_ptb.getDevices())