Coder Social home page Coder Social logo

cerestimwrapper's Introduction

CereStim SWIG Wrapper

This contains a SWIG wrapper for Blackrock Microsystems CereStim API.

Downloads

Head to the releases page to see if there is a release for you.

Build

If there isn't a pre-made release for you, you can build it yourself. Blackrock only provides binaries for Windows x64 and Windows x86, so you can only target those platforms.

Prerequisites

Build & Install

  1. Open this directory in command prompt. (probably x64 Native Tools Command Prompt for VS 2019)
  2. Make sure swig.exe is on your PATH.
    • via system environment variables
    • via command prompt, e.g: set PATH=%PATH%;%HOMEDRIVE%\%HOMEPATH%\Downloads\swigwin-4.2.1\swigwin-4.2.1
  3. May need to set PYTHON_INCLUDE and PYTHON_LIB
  4. swig -c++ -python -I"CereStim-API/Binaries/" cerestim/cerestim.i
  5. Switch to your Anaconda Prompt, activate an appropriate environment, and cd to this directory.
  6. pip install . or pip wheel . to build only the wheel.

Usage

The compiled module can be imported directly. Read the Blackrock-provided documentation for more information on the API

import cerestim

You can also find a package that uses this wrapper at https://github.com/CerebusOSS/CereStimDBS

cerestimwrapper's People

Contributors

cboulay avatar

Stargazers

Luka Zivkovic avatar Jeff Weiss avatar Chenyang Li avatar

Watchers

James Cloos avatar Dave L avatar  avatar Liz Hassan avatar

Forkers

eegkit

cerestimwrapper's Issues

Inquiry about state of this project

Hi @cboulay, I am just wondering if this project is in a working state and if it's something your lab is actively using?

I am currently working on my own python bindings for the cerestim using pybind11, but I just found this repo which looks like it may achieve the same purpose.

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.