Rigbox icon indicating copy to clipboard operation
Rigbox copied to clipboard

A MATLAB toolbox for running behavioral neuroscience experiments and managing data

Results 104 Rigbox issues
Sort by recently updated
recently updated
newest added

Currently, MC draws its parameter list from the parameters file, not from the expDef. If you try to run an experiment with a params file that's missing a param, mc...

bug
enhancement
priority: low

Hi, Thanks for providing this excellent package. I am setting up Rigbox in 32 bit windows 7 system. The mex file provided in audstream folder of Signals are for 64...

enhancement
wontfix

https://github.com/cortex-lab/Rigbox/blob/cb6f91e6bdc6416d7bb53a118d3aacea338336a8/doc/setup/Alyx_config.m#L5-L10 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in cb6f91e6bdc6416d7bb53a118d3aacea338336a8 when #131 was merged. cc @cortex-lab.

enhancement
alyx
priority: low
easy
todo :spiral_notepad:

Currently causes warnings due to unknown time value. We should make sure users can comfortably viewing experiments that are already running without loss of information.

bug
enhancement

After some errors MATLAB doesn't call the onCleanup function in srv.expServer, resulting in the Java Web socket remaining open. When expServer is restarted the following silent message appears in the...

bug
help wanted

Pressing a key could run a series of tests pre-experiment, e.g. display a stimulus, test inputs and output some audio through each speaker. This may be difficult to implement as...

enhancement
priority: low

The function [repelems](https://github.com/cortex-lab/Rigbox/blob/master/cb-tools/burgbox/repelems.m) currently outputs unexpected values for matrices and when the size of the second input doesn't match the first. It seems it was designed for use by exp.Parameters/toConditionServer...

enhancement
priority: low
easy

rather than this sill ".par" file. (my fault)

enhancement
help wanted
priority: low

I think we need to move away from the "daqController.command([0 0 x])" system. It's inflexible and non-intuitive. I suggest leaving that function as it is but introducing a new one...

enhancement
help wanted

Currently we have a load of submodules in Rigbox, however they are gradually becoming more and more dependent of Rigbox functions. We should be careful to ensure that these submodules...

help wanted
question