Scripts for controlling the MAO correlator
git clone https://github.com/mao-wfs/corr-ctrl.git
cd corr-ctrl
poetry installpoetry run bin/corr-ctrl <flags>See the help (poetry run bin/corr-ctrl --help) for more details.
These environment variables must be set before using the scripts.
| Name | Description |
|---|---|
CORDATA_DEST |
IP address for receiving data in a client |
CORDATA_SRC |
IP address for sending data in the correlator |
CORDATA_PATH |
Path of the cordata command in a client |
poetry run bin/fringe-search <start> <stop> <step> <interval>These environment variables must be set before using the scripts.
| Name | Description |
|---|---|
CORR_HOST |
IP address for telnet communication in the correlator |
CORR_PORT |
Port number for telnet communication in the correlator |