File size: 1,001 Bytes
1d50143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Beamforming config for the OpenH-RF eSAF rotational 3D ultrasound sub-dataset.
#
# Each acquisition is raw RF channel data (n_ch = 1) from a single normal
# plane-wave transmit per rotation frame on the JP_Linear_68 linear array
# (68 elements, 10 MHz, fs 40 MHz, c 1490 m/s). The RF is demodulated before
# delay-and-sum beamforming; the imaging grid is sized automatically per file
# from the probe aperture and the recorded axial depth, so the same config
# works for every acquisition (targets span 20-130 mm).
#
# reconstruct.py loads this whole processing chain with zea.Config.from_path
# and runs it unchanged (single track -> single pipeline.yaml).

parameters:
  dynamic_range: [-40, 0]
  apply_lens_correction: false

pipeline:
  operations:
    - name: cast
      params:
        dtype: float32
    - name: demodulate
    - name: beamform
      params:
        beamformer: delay_and_sum
        num_patches: 200
    - name: envelope_detect
    - name: normalize
    - name: log_compress