Skip to content

Commit

Permalink
Fix field names to fit updated questionnaire
Browse files Browse the repository at this point in the history
  • Loading branch information
ZryletTC committed Feb 26, 2020
1 parent 7678236 commit 0d31402
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions scripts/deviceDict.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,33 @@
{
"alias": "DscCsPad",
"record": "DSC rack",
"type": "CSPAD-2.3M"
"camtype": "CSPAD-2.3M"
}
],
"pcdssetup-camera": [
{
"alias": "TimeTool",
"purpose": "Time Tool",
"record": "DAQ",
"trigger": "120",
"type": "Opal-1k"
"camtrigger": "120",
"camtype": "Opal-1k"
},
{
"alias": "Sc1Questar",
"purpose": "Questar camera",
"record": "DAQ",
"trigger": "120",
"type": "Opal-1k"
"camtrigger": "120",
"camtype": "Opal-1k"
},
{
"alias": "SideCam",
"purpose": "Side Viewing",
"record": "vewing only",
"trigger": "free run",
"type": "Uniq"
},
"camtrigger": "free run",
"camtype": "Uniq"
}
],
"pcdssetup-trig": [
{
"delay": "TBD",
"eventcode": "40;",
Expand Down Expand Up @@ -327,8 +330,7 @@
"pvbase": "CXI:USR:MMN:",
"stageidentity": "Newport"
}
],
"pcdssetup-trig": []
]
},
"JJslit": {
"pcdssetup-motors": [
Expand Down Expand Up @@ -367,7 +369,7 @@
"pcdssetup-areadet": [
{
"alias": "epix_1",
"type": "Epix100"
"camtype": "Epix100"
}
],
"pcdssetup-motors": [
Expand All @@ -392,7 +394,7 @@
"pcdssetup-areadet": [
{
"alias": "epix_1",
"type": "Epix100"
"camtype": "Epix100"
}
],
"pcdssetup-motors": [
Expand All @@ -417,7 +419,7 @@
"pcdssetup-areadet": [
{
"alias": "epix_1",
"type": "Epix100"
"camtype": "Epix100"
}
],
"pcdssetup-motors": [
Expand Down

0 comments on commit 0d31402

Please sign in to comment.