You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/xradio/measurement_set/schema.py
+19-13Lines changed: 19 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1373,11 +1373,13 @@ class AntennaXds:
1373
1373
""" Name of the station pad (relevant to arrays with moving antennas). """
1374
1374
mount: Coord[AntennaName, str]
1375
1375
""" Mount type of the antenna. Reserved keywords include: ”EQUATORIAL” - equatorial mount;
1376
-
”ALT-AZ” - azimuth-elevation mount;
1377
-
"ALT-AZ+ROTATOR" alt-az mount with feed rotator; introduced for ASKAP dishes;
1376
+
”ALT-AZ”: azimuth-elevation mount;
1377
+
"ALT-AZ+ROTATOR": alt-az mount with feed rotator; introduced for ASKAP dishes;
1378
1378
"ALT-AZ+NASMYTH-R": Nasmyth mount with receivers at the right-hand side of the cabin. Many high-frequency antennas used for VLBI have such a mount typel;
1379
-
"ALT-AZ+NASMYTH-L:: Nasmyth mount with receivers at the left-hand side of the cabin.
1380
-
”X-Y” - x-y mount;
1379
+
"ALT-AZ+NASMYTH-L": Nasmyth mount with receivers at the left-hand side of the cabin.
1380
+
"ALT-AZ+BWG-R": alt-az mount that uses a Beam Wave Guide to bring the focus down to the pedestal. The receivers are at the right-hand side of the cabin (-R). Compared to the Nasmyth mounts there is an extra correction term because there are now two rotating mirrors. See https://arxiv.org/abs/2210.13381 for more details.
1381
+
"ALT-AZ+BWG-L": alt-az mount that uses a Beam Wave Guide, as above, but with receivers at the left-hand side of the cabin.
1382
+
”X-Y”: x-y mount;
1381
1383
”SPACE-HALCA” - specific orientation model."""
1382
1384
telescope_name: Coord[AntennaName, str]
1383
1385
""" Useful when data is combined from mutiple arrays for example ACA + ALMA. """
@@ -1455,11 +1457,13 @@ class GainCurveXds:
1455
1457
""" Name of the station pad (relevant to arrays with moving antennas). """
1456
1458
mount: Coord[AntennaName, str]
1457
1459
""" Mount type of the antenna. Reserved keywords include: ”EQUATORIAL” - equatorial mount;
1458
-
”ALT-AZ” - azimuth-elevation mount;
1459
-
"ALT-AZ+ROTATOR" alt-az mount with feed rotator; introduced for ASKAP dishes;
1460
+
”ALT-AZ”: azimuth-elevation mount;
1461
+
"ALT-AZ+ROTATOR": alt-az mount with feed rotator; introduced for ASKAP dishes;
1460
1462
"ALT-AZ+NASMYTH-R": Nasmyth mount with receivers at the right-hand side of the cabin. Many high-frequency antennas used for VLBI have such a mount typel;
1461
-
"ALT-AZ+NASMYTH-L:: Nasmyth mount with receivers at the left-hand side of the cabin.
1462
-
”X-Y” - x-y mount;
1463
+
"ALT-AZ+NASMYTH-L": Nasmyth mount with receivers at the left-hand side of the cabin.
1464
+
"ALT-AZ+BWG-R": alt-az mount that uses a Beam Wave Guide to bring the focus down to the pedestal. The receivers are at the right-hand side of the cabin (-R). Compared to the Nasmyth mounts there is an extra correction term because there are now two rotating mirrors. See https://arxiv.org/abs/2210.13381 for more details.
1465
+
"ALT-AZ+BWG-L": alt-az mount that uses a Beam Wave Guide, as above, but with receivers at the left-hand side of the cabin.
1466
+
”X-Y”: x-y mount;
1463
1467
”SPACE-HALCA” - specific orientation model."""
1464
1468
telescope_name: Coord[AntennaName, str]
1465
1469
""" Useful when data is combined from mutiple arrays for example ACA + ALMA. """
@@ -1512,12 +1516,14 @@ class PhaseCalibrationXds:
1512
1516
""" Name of the station pad (relevant to arrays with moving antennas). """
1513
1517
mount: Coord[AntennaName, str]
1514
1518
""" Mount type of the antenna. Reserved keywords include: ”EQUATORIAL” - equatorial mount;
1515
-
”ALT-AZ” - azimuth-elevation mount;
1516
-
"ALT-AZ+ROTATOR" alt-az mount with feed rotator; introduced for ASKAP dishes;
1519
+
”ALT-AZ”: azimuth-elevation mount;
1520
+
"ALT-AZ+ROTATOR": alt-az mount with feed rotator; introduced for ASKAP dishes;
1517
1521
"ALT-AZ+NASMYTH-R": Nasmyth mount with receivers at the right-hand side of the cabin. Many high-frequency antennas used for VLBI have such a mount typel;
1518
-
"ALT-AZ+NASMYTH-L:: Nasmyth mount with receivers at the left-hand side of the cabin.
1519
-
”X-Y” - x-y mount;
1520
-
”SPACE-HALCA” - specific orientation model."""
1522
+
"ALT-AZ+NASMYTH-L": Nasmyth mount with receivers at the left-hand side of the cabin.
1523
+
"ALT-AZ+BWG-R": alt-az mount that uses a Beam Wave Guide to bring the focus down to the pedestal. The receivers are at the right-hand side of the cabin (-R). Compared to the Nasmyth mounts there is an extra correction term because there are now two rotating mirrors. See https://arxiv.org/abs/2210.13381 for more details.
1524
+
"ALT-AZ+BWG-L": alt-az mount that uses a Beam Wave Guide, as above, but with receivers at the left-hand side of the cabin.
1525
+
”X-Y”: x-y mount;
1526
+
”SPACE-HALCA”: specific orientation model."""
1521
1527
telescope_name: Coord[AntennaName, str]
1522
1528
""" Useful when data is combined from mutiple arrays for example ACA + ALMA. """
0 commit comments