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

Merge branch 'L2SS-1197-add-antenna-set' into 'main'

L2SS-1197: add antenna_set entry

Closes L2SS-1197

See merge request lofar2.0/lofar-station-client!37
parents ee242e6d 8aa77a5b
No related branches found
No related tags found
1 merge request!37L2SS-1197: add antenna_set entry
Pipeline #45250 failed
...@@ -6,23 +6,21 @@ ...@@ -6,23 +6,21 @@
# See LICENSE.txt for more info. # See LICENSE.txt for more info.
from unittest import mock from unittest import mock
import concurrent.futures
from tests import base
from json import loads from json import loads
from tests import base
from lofar_station_client.observation.multi_station_observation import ( from lofar_station_client.observation.multi_station_observation import (
MultiStationObservation, MultiStationObservation,
) )
import concurrent.futures
SPEC_DICT = loads( SPEC_DICT = loads(
""" """
{ {
"observation_id": 12345, "observation_id": 12345,
"stop_time": "2106-02-07T00:00:00", "stop_time": "2106-02-07T00:00:00",
"antenna_set": "ALL",
"antenna_mask": [0,1,2,9], "antenna_mask": [0,1,2,9],
"filter": "HBA_110_190", "filter": "HBA_110_190",
"SAPs": [{ "SAPs": [{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment