We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c7998 commit b4a209eCopy full SHA for b4a209e
pyobs_fli/flicamera.py
@@ -18,6 +18,7 @@
18
19
class FliCamera(BaseCamera, ICamera, ICameraWindow, ICameraBinning, ICooling):
20
"""A pyobs module for FLI cameras."""
21
+ __module__ = 'pyobs_fli'
22
23
def __init__(self, setpoint: float = -20, *args, **kwargs):
24
"""Initializes a new FliCamera.
0 commit comments