Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 966 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 966 Bytes

corr-ctrl

Scripts for controlling the MAO correlator

Installation

git clone https://github.com/mao-wfs/corr-ctrl.git
cd corr-ctrl
poetry install

Usage

corr-ctrl

poetry run bin/corr-ctrl <flags>

See the help (poetry run bin/corr-ctrl --help) for more details.

Environment variables

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

fringe-search

poetry run bin/fringe-search <start> <stop> <step> <interval>

Environment variables

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