source: Examples/scripts/shell/alpha-mno2-new.json @ 4996

Last change on this file since 4996 was 3028, checked in by odonnell, 6 years ago

example scripts

File size: 802 bytes
Line 
1{
2    "refinements": [{
3        "set": {
4            "Limits": [0.7, 7.8],
5            "Background": {
6                "type": "lin interpolate", "refine": false,
7                "no. coeffs": 3,
8                "FixedPoints": 
9                    [[0.776, 1654],
10                     [3.1547, 1671],
11                     [5.1034, 1658.9337],
12                     [7.0386, 1650]],
13                "fit fixed points": true
14            }
15        }
16    },
17    { "set": {"Instrument Parameters": ["X", "Y"]},
18      "clear": {"Background": "FixedPoints"}},
19    { "set": { "Cell": true, "LeBail": true}},
20    { "set": { "Background": true },
21      "clear": { "LeBail": true }},
22    { "set": { "Atoms": {"all": "X"}}},
23    { "set": { "Atoms": {"all": "XU"}}},
24    { "set": { "Atoms": {"all": "FXU"}}}
25    ]
26}
Note: See TracBrowser for help on using the repository browser.