EOS Kyphosis Dataset - Sample
=============================

This sample dataset provides a glimpse into the full EOS Kyphosis Dataset. It contains data for 5 patients, selected to represent the variety and quality of the complete dataset.

Dataset Structure:
------------------
EOS_Kyphosis_Dataset/
│
├── Images/
│   ├── [Patient_ID_1]/
│   │   ├── 1(AP).dcm
│   │   ├── 2(AP_annotated).dcm
│   │   ├── 3(LAT).dcm
│   │   └── 4(LAT_annotated).dcm
│   ├── [Patient_ID_2]/
│   │   └── ...
│   └── ...
│
├── EOS_Kyphosis_Patient_Data.csv
└── EOS_Kyphosis_Pixel_Data.csv

File Descriptions:
------------------
1. Images Folder:
   Contains subfolders for each patient, named with their unique Patient ID.
   Each patient folder contains four DICOM images:
   - AP view (anteroposterior)
   - AP view with annotations
   - LAT view (lateral)
   - LAT view with annotations

2. EOS_Kyphosis_Patient_Data.csv:
   A comma-separated values file containing patient demographic and clinical data.
   Columns include:
   - Patient ID
   - Age
   - Gender
   - Cobb angles
   - Lateral pelvic tilt
   - Sagittal vertical axis
   - Pelvic incidence
   - Kyphosis and lordosis measurements

3. EOS_Kyphosis_Pixel_Data.csv:
   A comma-separated values file containing pixel-level data for annotations.
   Columns include:
   - Patient ID
   - Image type (AP or LAT)
   - Annotation type (e.g., Cobb angle lines, pelvic tilt lines)
   - Pixel coordinates for annotations

Usage Notes:
------------
1. DICOM images can be viewed with standard DICOM viewers or medical imaging software.
2. CSV files can be opened with spreadsheet software or parsed using data analysis tools.
3. Annotated images provide visual reference for the measurements in the CSV files.