| Lines 27-32 were replaced by lines 27-32 |
| - frappy_main('<main cfg>') # change main SE configuration (e.g. cryostat) |
| - frappy_stick('<stick cfg>') # change sample-stick configuration |
| - frappy_stick('') # remove stick |
| - frappy_main('') # remove main SE apparatus |
| - frappy_main() # show the current SE configuration |
| - frappy_addons(...) # similar to above, for additional equipment not covered by main/stick |
| + frappy('<main cfg>') # change main SE configuration (e.g. cryostat) |
| + frappy('<main cfg>', '<stick cfg>') # change main and sample-stick configuration |
| + frappy(stick='<stick cfg>') # change stick only |
| + frappy('') # remove main SE apparatus including stick |
| + frappy() # show the current SE configuration |
| + frappy(addons=...) # similar to above, for additional equipment not covered by main/stick |
| Line 84 was replaced by line 84 |
| - problems, it might be helpful to staop and restart the frappy server: |
| + problems, it might be helpful to stop and restart the frappy server: |
| Lines 86-87 were replaced by lines 86-87 |
| - frappy_main('') # stop the main frappy server |
| - frappy_main('<main cfg>') # start the main frappy server |
| + frappy('') # stop main and stick frappy servers |
| + frappy('<main cfg>', '<stick cfg>') # start main and stick frappy servers |
| At line 101 added 1 line. |
| + |CAMEA | a3 | som |
| Line 105 was replaced by line 106 |
| - either __se_om__ or __se_stick__, whatever is present. |
| + either __se_om__ or __se_stickrot__, whatever is present. |
| Line 109 was replaced by line 110 |
| - {{om.alias = se_stick}} |
| + {{om.alias = se_stickrot}} |