-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
69 lines (61 loc) · 1.92 KB
/
config.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"setups": {
"l200_hades": {
"paths": {
"tier_daq": "$_/generated/tier/daq",
"workflow": "$_/workflow",
"metadata": "$_/inputs",
"config": "$_/inputs/dataprod/config",
"par_overwrite": "$_/inputs/dataprod/overrides",
"chan_map": "$_/inputs/hardware/configuration",
"detector_db": "$_/inputs/hardware/detectors",
"tier": "$_/generated/tier",
"tier_raw": "$_/generated/tier/raw",
"tier_dsp": "$_/generated/tier/dsp",
"tier_hit": "$_/generated/tier/hit",
"par": "$_/generated/par",
"par_raw": "$_/generated/par/raw",
"par_dsp": "$_/generated/par/dsp",
"par_hit": "$_/generated/par/hit",
"plt": "$_/generated/plt",
"log": "$_/generated/log",
"tmp_plt": "$_/generated/tmp/plt",
"tmp_log": "$_/generated/tmp/log",
"tmp_filelists": "$_/generated/tmp/filelists",
"tmp_par": "$_/generated/tmp/par",
"src": "$_/software/python/src",
"install": "$_/software/python/install",
"cache": "$_/software/python/cache"
},
"execenv": {
"cmd": "",
"arg": ""
},
"pkg_versions": {
"pygama": "pygama==1.4.3",
"pylegendmeta": "pylegendmeta==0.8.2",
"dspeed": "dspeed==1.2.0",
"legend-pydataobj": "legend-pydataobj==1.4.2",
"legend-daq2lh5": "legend-daq2lh5==1.1.0"
}
},
"l200": {
"paths": {
"src": "$_/software/python/src",
"install": "$_/software/python/install",
"cache": "$_/software/python/cache"
},
"execenv": {
"cmd": "",
"arg": ""
},
"pkg_versions": {
"pygama": "pygama==1.6.0a1",
"pylegendmeta": "pylegendmeta==0.9.0a2",
"dspeed": "dspeed==1.3.0a4",
"legend-pydataobj": "legend-pydataobj==1.5.0a5",
"legend-daq2lh5": "legend-daq2lh5==1.2.0a1"
}
}
}
}