~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to bin/utilities/envelope_tool/share/plot_setup.json

  • Committer: Chris Rogers
  • Date: 2014-04-16 11:48:45 UTC
  • mfrom: (707 merge)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: chris.rogers@stfc.ac.uk-20140416114845-h3u3q7pdcxkxvovs
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
"type":"transient_frame",
 
3
"name":"Plot Setup",
 
4
"children":[{
 
5
              "type":"horizontal_frame", 
 
6
              "children":[{
 
7
                  "type":"drop_down",
 
8
                  "name":"variable_type_0",
 
9
                  "entries":[
 
10
                      "<Select plot type>",
 
11
                      "mean",
 
12
                      "envelope",
 
13
                      "RMS",
 
14
                      "beta",
 
15
                      "alpha",
 
16
                      "gamma",
 
17
                      "emittance",
 
18
                      "dispersion",
 
19
                      "dispersion_prime"
 
20
                  ],
 
21
                  "selected":0
 
22
              }, {
 
23
                  "type":"drop_down",
 
24
                  "name":"first_var_0",
 
25
                  "entries":[""],
 
26
                  "selected":0
 
27
              }]
 
28
    }, {
 
29
        "type":"horizontal_frame",
 
30
        "children":[{
 
31
            "type":"check_button",
 
32
            "name":"plot_apertures",
 
33
            "text":"Plot Apertures",
 
34
            "default_state":1
 
35
        }]
 
36
    }, {
 
37
        "type":"horizontal_frame",
 
38
        "children":[{
 
39
            "type":"button",
 
40
            "name":"&Okay"
 
41
          }, {
 
42
              "type":"button",
 
43
              "name":"&Cancel"
 
44
        }]
 
45
    }]
 
46
}