API DocumentationΒΆ
BIDSTree (bidshandler.bidstree):
BIDSTree(fpath[, initialize]) |
Highest BIDS archive level containing all the various projects |
Project (bidshandler.project):
Project(id_, bids_tree[, initialize]) |
Project-level object |
Subject (bidshandler.subject):
Subject(id_, project[, initialize]) |
Subject-level object. |
Session (bidshandler.session):
Session(id_, subject[, initialize, no_folder]) |
Session-level object. |
Scan (bidshandler.scan):
Scan(fpath, session, **scan_params) |
Scan-level object |
QueryMixin (bidshandler.querymixin):
QueryMixin |
Provides query functionality to the various BIDS classes |
QueryList (bidshandler.querylist):
QueryList(*iterable) |
List wrapper class to allow the list of return objects from a query to itself be queried. |