-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AntennaXds: Additional mount types #353
Comments
This kind of addition would be a documentation update in the schema file, as we currently have the mount defined as a string, and the "Reserved keywords" simply listed in its docstring:
This would apply to the |
Thanks @FedeMPouzols, I'll create a pull request for that once the casacore pull request goes in. |
The branch of this issue has the addition that I think is needed: #377. As a side minor issue, we have duplicated docstrings in a number of places. This For Related, but independently of that, there could be lists of possible values / reserved keywords at the end for the processor type (CORRELATOR, SPECTROMETER, RADIOMETER), and gain curve type. I think those are the other lists that we have. These two last ones probably never get additions? |
PR casacore/casacore#1386 is going to introduce two additional mount types for telescopes with an ALT-AZ mount that use a Beam Wave Guide to bring the focus down to the pedestal. Compared to the already supported 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. There are two possible geometries and analogous to the Nasmyth mount types these will be called
ALT-AZ+BWG-R
andALT-AZ+BWG-L
.The text was updated successfully, but these errors were encountered: