Skip to content
Snippets Groups Projects
Commit 52d33105 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-480: add casacore requirements

parent 96f8be1e
Branches
Tags
1 merge request!220Resolve L2SS-480 "Delays to beam weights"
...@@ -9,4 +9,5 @@ snmp >= 0.1.7 # GPL3 ...@@ -9,4 +9,5 @@ snmp >= 0.1.7 # GPL3
h5py >= 3.5.0 # BSD h5py >= 3.5.0 # BSD
psutil >= 5.8.0 # BSD psutil >= 5.8.0 # BSD
docker >= 5.0.3 # Apache 2 docker >= 5.0.3 # Apache 2
python-logstash-async >= 2.3.0 # MIT python-logstash-async >= 2.3.0 # MIT
\ No newline at end of file python-casacore
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
""" """
# PyTango imports # PyTango imports
from tango import AttrWriteType from tango import AttrWriteType, DevState
from tango import DebugIt
from tango.server import command
import numpy import numpy
# Additional import # Additional import
...@@ -17,6 +19,7 @@ from tangostationcontrol.common.entrypoint import entry ...@@ -17,6 +19,7 @@ from tangostationcontrol.common.entrypoint import entry
from tangostationcontrol.clients.attribute_wrapper import attribute_wrapper from tangostationcontrol.clients.attribute_wrapper import attribute_wrapper
from tangostationcontrol.devices.lofar_device import lofar_device from tangostationcontrol.devices.lofar_device import lofar_device
from tangostationcontrol.common.lofar_logging import device_logging_to_python, log_exceptions from tangostationcontrol.common.lofar_logging import device_logging_to_python, log_exceptions
from tangostationcontrol.beam.delays import delay_calculator
__all__ = ["Beam", "main"] __all__ = ["Beam", "main"]
...@@ -31,7 +34,6 @@ class Beam(lofar_device): ...@@ -31,7 +34,6 @@ class Beam(lofar_device):
# Attributes # Attributes
# ---------- # ----------
pass
# -------- # --------
# overloaded functions # overloaded functions
...@@ -41,6 +43,7 @@ class Beam(lofar_device): ...@@ -41,6 +43,7 @@ class Beam(lofar_device):
# -------- # --------
# Commands # Commands
# -------- # --------
pass
# ---------- # ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment