Datasets:
Upload ultrasonic dataset (168 frames, 20 subjects)
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ per-transducer channel data after sub-aperture combination and IQ demodulation.
|
|
| 33 |
- **Name:** `rf_iq`
|
| 34 |
- **Shape:** `(168, 192, 192, 3, 2, 215)`
|
| 35 |
- **Axes:** `['frame', 'transducer', 'scanline', 'focal_zone', 'iq', 'sample']`
|
| 36 |
-
- **Chunks:** `(1,
|
| 37 |
- **Dtype:** `float32`
|
| 38 |
- **IQ index:** `0` = in-phase, `1` = quadrature.
|
| 39 |
|
|
|
|
| 33 |
- **Name:** `rf_iq`
|
| 34 |
- **Shape:** `(168, 192, 192, 3, 2, 215)`
|
| 35 |
- **Axes:** `['frame', 'transducer', 'scanline', 'focal_zone', 'iq', 'sample']`
|
| 36 |
+
- **Chunks:** `(1, 192, 192, 3, 2, 215)` (one frame per chunk on the leading axis — aligned with DataLoader workers).
|
| 37 |
- **Dtype:** `float32`
|
| 38 |
- **IQ index:** `0` = in-phase, `1` = quadrature.
|
| 39 |
|