Updated tasks nomenclature

This commit is contained in:
Joel Collins 2020-07-21 12:54:42 +01:00
parent 56051f8863
commit 24398ba7dc
27 changed files with 100 additions and 136 deletions

View file

@ -1,12 +1,12 @@
import numpy as np
from abc import ABCMeta, abstractmethod
from labthings.core.lock import StrictLock
from labthings import StrictLock
class BaseStage(metaclass=ABCMeta):
"""
Attributes:
lock (:py:class:`labthings.lock.StrictLock`): Strict lock controlling thread
lock (:py:class:`labthings.StrictLock`): Strict lock controlling thread
access to camera hardware
"""