|
10 | 10 | - [`ds210`](https://github.com/bids-standard/bids-examples/tree/master/ds210) |
11 | 11 |
|
12 | 12 |
|
13 | | -!!! warning " 'Raw physiological data' vs 'Raw BIDS data'" |
| 13 | +!!! warning " 'Unprocessed/Processed physiological data' vs 'Raw/Derivatives BIDS data'" |
14 | 14 |
|
15 | 15 | Physiological monitoring is now advanced enough to offer a plethora of different data modalities, |
16 | | - some of which are directly measured and some of which are metrics computed using direct recordings. |
| 16 | + some of which are directly measured unprocessed data, and some of which are processed metrics computed using direct recordings. |
17 | 17 | To complicate the matter, certain devices allow analog signal processing operations. |
18 | 18 |
|
19 | | - Examples of directly measured physiological fluctuations include respiration, cardiac pulse, or eye-tracking, while examples of computed metrics are heart rate or pulse rate. |
20 | | - Some modalities could be both, e.g. blood pressure measured directly vs derived from PPG signals. |
| 19 | + Examples of unprocessed physiological fluctuations include respiration, cardiac pulse, or eye-tracking, while examples of processed data are heart rate or pulse rate. |
| 20 | + Some modalities could be both, e.g. blood pressure measured directly (unprocessed) vs derived from PPG signals (processed). |
21 | 21 |
|
22 | 22 | In this specification, any data retrieved directly from a device is considered a raw signal, even if analogical signal processing is performed onto it, or it is the result of an algorithmic estimation. |
23 | | - Any data computed offline is considered derivative, and should follow derivatives |
| 23 | + Any data computed offline is considered derivative, and should follow derivatives specifications. |
24 | 24 |
|
25 | 25 | <!-- MODIFY This specification section first describes the organization of |
26 | 26 | [continuous physiological recordings](), and |
@@ -69,6 +69,7 @@ The sole exception is eye tracking data, that MUST be split in its own |
69 | 69 | file, following [its specification](#eye-tracking). |
70 | 70 |
|
71 | 71 | <!-- ISSUE this lines are now in direct contrast with the rest of the spec |
| 72 | +
|
72 | 73 | We RECOMMEND keeping different files from different recording |
73 | 74 | devices separate, but for easier inspection and analysis they can kept together |
74 | 75 | to get a clearer picture of what the fluctuations describe (e.g., looking |
|
0 commit comments