Fixed MoveAndMeasureAPI args schema
This commit is contained in:
parent
1c0cc32b6c
commit
345d497166
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ class MoveAndMeasureAPI(ActionView):
|
||||||
Move the stage and measure dynamic sharpness
|
Move the stage and measure dynamic sharpness
|
||||||
"""
|
"""
|
||||||
|
|
||||||
args = {"dz": fields.List(fields.Int(), required=True)}
|
args = {"dz": fields.Int(required=True)}
|
||||||
|
|
||||||
def post(self, args):
|
def post(self, args):
|
||||||
microscope = find_component("org.openflexure.microscope")
|
microscope = find_component("org.openflexure.microscope")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue