Coder Social home page Coder Social logo

mmyros / dynclamp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from danielelinaro/lcg

0.0 0.0 0.0 6.12 MB

Dynamic clamp toolbox

License: GNU General Public License v3.0

Makefile 0.37% C++ 49.60% C 6.09% M4 0.31% Shell 0.31% MATLAB 0.70% Python 42.62%

dynclamp's Introduction

LCG

LCG is a suite of command-line programs to perform electrophysiological experiments.

Installation

Detailed instructions about the installation of LCG can be found here.

In a nutshell, if you have a system with at least Comedi, you can install LCG by typing the following commands:

autoreconf -i
./configure --prefix=$HOME/local
make
make install

We strongly recommend to install LCG in a local directory (for example in the user's home directory) instead of system-wide.

An additional option that you may want to pass to configure is --with-output-reset, which instructs the program to always reset the output of the DAQ card to zero whenever the program terminates.

Additional Python scripts can be installed by typing:

cd python
python setup.py build
python setyp.py install --prefix=$HOME/local

LCG also requires some environment variables, which can be set following the instructions this page.

Usage

LCG consists of a main executable, called lcg, which takes as arguments commands and related options.

A list of available commands can be obtained by typing

lcg help

To display information about each command, type:

lcg help command
lcg command -h

Documentation

The GitHub Pages website of LCG can be found here. It contains detailed installation instruction as well as a link to the LCG manual. The latest version of the manual can be obtained by checking out the manual branch and compiling the LaTeX source:

git checkout manual
pdflatex manual.tex
pdflatex manual.tex
bibtex manual
pdflatex manual.tex

Version

0.9

License

GPL

Authors

Daniele Linaro - [email protected]
Joao Couto - [email protected]

dynclamp's People

Contributors

danielelinaro avatar jcouto avatar roccoplz avatar

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.