Coder Social home page Coder Social logo

sanworks / bpod Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 18.0 30.33 MB

Open source rodent behavior measurement and control

Home Page: https://sanworks.io/index.php

License: GNU General Public License v3.0

MATLAB 18.42% Eagle 59.78% Arduino 6.36% C++ 11.39% Processing 0.07% C 3.63% M 0.05% Mercury 0.01% Makefile 0.31%

bpod's People

Contributors

jsneurodev avatar sanworks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bpod's Issues

Move example matrices to documentation

it seems that the ExampleMatrices should be in docs and not in the Functions folder. Because it is in the functions folder those matrices end up on the path. Seems like it is unintended.

Trinomial Polyfit very dangerous

Using a trinomial fit can result in very bad interpolation.
badcal

I recommend using linear interpolation and warning about volumes that are out of the linear range.

Sound Calibration

Hi,
I want to know how to do the water calibration, Can you explain the method? since the readme file is too short for me. or you can provide the reference paper.

Thank you

Cannot 'stay in' poke using override

Using the bpod GUI users can create 'virtual' pokes. But I cannot emulate staying in a poke. The poke always immediately toggles back to un-poked. I would suggest that those buttons should act as toggle buttons (so that poking in and then poking out requires two clicks).

USB autodetection on Windows 10

Yes, I yielded to MS insistence and accepted the upgrade to Win10, and found out Bpod-code no longer finds Bpod-serial device.
Specifically, the following happens in function FindArduinoPorts.m:

[Status RawString] = system('wmic, path Win32_SerialPort Where "Caption LIKE ''%Arduino%''" Get DeviceID')
RawString = 'No Instance(s) Available.'

Everything runs fine if I pass the port name as an argument to Bpod (e.g. Bpod('COM3')).

Move CAD to another repo

The CAD folder is only required for building boxes/PCBs not running Bpod. I would recommend moving that to another repo to save disk and download time.

Move protocols to a submodule

In line with the issues raised by Jeff, I'd additionally suggest that Protocols be moved to a submodule, allowing it to be independently version-controlled.

Support Forums

Please post any feedback in our support forums. We like to keep the discussion in one place, so everyone can see it. Thank you kindly!!

Use of `run` in LaunchManager

What is the advantage of using run(ProtocolPath) vs. addpath(Protocolparentfolder); eval(ProtocolName)?

I understand that run effectively switches to the ProtocolPath, which gives the side-effect of having other files in that folder on the path, but that seems a bit weak, since if other calls switch directories those other files will no longer be on the path.

Seems safer to me to addpath before running the protocol and then rmpath at the end to avoid name conflicts.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.