All Projects → cosanlab → nltools

cosanlab / nltools

Licence: MIT License
Python toolbox for analyzing imaging data

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to nltools

generateDF
生成目录结构及文件
Stars: ✭ 15 (-84.04%)
Mutual labels:  toolbox
AwesomeToolbox
UI toolbox component for Unity
Stars: ✭ 27 (-71.28%)
Mutual labels:  toolbox
template
A Vapor template for convenient and fast scaffolding 🏎
Stars: ✭ 33 (-64.89%)
Mutual labels:  toolbox
docker-data-science-toolbox
Data Science Command Line Toolbox in a docker container
Stars: ✭ 28 (-70.21%)
Mutual labels:  toolbox
vietnamese-ocr-toolbox
A toolbox for Vietnamese Optical Character Recognition.
Stars: ✭ 26 (-72.34%)
Mutual labels:  toolbox
signalo
A DSP toolbox with focus on embedded environments written in Rust.
Stars: ✭ 71 (-24.47%)
Mutual labels:  toolbox
macro-maker
A TERA Toolbox module to help you make macros for any class, using only AHK with no other dependency.
Stars: ✭ 16 (-82.98%)
Mutual labels:  toolbox
Saliency-Evaluation-Toolbox
This Toolbox contains E-measure, S-measure, weighted F & F-measure, MAE and PR curves or bar metrics for salient object detection.
Stars: ✭ 78 (-17.02%)
Mutual labels:  toolbox
open-robotics
开源机器人学(Open Robotics)是一个帮助机器人学习者入门的开源项目。
Stars: ✭ 90 (-4.26%)
Mutual labels:  toolbox
Q-server
Q server
Stars: ✭ 37 (-60.64%)
Mutual labels:  toolbox
bispy
BiSPy : a python framework for signal processing of bivariate signals
Stars: ✭ 19 (-79.79%)
Mutual labels:  python-toolbox
TDNetGen
A MATLAB toolbox to generate large-scale combined Transmission and Distribution networks
Stars: ✭ 30 (-68.09%)
Mutual labels:  toolbox
GA-Toolbox
Genetic Algorithms Toolbox
Stars: ✭ 41 (-56.38%)
Mutual labels:  toolbox
featool-multiphysics
FEATool - "Physics Simulation Made Easy" (Fully Integrated FEA, FEniCS, OpenFOAM, SU2 Solver GUI & Multi-Physics Simulation Platform)
Stars: ✭ 190 (+102.13%)
Mutual labels:  toolbox
MGT-python
Musical Gestures Toolbox for Python
Stars: ✭ 25 (-73.4%)
Mutual labels:  toolbox
stagin
STAGIN: Spatio-Temporal Attention Graph Isomorphism Network
Stars: ✭ 34 (-63.83%)
Mutual labels:  fmri
trends.earth
trends.earth - measure land change
Stars: ✭ 69 (-26.6%)
Mutual labels:  toolbox
visualqc
VisualQC : assistive tool to ease the quality control workflow of neuroimaging data.
Stars: ✭ 56 (-40.43%)
Mutual labels:  fmri
wsa-toolbox
A Windows 11 application to easily install and use the Windows Subsystem For Android™ package on your computer.
Stars: ✭ 438 (+365.96%)
Mutual labels:  toolbox
fmriflows
fmriflows is a consortium of many (dependent) fMRI analysis pipelines, including anatomical and functional pre-processing, univariate 1st and 2nd-level analysis, as well as multivariate pattern analysis.
Stars: ✭ 40 (-57.45%)
Mutual labels:  fmri

Package versioning (Auto-On-Push/PR) Formatting, Tests, and Coverage codecov Codacy Badge DOI Python Versions Platforms

NLTools

Python toolbox for analyzing neuroimaging data. It is particularly useful for conducting multivariate analyses. It is originally based on Tor Wager's object oriented matlab canlab core tools and relies heavily on nilearn and scikit learn. Nltools is only compatible with Python 3.7+.

Documentation

Documentation and tutorials are available at https://nltools.org

Installation

  1. Method 1 (stable)

    pip install nltools
    
  2. Method 2 (bleeding edge)

    pip install git+https://github.com/cosanlab/nltools
    
  3. Method 3 (for development)

    git clone https://github.com/cosanlab/nltools
    pip install -e nltools
    

Preprocessing

Nltools has minimal routines for pre-processing data. For more complete pre-processing pipelines please see our cosanlab_preproc library built with nipype.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].