Skip to content
/ lvmieb Public

SDSS-V LVM (Local Volume Mapper) Spectrograph IEB (Integrated Electronic Boxes) control software

License

Notifications You must be signed in to change notification settings

sdss/lvmieb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

afd1f66 · Jan 13, 2024
Jan 12, 2024
Jun 11, 2022
Jan 13, 2024
Jan 12, 2024
Mar 18, 2021
Jan 13, 2024
Mar 18, 2021
Jul 10, 2023
Mar 18, 2021
May 16, 2022
May 14, 2022
May 14, 2022
Jan 12, 2024
Jan 13, 2024
May 16, 2022

Repository files navigation

lvmieb

Versions Code style: black Documentation Status Test Docker codecov

Control software for the SDSS-V LVM (Local Volume Mapper) spectrograph Instrument Electronics Box (IEB).

Quick Start

Installation

lvmieb uses the CLU framework and requires a RabbitMQ instance running in the background.

lvmieb can be installed using pip

pip install sdss-lvmieb

or by cloning this repository

git clone https://github.com/sdss/lvmieb

The preferred installation for development is using poetry

cd lvmieb
poetry install

Basic ping-pong test

Start the lvmieb actor.

lvmieb start

In 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