some question about Python script

About the GUI application to design signal processing pipelines
Post Reply
dennis
Posts: 14
Joined: Sun Mar 30, 2014 8:42 am

some question about Python script

Post by dennis »

Hi, I have read the tutorials about the Python script box ,but I have one question:how to set the type of output into 'stimulation'.Because there are only 'spectrum' ,'streamed matrix'
and 'signal' in the modify outputs type. If i want to set input/output as type of 'stimulation',what can i do? Thank you fo your help!

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: some question about Python script

Post by jtlindgren »

Hi,

this looks like a bug we've introduced in 1.0. Its been fixed in the git branch 'release-1.0.0-bugfixes'. If you can get that and recompile it yourself, you're good to go. Otherwise you'll have to wait for us to release a bugfix version (could be next week).


Best,
Jussi

dennis
Posts: 14
Joined: Sun Mar 30, 2014 8:42 am

Re: some question about Python script

Post by dennis »

hi,
could you tell me how i can access the 'release-1.0.0-bugfixes'? :)

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: some question about Python script

Post by jtlindgren »

After following the instructions fetching the source code ( http://openvibe.inria.fr/repo-instructions ) , do

Code: Select all

git checkout release-1.0.0-bugfixes
Cheers,
Jussi

Post Reply