This repository contains configuration files for the TEM acquisition system. It uses Pigeon Config (installable using pip install pigeon-config
) to manage configurations for multiple systems.
- Compile the desired configuration using
pigeon-config
. For example, to compile the configuration forT3
, runpigeon-config config/T3
. - Run
docker compose
.
Install Pigeon Config:
pip install pigeon-config
Compile the configuration for creating a graph of the PyTEM state machine:
pigeon-config config/graph
Pull the necessary Docker containers from the compiled Docker compose file (must be connected to Allen Institute network or VPN):
sudo docker compose pull
Run the compiled Docker compose file:
sudo docker compose up
The graph should be saved to a file graph.png
.