Skip to main content

fake bids dataset generator

Project description

FIDS

Is to the Brain imaging data structure (BIDS) what the facon is to bacon.

Install

pip install .

Usage

from pathfile import Path
from fids.fids import create_fake_bids_dataset

subjects = ["foo", 2, "01"]
sessions = [1, "mri"]
datatypes = ["anat", "func"]

create_fake_bids_dataset(
    output_dir=Path.cwd() / "sourcedata" / "fids",
    dataset_type="raw",
    subjects=subjects,
    sessions=sessions,
    datatypes=datatypes,
    tasks=["rest"],
)

Similar projects

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fids-0.1.0.tar.gz (22.8 kB view hashes)

Uploaded Source

Built Distribution

fids-0.1.0-py3-none-any.whl (19.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page