-
Notifications
You must be signed in to change notification settings - Fork 0
/
instruments.json
41 lines (41 loc) · 1.17 KB
/
instruments.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
// Tracks definition file, giving module, instrument and languages
{
"NCNR": [
{
"language": "ncnr.tas",
"name": "NCNR Triple Axis",
"instruments": {
"bt4": "BT-4", "bt7":"BT-7", "macs":"MACS", "ng5":"spins"
}
}, {
"language": "ncnr.refl",
"name": "NCNR Reflectometry",
"instruments": {
"ngd": "PBR", "cgd": "Magik", "ng7": "NG-7"
, "ng1": "NG-1", "cg1": "AND/R" // Old instruments
}
}, {
"language": "ncnr.ospec",
"name": "NCNR Offspecular Reflectometry",
"instruments": {
"ngd": "PBR offspecular", "cgd": "Magik offspecular"
, "ng1": "NG-1 offspecular", "cg1": "AND/R offspecular" // Old instruments
}
}, {
"language": "ncnr.sans",
"name": "NCNR sans",
"instruments": {
"ng3sans": "NG-3 SANS", "ng7sans": "NG-7 SANS", "ngbsans": "NG-B SANS"
}
}],
// "HFIR": [],
// "Chalk River": [],
"LANSCE": [
{
"language": "lansce.ospec.asterix",
"name": "LANSCE Reflectometry",
"instruments": {
"asterix": "Asterix"
}
}]
}