Control software for the SDSS-V LVM (Local Volume Mapper) spectrograph Instrument Electronics Box (IEB).
lvmieb uses the CLU framework and requires a RabbitMQ instance running in the background.
lvmieb can be installed using pip
pip install sdss-lvmiebor by cloning this repository
git clone https://github.com/sdss/lvmiebThe preferred installation for development is using uv
cd lvmieb
uv sync --all-groups --all-extrasStart the lvmieb actor.
lvmieb start --debugIn another terminal, type clu and lvmieb ping for test.
$ clu
lvmieb ping
07:41:22.636 lvmieb >
07:41:22.645 lvmieb : {
"text": "Pong."
}Stop lvmieb actor.
lvmieb stop