Skip to content

Commit 43175bf

Browse files
committed
add ALT-AZ+BWG mount types to schema docstrings, #353
1 parent 3538b4f commit 43175bf

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

src/xradio/measurement_set/schema.py

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,11 +1373,13 @@ class AntennaXds:
13731373
""" Name of the station pad (relevant to arrays with moving antennas). """
13741374
mount: Coord[AntennaName, str]
13751375
""" 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;
13781378
"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;
13811383
”SPACE-HALCA” - specific orientation model."""
13821384
telescope_name: Coord[AntennaName, str]
13831385
""" Useful when data is combined from mutiple arrays for example ACA + ALMA. """
@@ -1455,11 +1457,13 @@ class GainCurveXds:
14551457
""" Name of the station pad (relevant to arrays with moving antennas). """
14561458
mount: Coord[AntennaName, str]
14571459
""" 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;
14601462
"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;
14631467
”SPACE-HALCA” - specific orientation model."""
14641468
telescope_name: Coord[AntennaName, str]
14651469
""" Useful when data is combined from mutiple arrays for example ACA + ALMA. """
@@ -1512,12 +1516,14 @@ class PhaseCalibrationXds:
15121516
""" Name of the station pad (relevant to arrays with moving antennas). """
15131517
mount: Coord[AntennaName, str]
15141518
""" 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;
15171521
"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."""
15211527
telescope_name: Coord[AntennaName, str]
15221528
""" Useful when data is combined from mutiple arrays for example ACA + ALMA. """
15231529
receptor_label: Coord[ReceptorLabel, str]

0 commit comments

Comments
 (0)