Welcome!#
Hello everyone, and welcome to this ancpBIDS documentation.
ancpBIDS is a lightweight Python library to handle BIDS datasets efficiently.
Read, query and writes BIDS-compliant datasets.
Managing I/O operations within wokflows and analysis pipelines. Such as MEGqc.
Its functionality adapts and evolves to the specific BIDS schema.
Using a plugin mechanism, users can add new functionalities in a controlled and clean manner.
Learning Objectives#
Learn more about ancpBIDS.
Learn how to use ancpBIDS to query, read and write BIDS datasets.
Learn how to integrate ancpBIDS within your pipeline.
Requirements for this tutorial#
A working version of Python3.
Some familiarity with MEG or MRI data.
Some familiarity with GitHub.
I’ve got a question!#
If you have any questions or encounter issues while working with ancpBIDS, please don’t hesitate to report them on our GitHUb Issues page.
Acknowledgements#
This tutorial was made possible through the dedicated work of the Jupyter community, specifically, the Executable/Jupyter Book.