Skip to content

Commit

Permalink
Fixed codespell issues, #124.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdocua committed Dec 16, 2024
1 parent 94cce30 commit 8becfac
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .codespell-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
acend
3 changes: 2 additions & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[codespell]
skip = build,cmake-build-debug
ignore-words = .codespell-ignore
skip = venv,reprostim-capture,build,cmake-build-debug
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/reproflow_abstract_ohbm2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
2 changes: 1 addition & 1 deletion tools/audio-codes-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/audio-codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())


Expand Down
2 changes: 1 addition & 1 deletion tools/soundcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())


Expand Down

0 comments on commit 8becfac

Please sign in to comment.