LNCD

Table of Contents

  • LNCD Home
  • Administration
  • Notebooks
  • Journal Club Presentations
  • Publications
  • Current Projects
  • Completed Projects
  • Current Grants
  • Datasets by Project
  • Brain ROIs and Measures
  • ️Tools And Methods
  • Big Data
  • RA Homepage
  • Recent Changes
  • Maintenance
  • Site Map
  • Random Page
LNCD
Docs » BIDS

BIDS

The Brain Imaging Data Structure is a specification for how to organize and name imaging files. The homepage is https://bids-specification.readthedocs.io/. The entities table is a dense and complete description of the information contained in BIDS.

Files are organized with names that have _ separated key-value pairs within “data type” directories (eg. anat) and end with a “modality suffix” label (e.g. T1w).

 sub-ABC/ses-1/anat/sub-ABC_ses-1_T1w.nii.gz
 

An interactive name builder for the upstream ReproIn standard, https://npacore.github.io/reproin-namer/, many be useful.

BIDS organization is a prerequisite for many tools, including fmriprep, qsiprep, freesurfer bids, bids2nda. See https://bids-apps.neuroimaging.io/

Previous Next