Skip to content
Snippets Groups Projects
Commit 34723a9f authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-480: Removed lingering pointing property that was to be removed

parent d33224c8
No related branches found
No related tags found
1 merge request!220Resolve L2SS-480 "Delays to beam weights"
...@@ -55,13 +55,6 @@ class Beam(lofar_device): ...@@ -55,13 +55,6 @@ class Beam(lofar_device):
default_value = numpy.tile(numpy.array([3826923.546, 460915.441, 5064643.489]),(96,16,1)) # CS001LBA, in ITRF2005 epoch 2012.5 default_value = numpy.tile(numpy.array([3826923.546, 460915.441, 5064643.489]),(96,16,1)) # CS001LBA, in ITRF2005 epoch 2012.5
) )
# To be replaced with Attributes (L2SS-575)
pointing_direction = device_property(
dtype='DevVarStringArray',
mandatory=False,
default_value = numpy.tile(numpy.array(["J2000","0deg","0deg"]),(96,1))
)
# ---------- # ----------
# Attributes # Attributes
# ---------- # ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment