Skip to content

Commit fb90636

Browse files
committed
Update list of nodes
1 parent 90f98d7 commit fb90636

File tree

1 file changed

+172
-8
lines changed

1 file changed

+172
-8
lines changed

README.md

Lines changed: 172 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,15 @@ Nodes that perform analysis on the data.
206206
207207
<details><summary>View Nodes</summary>
208208
209+
<details><summary>&emsp;Audio2Txt</summary>
210+
211+
- **Inputs:**
212+
- prompt: InputSlot(dtype=<DataType.STRING: 1>, trigger_process=False, data=None)
213+
- audio: ARRAY
214+
- **Outputs:**
215+
- generated_text: STRING
216+
</details>
217+
209218
<details><summary>&emsp;AudioTagging</summary>
210219
211220
- **Inputs:**
@@ -290,15 +299,16 @@ Nodes that perform analysis on the data.
290299
- **Inputs:**
291300
- data: ARRAY
292301
- **Outputs:**
293-
- MeanNN: ARRAY
302+
- Mean: ARRAY
294303
- SDNN: ARRAY
295304
- SDSD: ARRAY
296305
- RMSSD: ARRAY
297-
- pNN50: ARRAY
306+
- VLF: ARRAY
298307
- LF: ARRAY
299308
- HF: ARRAY
300309
- LF/HF: ARRAY
301-
- LZC: ARRAY
310+
- Peaks: ARRAY
311+
- Rate: ARRAY
302312
</details>
303313
304314
<details><summary>&emsp;Classifier</summary>
@@ -322,12 +332,10 @@ Nodes that perform analysis on the data.
322332
<details><summary>&emsp;Compass</summary>
323333
324334
- **Inputs:**
325-
- north: ARRAY
326-
- south: ARRAY
327-
- east: ARRAY
328-
- west: ARRAY
335+
- pole1: ARRAY
336+
- pole2: ARRAY
329337
- **Outputs:**
330-
- angle: ARRAY
338+
- angles: ARRAY
331339
</details>
332340
333341
<details><summary>&emsp;Connectivity</summary>
@@ -345,6 +353,7 @@ Nodes that perform analysis on the data.
345353
- longitude: ARRAY
346354
- **Outputs:**
347355
- coord_info: TABLE
356+
- water_situation: ARRAY
348357
</details>
349358
350359
<details><summary>&emsp;Correlation</summary>
@@ -354,6 +363,17 @@ Nodes that perform analysis on the data.
354363
- data2: ARRAY
355364
- **Outputs:**
356365
- pearson: ARRAY
366+
- pval: ARRAY
367+
</details>
368+
369+
<details><summary>&emsp;DimensionalityReduction</summary>
370+
371+
- **Inputs:**
372+
- data: ARRAY
373+
- new_data: ARRAY
374+
- **Outputs:**
375+
- transformed: ARRAY
376+
- new_components: ARRAY
357377
</details>
358378
359379
<details><summary>&emsp;DissonanceCurve</summary>
@@ -367,6 +387,14 @@ Nodes that perform analysis on the data.
367387
- avg_dissonance: ARRAY
368388
</details>
369389
390+
<details><summary>&emsp;EEGEmbedding</summary>
391+
392+
- **Inputs:**
393+
- eeg: ARRAY
394+
- **Outputs:**
395+
- embeddings: ARRAY
396+
</details>
397+
370398
<details><summary>&emsp;EigenDecomposition</summary>
371399
372400
- **Inputs:**
@@ -376,6 +404,16 @@ Nodes that perform analysis on the data.
376404
- eigenvectors: ARRAY
377405
</details>
378406
407+
<details><summary>&emsp;Embedding</summary>
408+
409+
- **Inputs:**
410+
- text: STRING
411+
- data: ARRAY
412+
- **Outputs:**
413+
- text_embeddings: ARRAY
414+
- data_embeddings: ARRAY
415+
</details>
416+
379417
<details><summary>&emsp;ERP</summary>
380418
381419
- **Inputs:**
@@ -487,6 +525,14 @@ Nodes that perform analysis on the data.
487525
- data: ARRAY
488526
</details>
489527
528+
<details><summary>&emsp;ReveEEG</summary>
529+
530+
- **Inputs:**
531+
- eeg: ARRAY
532+
- **Outputs:**
533+
- embedding: ARRAY
534+
</details>
535+
490536
<details><summary>&emsp;SpectroMorphology</summary>
491537
492538
- **Inputs:**
@@ -562,6 +608,17 @@ Nodes that perform analysis on the data.
562608
- burst_score: ARRAY
563609
</details>
564610
611+
<details><summary>&emsp;Walker</summary>
612+
613+
- **Inputs:**
614+
- angle: ARRAY
615+
- velocity: ARRAY
616+
- water: ARRAY
617+
- **Outputs:**
618+
- latitude: ARRAY
619+
- longitude: ARRAY
620+
</details>
621+
565622
</details>
566623
567624
## Array
@@ -673,6 +730,13 @@ Nodes that provide data to the pipeline.
673730
- out: STRING
674731
</details>
675732
733+
<details><summary>&emsp;ConstantTable</summary>
734+
735+
- **Inputs:**
736+
- **Outputs:**
737+
- table: TABLE
738+
</details>
739+
676740
<details><summary>&emsp;EEGRecording</summary>
677741
678742
- **Inputs:**
@@ -731,6 +795,7 @@ Nodes that provide data to the pipeline.
731795
- **Inputs:**
732796
- **Outputs:**
733797
- data_output: ARRAY
798+
- string_output: STRING
734799
</details>
735800
736801
<details><summary>&emsp;LSLClient</summary>
@@ -765,6 +830,13 @@ Nodes that provide data to the pipeline.
765830
- out: STRING
766831
</details>
767832
833+
<details><summary>&emsp;RandomArray</summary>
834+
835+
- **Inputs:**
836+
- **Outputs:**
837+
- random_array: ARRAY
838+
</details>
839+
768840
<details><summary>&emsp;Reservoir</summary>
769841
770842
- **Inputs:**
@@ -780,13 +852,32 @@ Nodes that provide data to the pipeline.
780852
- out: ARRAY
781853
</details>
782854
855+
<details><summary>&emsp;SimulatedEEG</summary>
856+
857+
- **Inputs:**
858+
- exponents: ARRAY
859+
- peaks: ARRAY
860+
- variances: ARRAY
861+
- peak_amplitudes: ARRAY
862+
- **Outputs:**
863+
- eeg_signal: ARRAY
864+
</details>
865+
783866
<details><summary>&emsp;Sine</summary>
784867
785868
- **Inputs:**
786869
- **Outputs:**
787870
- out: ARRAY
788871
</details>
789872
873+
<details><summary>&emsp;SpikingNetwork</summary>
874+
875+
- **Inputs:**
876+
- input: ARRAY
877+
- **Outputs:**
878+
- potentials: ARRAY
879+
</details>
880+
790881
<details><summary>&emsp;Table</summary>
791882
792883
- **Inputs:**
@@ -804,6 +895,15 @@ Nodes that provide data to the pipeline.
804895
- generated_text: STRING
805896
</details>
806897
898+
<details><summary>&emsp;VectorDB</summary>
899+
900+
- **Inputs:**
901+
- input_vector: ARRAY
902+
- **Outputs:**
903+
- top_labels: TABLE
904+
- vectors: ARRAY
905+
</details>
906+
807907
<details><summary>&emsp;VideoStream</summary>
808908
809909
- **Inputs:**
@@ -888,6 +988,15 @@ Miscellaneous nodes that do not fit into other categories.
888988
- output: STRING
889989
</details>
890990
991+
<details><summary>&emsp;LatentRotator</summary>
992+
993+
- **Inputs:**
994+
- latent_vector: ARRAY
995+
- angles: ARRAY
996+
- **Outputs:**
997+
- rotated_vector: ARRAY
998+
</details>
999+
8911000
<details><summary>&emsp;RGBtoHSV</summary>
8921001
8931002
- **Inputs:**
@@ -913,6 +1022,29 @@ Miscellaneous nodes that do not fit into other categories.
9131022
- out: STRING
9141023
</details>
9151024
1025+
<details><summary>&emsp;StringToTable</summary>
1026+
1027+
- **Inputs:**
1028+
- text: STRING
1029+
- **Outputs:**
1030+
- table: TABLE
1031+
</details>
1032+
1033+
<details><summary>&emsp;Switch</summary>
1034+
1035+
- **Inputs:**
1036+
- selector: ARRAY
1037+
- array1: ARRAY
1038+
- array2: ARRAY
1039+
- array3: ARRAY
1040+
- string1: STRING
1041+
- string2: STRING
1042+
- string3: STRING
1043+
- **Outputs:**
1044+
- array_out: ARRAY
1045+
- string_out: STRING
1046+
</details>
1047+
9161048
<details><summary>&emsp;TableSelectArray</summary>
9171049
9181050
- **Inputs:**
@@ -929,6 +1061,14 @@ Miscellaneous nodes that do not fit into other categories.
9291061
- output_string: STRING
9301062
</details>
9311063
1064+
<details><summary>&emsp;TableToString</summary>
1065+
1066+
- **Inputs:**
1067+
- table: TABLE
1068+
- **Outputs:**
1069+
- text: STRING
1070+
</details>
1071+
9321072
</details>
9331073
9341074
## Outputs
@@ -1018,6 +1158,14 @@ Nodes implementing signal processing operations.
10181158
- out: ARRAY
10191159
</details>
10201160
1161+
<details><summary>&emsp;BufferString</summary>
1162+
1163+
- **Inputs:**
1164+
- val: STRING
1165+
- **Outputs:**
1166+
- out: STRING
1167+
</details>
1168+
10211169
<details><summary>&emsp;Cycle</summary>
10221170
10231171
- **Inputs:**
@@ -1026,6 +1174,14 @@ Nodes implementing signal processing operations.
10261174
- cycle: ARRAY
10271175
</details>
10281176
1177+
<details><summary>&emsp;EEGHeadsetDetection</summary>
1178+
1179+
- **Inputs:**
1180+
- eeg_data: ARRAY
1181+
- **Outputs:**
1182+
- headset_status: ARRAY
1183+
</details>
1184+
10291185
<details><summary>&emsp;EMD</summary>
10301186
10311187
- **Inputs:**
@@ -1089,6 +1245,14 @@ Nodes implementing signal processing operations.
10891245
- reconstructed: ARRAY
10901246
</details>
10911247
1248+
<details><summary>&emsp;Normalization</summary>
1249+
1250+
- **Inputs:**
1251+
- data: ARRAY
1252+
- **Outputs:**
1253+
- normalized: ARRAY
1254+
</details>
1255+
10921256
<details><summary>&emsp;PSD</summary>
10931257
10941258
- **Inputs:**

0 commit comments

Comments
 (0)