Page 1 of 1

Python Box - Spectrum output

Posted: Tue Jul 12, 2022 8:19 am
by Mike_qp
Hi all,

I have a quick question about python scripting box : I'd like to make a spectrum stream as an output from my python box.

Following tutorials on python box scripting (http://openvibe.inria.fr/tutorial-using ... -openvibe/) I was not able to know if it is feasible or not.
Is it possible to configure an output header like OVStreamedMatrixHeader() but with something more or less like ~ OVSpectrumHeader() ?

(I'm aware that StreamedMatrix can do the job as spectrum stream structure inherit from Streamed Matrix, but for conveniance it would help to have a spectrum structure).

I tried to find something related to my question on the forum, without success.

Thanks for your kind help,

Cheers

Re: Python Box - Spectrum output

Posted: Mon Jul 18, 2022 5:15 pm
by Thibaut
Hello,
Indeed, for the moment only the stimulations, signals and matrices are implemented and as you say the streamed matrix do the job. But you're right, we should see to add the spectrum .... It's not planned yet but I add it to the list.
Thibaut