File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,13 @@ The dataset is organized as follows:
4444```
4545MSCardio_SCG_Dataset/
4646│── info/
47- │ └── all_subject_data.csv # Consolidated metadata for all subjects
47+ │ └── all_subject_data.csv # Consolidated metadata for all subjects
4848│── MSCardio/
49- │ ├── Subject_XXXX/ # Subject-specific folder
50- │ │ ├── general_metadata.json # Demographic and device information
51- │ │ ├── Recording_XXX/ # Individual recordings
52- │ │ │ ├── scg.csv # SCG signal data
49+ │ ├── Subject_XXXX/ # Subject-specific folder
50+ │ │ ├── general_metadata.json # Demographic and device information
51+ │ │ ├── Recording_XXX/ # Individual recordings
52+ │ │ │ ├── scg.csv # SCG signal
53+ │ │ │ ├── uncalibrated_scg.csv # Raw SCG signal
5354│ │ │ ├── recording_metadata.json # Timestamp and device details
5455```
5556
You can’t perform that action at this time.
0 commit comments