Code Monkey home page Code Monkey logo

cbtb's Introduction

cbtb

Collective behaviour and bio-hybrid results analysis

  • A python package that includes:

    • Analysis of experimental results
    • Includes loaders for experimental results generated with assisipy_utils exec tools
    • Also includes loader for the built-in assisipy.casu logfile
    • code to compute indices including:
      • collective decision index
      • volatility index
  • v0.6

  • author: [email protected]

How do I get set up?

  • Install with pip

    $ pip install --user --upgrade cbtb-0.6.tar.gz

  • Install editable with pip

    $ git clone <repo.git> <the_path> $ cd !$ $ pip install --editable .

  • Dependencies: numpy, scipy, yaml

  • For info_theory/libinfo, JIDT must be installed (the infodynamics.jar is needed). See guide [https://github.com/jlizier/jidt/wiki/Installation]. jpype is also needed (e.g. sudo apt-get install python-jpype)

    (pip doesn't well handle the fact that ubuntu's apt has installed python-numpy -- if that is how obtained... so these are not declared in the setup.py)

cbtb's People

Contributors

rmm-fcul avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

cbtb's Issues

logfiles with no airflow records give IndexError

/cbtb/cbtb/logs/process_logs.pyc in read_air_data(cname, pth, droptail)
111
112 if droptail:
--> 113 air_lines.pop()
114 return air_lines
115

IndexError: pop from empty list

The droptail branch should also test whether the list is non-empty.
This fix needs to be applied for all field types

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.