Skip to content

Commit 3b11b13

Browse files
committed
process_irs: add metadata to some files
1 parent eb7634e commit 3b11b13

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

bear/process_irs/snakemake_config.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
params:
22
brir:
33
extract_args: "--ir-selection-algo closest"
4+
metadata:
5+
bbcrdlr_all_speakers:
6+
label: "default room KU100 with multiple views v2.0"
47
brir-fast:
58
extract_args: "--ir-selection-algo closest --num-views 60 --layout 4+5+0"
69
find_delay_over_view_args: "--default-schedule --opt-steps 10000"
710
brir-one-view:
811
extract_args: "--ir-selection-algo closest --num-views 1"
912
one_view: true
13+
metadata:
14+
bbcrdlr_all_speakers:
15+
label: "default room KU100 v2.0"
1016
brir-one-view-nowin:
1117
extract_args: "--ir-selection-algo closest --num-views 1"
1218
finalise_args: "--window none"
@@ -19,3 +25,10 @@ params:
1925
one_view: true
2026
hrir: true
2127
finalise_args: "--window none"
28+
metadata:
29+
HRIR_FULL2DEG:
30+
label: "FHK KU100 HRIR v1.0"
31+
description: "derived from the IRs described in \"Bernschütz, B. (2013). A Spherical Far Field HRIR/HRTF Compilation of the Neumann KU 100\""
32+
sadie-d1-hrir:
33+
label: "SADIE D1 KU100 HRIR v1.0"
34+
description: "derived from subject D1 of the SADIE II Database"

0 commit comments

Comments
 (0)