Merge branch 'master' of https://gitlab.com/openflexure/openflexure-microscope-jsclient
This commit is contained in:
commit
384e6d3a96
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ export default {
|
||||||
|
|
||||||
// Scan params
|
// Scan params
|
||||||
payload.grid = [this.scanSteps.x, this.scanSteps.y, this.scanSteps.z];
|
payload.grid = [this.scanSteps.x, this.scanSteps.y, this.scanSteps.z];
|
||||||
payload.step_size = [
|
payload.stride_size = [
|
||||||
this.scanStepSize.x,
|
this.scanStepSize.x,
|
||||||
this.scanStepSize.y,
|
this.scanStepSize.y,
|
||||||
this.scanStepSize.z
|
this.scanStepSize.z
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue