Skip to content

vespos/ami

 
 

Repository files navigation

ami Build Status

The LCLS-II online graphical analysis monitoring package.

Examples

If you use the setup.py included to set this up you should now have two console scripts available on your path: ami-worker and ami-manager. Several example configuration files are included in the examples directory.

To run ami with three workers run the following in lcls2/ami (for either psanasource or random source): ami-worker -n 3 random:https://examples/worker.json ami-worker -n 3 psana:https://examples/psana.json

Then start the manager: ami-manager

Then, start a GUI (client): ami-client

You should see an interactive QT window. There is also a convenience launcher that when you want to run all parts of ami on a single node: ami-local -n 3 random:https://examples/worker.json

To load a graph, add this flag to ami-local: -l examples/basic.ami

To use psana a working release need to be added to the python path

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%