Skip to content

Commit 561c131

Browse files
committed
Bump FOC-stim to version 0.5 (expand frequency range to 2000hz)
1 parent 1da78b7 commit 561c131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qt_ui/output_widgets/focstim_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
teleplotAddr = ("127.0.0.1", 47269)
1818

19-
FOCSTIM_VERSION_STRING = '0.4'
19+
FOCSTIM_VERSION_STRING = '0.5'
2020

2121

2222
@dataclass

stim_math/audio_gen/focstim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from stim_math.axis import AbstractMediaSync
99

1010
FOC_MIN_FREQUENCY = 500
11-
FOC_MAX_FREQUENCY = 1500
11+
FOC_MAX_FREQUENCY = 2000
1212

1313

1414
class FOCStimAlgorithm(RemoteGenerationAlgorithm):

0 commit comments

Comments
 (0)