benbarkow commited on
Commit
22b4d43
·
verified ·
1 Parent(s): a47982e

Upload ultrasonic dataset (168 frames, 20 subjects)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, 32, 32, 1, 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
 
 
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