Update README.md
Browse files
README.md
CHANGED
|
@@ -73,7 +73,7 @@ Each `Sherlock{i}` directory contains:
|
|
| 73 |
|
| 74 |
The repository also includes a top-level `metadata/` directory containing information shared across all `Sherlock{i}` datasets:
|
| 75 |
|
| 76 |
-
- `metadata/channels.tsv` — BIDS-style
|
| 77 |
- `metadata/sensor_xyz.json` — sensor position array of shape `(n_channels, 3)` giving XYZ coordinates for each channel. Please refer to the raw FIF (`*_meg.fif`) for coordinate frame and transforms. Provided as a lightweight convenience for visualisation / sanity checks.
|
| 78 |
- `metadata/neo/ct_sparse.fif` and `metadata/neo/sss_cal.dat` — site-specific MaxFilter/SSS calibration files for the NEO scanner. These are required if you want to run Signal Space Separation / Maxwell filtering (e.g. via `mne.preprocessing.maxwell_filter`) on the raw FIF files. If you are only using the provided serialised `.h5` competition derivatives, you should not need these files.
|
| 79 |
|
|
|
|
| 73 |
|
| 74 |
The repository also includes a top-level `metadata/` directory containing information shared across all `Sherlock{i}` datasets:
|
| 75 |
|
| 76 |
+
- `metadata/channels.tsv` — BIDS-style channels table (name, type, units, filter settings, sampling frequency, and status) used consistently across datasets.
|
| 77 |
- `metadata/sensor_xyz.json` — sensor position array of shape `(n_channels, 3)` giving XYZ coordinates for each channel. Please refer to the raw FIF (`*_meg.fif`) for coordinate frame and transforms. Provided as a lightweight convenience for visualisation / sanity checks.
|
| 78 |
- `metadata/neo/ct_sparse.fif` and `metadata/neo/sss_cal.dat` — site-specific MaxFilter/SSS calibration files for the NEO scanner. These are required if you want to run Signal Space Separation / Maxwell filtering (e.g. via `mne.preprocessing.maxwell_filter`) on the raw FIF files. If you are only using the provided serialised `.h5` competition derivatives, you should not need these files.
|
| 79 |
|