tristan-deep commited on
Commit
a4a9cf3
·
verified ·
1 Parent(s): 40b2c83

Sync configs from branch main (commit: 50d1f6b)

Browse files
Files changed (2) hide show
  1. config_carotid.yaml +4 -6
  2. config_picmus_rf.yaml +1 -1
config_carotid.yaml CHANGED
@@ -37,13 +37,11 @@ pipeline:
37
  # each dictionary contains the parameters for a single operation.
38
  operations:
39
  - name: demodulate
40
- - name: "patched_grid"
41
  params:
42
- operations:
43
- - name: tof_correction
44
- - name: pfield_weighting
45
- - name: delay_and_sum
46
- num_patches: 100
47
  - name: envelope_detect
48
  - name: normalize
49
  - name: log_compress
 
37
  # each dictionary contains the parameters for a single operation.
38
  operations:
39
  - name: demodulate
40
+ - name: "beamform"
41
  params:
42
+ type: das
43
+ pfield: false
44
+ num_patches: 200
 
 
45
  - name: envelope_detect
46
  - name: normalize
47
  - name: log_compress
config_picmus_rf.yaml CHANGED
@@ -57,7 +57,7 @@ pipeline:
57
  - name: envelope_detect
58
  - name: normalize
59
  - name: log_compress
60
-
61
  # The device to run on ('cpu', 'gpu:0', 'gpu:1', ...)
62
  device: auto:1
63
 
 
57
  - name: envelope_detect
58
  - name: normalize
59
  - name: log_compress
60
+
61
  # The device to run on ('cpu', 'gpu:0', 'gpu:1', ...)
62
  device: auto:1
63