squirrel vs BIDS
Understanding the differences between package formats
BIDS and squirrel are both file formats designed to store neuroimaging data. They are similar, but different in implementation. If you are familiar with BIDS, squirrel will be easy to understand.
squirrel vs BIDS objects
squirrel | BIDS | Notes |
---|---|---|
subject |
| The subject object. BIDS sub-* directories contain the ID. squirrel objects are identified by the ID. |
study |
| Session/imaging study object. |
series |
| Mapping series within BIDS can be tricky. There is limited mapping between squirrel and BIDS for this object. |
analysis |
| The analysis results object/directory. |
pipeline |
| Code, pipelines, scripts to perform analysis on raw data. |
experiment |
| Details on the experiment. |
root -> description |
| Details about the dataset. |
root -> changes |
| Any information about changes from to this dataset from a previous version. |
root -> readme |
| More details about the dataset. |
subject -> demographics |
| Details about subject demographics. |
Last updated