Upload a ZIP file containing scan data. The ZIP must follow this structure:
your_scan.zip
├── <any_folder_name>/
│ ├── 0/ ← position 0°
│ │ └── <scan_id>/
│ │ ├── recon_2d_000.mtx
│ │ ├── recon_2d_001.mtx
│ │ ├── ... (14 files)
│ │ └── depth_2d_013.mtx
│ └── 90/ ← position 90°
│ └── <scan_id>/
│ ├── recon_2d_000.mtx
│ └── ...
└── (optional more scans)
Folders 0/ and 90/ are required. Files must be recon_2d_*.mtx or depth_2d_*.mtx.