Loading openflexure_microscope/api/default_extensions/scan.py +0 −6 Original line number Diff line number Diff line import numpy as np import itertools import logging import uuid Loading @@ -19,13 +18,9 @@ from openflexure_microscope.common.flask_labthings.decorators import ( from openflexure_microscope.common.flask_labthings import fields from openflexure_microscope.devel import ( JsonResponse, request, jsonify, taskify, abort, update_task_progress, update_task_data, ) from openflexure_microscope.common.flask_labthings.resource import Resource Loading Loading @@ -368,7 +363,6 @@ class TileScanAPI(Resource): ) @marshal_with(TaskSchema()) def post(self, args): payload = JsonResponse(request) microscope = find_device("openflexure_microscope") if not microscope: Loading Loading
openflexure_microscope/api/default_extensions/scan.py +0 −6 Original line number Diff line number Diff line import numpy as np import itertools import logging import uuid Loading @@ -19,13 +18,9 @@ from openflexure_microscope.common.flask_labthings.decorators import ( from openflexure_microscope.common.flask_labthings import fields from openflexure_microscope.devel import ( JsonResponse, request, jsonify, taskify, abort, update_task_progress, update_task_data, ) from openflexure_microscope.common.flask_labthings.resource import Resource Loading Loading @@ -368,7 +363,6 @@ class TileScanAPI(Resource): ) @marshal_with(TaskSchema()) def post(self, args): payload = JsonResponse(request) microscope = find_device("openflexure_microscope") if not microscope: Loading