Giter VIP home page Giter VIP logo

att's Introduction

ATT (Atlas Toolbox)

Atlas Toolbox ATT is developed to construct brain activity atlas, collect and quantify multimodal characteristics of brain areas.

Installation and setup

You can download this toolbox from the github page. Then you need to configure environment variable in your system. If you're using a linux system, please install it under below step:

  1. Click Clone or download, select Download ZIP from the github page https://github.com/helloTC/ATT.
  2. Unzip your downloaded toolbox to one folder (with the directory as <your_directory>).
  3. Configure the environment variable using .bashrc, do as:
$ gedit ~/.bashrc

In .bashrc, edit it and add:

export PYTHONPATH=$PYTHONPATH:<your_directory>

Exit .bashrc, in your teminal, execute:

$ source ~/.bashrc

Now you have installed this toolbox in your python environment.

Usage

In your python environment, if you'd like to call functions in this toolbox, you can import it as other packages:

>>> from ATT.algorithms import tools
>>> tools.pearsonr?
>>> tools.pearsonr(A, B)

How to get involved

I'm thrilled to welcome new contributors! If you have good ideas on the framework or some specific functions, please contact with me: [email protected]

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.