+
+ Axis:  
+
+
+
+ Mode:
+
+
+
+
+
+
+ `,
+ methods: {
+ update_setting: function(propname, value){
+ update_stack_settings({[propname] : value});
+ }
- function dict_fill(key, value){
- var d = {};
- d[key] = value;
- return d;
}
+});
- function start_spooling(filename=null,max_frames=null){
- //console.log('updating state', state);
- $.ajax({
- url : "/spool_controller/start_spooling",
- //data : JSON.stringify(state),
- processData: false,
- type: 'GET',
- error: log_ajax_error,
- })
- }
- Vue.component('position-control', {
- props: {'value' : Number, 'axis' : String, 'delta' : {type:[Number,], default: 1.0}},
- template: `