Sync configs from branch main (commit: 50d1f6b)
Browse files- config_carotid.yaml +4 -6
- 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: "
|
| 41 |
params:
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 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 |
|