-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdatabases.json
30 lines (30 loc) · 980 Bytes
/
databases.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
[
{
"name" : "Example (Test Highlight)",
"directory" : "data/example.cdb",
"picked" : [1, 3],
"smoothLines" : true,
"lineOpacity" : 1.0
},
{
"name" : "Example (Test Filter and Logscale)",
"directory" : "data/example.cdb",
"filter" : "BaBrCl|File|FILE",
"logscale" : "Temp \\[C\\]",
"smoothLines" : true,
"lineOpacity" : 1.0
},
{
"name" : "Example (Test Expression)",
"directory" : "data/example.cdb",
"filter" : "^((?!CHISQ|PF6).)*$",
"smoothLines" : true,
"lineOpacity" : 1.0
},
{
"name" : "Example (Display All)",
"directory" : "data/example.cdb",
"smoothLines" : true,
"lineOpacity" : 1.0
}
]