Metadata-Version: 2.4
Name: mao-45m
Version: 0.3.0
Summary: MAO controller for the Nobeyama 45m telescope
Project-URL: repository, https://github.com/mao-wfs/mao-45m
Author-email: Akio Taniguchi <taniguchi.akio@gmail.com>
License: MIT License
        
        Copyright (c) 2025 MAO
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.10
Requires-Dist: dateparser<2,>=1
Requires-Dist: decode<2026.0,>=2025.6
Requires-Dist: fire<1.0,>=0.7
Requires-Dist: matplotlib<4,>=3
Requires-Dist: ndtools<2,>=1
Requires-Dist: numpy<3,>=2
Requires-Dist: pandas-stubs<3,>=2
Requires-Dist: pandas<3,>=2
Requires-Dist: poppy<2,>=1
Requires-Dist: scipy<2,>=1
Requires-Dist: tqdm<5,>=4
Requires-Dist: typing-extensions<5,>=4
Requires-Dist: xarray<2026,>=2024
Description-Content-Type: text/markdown

# mao-45m
MAO controller for the Nobeyama 45m telescope

## Command line interface

### Send existing VDIF file over UDP multicast

```shell
mao-45m vdif send /path/to/vdif <options>
```

See `mao-45m vdif send --help` for more information.

### Receive VDIF file over UDP multicast

```shell
mao-45m vdif receive /path/to/vdif <options>
```

See `mao-45m vdif receive --help` for more information.

### Send subreflector parameters to COSMOS over TCP

```shell
mao-45m cosmos send --dX 1.0 --dZ 2.0 <options>
```

See `mao-45m cosmos send --help` for more information.

### Receive current state from COSMOS over TCP

```shell
mao-45m cosmos receive <options>
```

See `mao-45m cosmos receive --help` for more information.


## Feed models

### 2024

```csv
feed, position_radius, position_angle, homologous_EPL_A, homologous_EPL_B, homologous_EPL_C, EPL_over_dZ, EPL_over_dX
# str, float[m], float[deg], float[m], float[deg], float[m], float[1], float[1]
C, 5.00, 92.00, 0.052957, +37.508, -0.011955, 1.800, -0.2690
T, 16.2, 72.00, 0.095264, +67.690, +0.028751, 1.579, -0.6940
R, 16.2, 0.000, 0.039385, +4.5560, -0.028109, 1.583, +0.0060
B, 16.2, 268.0, 0.098803, -63.839, -0.090363, 1.587, +0.7360
L, 16.2, 180.0, 0.039617, +1.4710, -0.029742, 1.598, -0.0017
```
