Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 587 Bytes

readme.md

File metadata and controls

31 lines (20 loc) · 587 Bytes

instGraph

A way to represent an astronomical instrument's logical state.

Description

to-do

Building

Building the instGraph library follows the usual cmake process:

mkdir _build
cd _build
cmake ..
make
sudo make install

Note that you do not need to build the library to run the demo.

Demonstration

See demo 1

Future Plans

  • Instrument state: produce a record of current state, e.g. as toml or equivalently JSON
  • Qt widgets for display
  • User-defined beam sub-states, e.g. bandpass being passed through a filter wheel