What problem does it solve?
This Skill simplifies the organization, querying, and processing of BIDS datasets, making neuroscience and biomedical data more accessible and manageable.
Core Features & Use Cases
- BIDS Organization: Structure raw neuroscience data into BIDS-compliant directory structures.
- Data Querying: Efficiently query BIDS datasets for specific files based on subject, session, task, run, or modality.
- Data Validation: Validate BIDS datasets against the BIDS specification to ensure compliance.
- DICOM Conversion: Convert DICOM data to BIDS format for consistent data representation.
- Metadata Management: Write and edit JSON sidecar metadata files for BIDS datasets.
- Derivative Creation: Create BIDS-compliant derivatives (preprocessed data, analysis outputs).
- Use Case: If you have raw EEG data and want to convert it into a BIDS-compliant format for analysis with existing BIDS tools, this Skill can guide you through the process.
Quick Start
Use the bids skill to convert a DICOM directory to BIDS format with the command: bids convert /path/to/dicom /path/to/bids_output