Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nipreps/fmripost-aroma
Run ICA-AROMA on fMRIPrep derivatives
https://github.com/nipreps/fmripost-aroma
Last synced: 1 day ago
JSON representation
Run ICA-AROMA on fMRIPrep derivatives
- Host: GitHub
- URL: https://github.com/nipreps/fmripost-aroma
- Owner: nipreps
- License: apache-2.0
- Created: 2023-04-11T15:50:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:10:39.000Z (20 days ago)
- Last Synced: 2024-10-25T17:29:56.608Z (19 days ago)
- Language: Python
- Homepage: https://fmripost-aroma.readthedocs.io/
- Size: 383 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# fmripost-aroma
[![Docker Image](https://img.shields.io/badge/docker-nipreps/fmripost--aroma-brightgreen.svg?logo=docker&style=flat)](https://hub.docker.com/r/nipreps/fmripost-aroma/tags/)
[![PyPI - Version](https://img.shields.io/pypi/v/fmripost-aroma.svg)](https://pypi.org/project/fmripost-aroma)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fmripost-aroma.svg)](https://pypi.org/project/fmripost-aroma)fMRIPost-AROMA is a BIDS App for running ICA-AROMA on a preprocessed
fMRI dataset.
It is intended to replace the built-in workflow in fMRIPrep 23.0 and earlier,
but accepts any BIDS derivatives dataset where BOLD images have been resampled
to MNI152NLin6Asym at 2 mm3 resolution.-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)## Installation
```console
docker pull nipreps/fmripost-aroma:main
```## License
`fmripost-aroma` is distributed under the terms of the [Apache 2](https://spdx.org/licenses/Apache-2.0.html) license.