We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48573e5 commit 99e952bCopy full SHA for 99e952b
README.md
@@ -48,7 +48,7 @@ plm = PLM(
48
bmp = plm.process_phase_map(phase_map)
49
50
# This process can also be broken down into individual steps:
51
-# 1. Quantize continuous phase data into buckets corresponding to avaialble mirror levels
+# 1. Quantize continuous phase data into buckets corresponding to available mirror levels
52
state_index = plm.quantize(phase_map)
53
# 2. Map state_index values to electrodes
54
bmp = plm.electrode_map(state_index)
0 commit comments