Skip to content

Commit 7e5414e

Browse files
authored
Update README.md
1 parent a9a5066 commit 7e5414e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ The dataset is organized as follows:
4444
```
4545
MSCardio_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

0 commit comments

Comments
 (0)