We have never actually gotten results written to Tiled.
Both the LSEOperator and VizOperator should write their results to tiled when available.
There is a little bit of code, but it hasn't been setup:
|
# operator.add_publisher(tiled_event_publisher) |
|
|
|
operator.add_publisher(tiled_event_publisher) |
Let's get this working in the arroyosas repo, and migrate it eventually into the smi_beamtime repo.
Once the VizOperator is working, @SeijDeLeon can test it in the front end application.
We have never actually gotten results written to Tiled.
Both the
LSEOperatorandVizOperatorshould write their results to tiled when available.There is a little bit of code, but it hasn't been setup:
arroyosas/src/arroyosas/app/lse_operator_cli.py
Lines 32 to 33 in 0108552
arroyosas/src/arroyosas/app/viz_operator_cli.py
Line 31 in 0108552
Let's get this working in the arroyosas repo, and migrate it eventually into the smi_beamtime repo.
Once the VizOperator is working, @SeijDeLeon can test it in the front end application.