You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Monitoring event-builder requirements

  • user-defined selectable events with static criteria
  • could request either full-events or partial
  • maybe we want dynamic criteria so we can say give me IPM > 0.7
  • note: there is commonality between trigger storage decisions and monitoring distribution decisions

Display requirements

  • dynamic filtering on a value (e.g. IPM) maybe implemented as additional dimension

User Interface requirements

  • programmatic interface
  • click interface (x vs. y)
  • do we need a box-drag interface?  not clear: maybe to edit analysis, persist analysis.   but maybe can push some of this power into the plot.

Chains of analyses requirements

  • Use separate processes for 1 event in a reddis-like decentralized environment?

Multiprocessing

  • display makes requests to clients? both algorithm/parameter changes and gather messages
  • different rates for different gather requests?
  • how do you guarantee consistency with changing calculations e.g. ROI?

Packages to Consider

pyqtgraph

mpi

zmq

karabo:
send mail to k. weger

 

vistrails.org:
matplotlib builtin
awkward
python
no obvious c/c++ code
necessary to visualize the workflow
can we group operations into a hierarchy
only qt4 python2 (no python 3)

 

gasnet.lbl.gov:

data transport used by software like legion

support infiniband


http://vispy.org
clemens: going slowly, recommends pyqtgraph
more for rendering with opengl
replacement for pyqtgraph

https://pypi.python.org/pypi/guidata
user-interface generation. unlikely, but maybe...
www.paraview.org:
no
c++/qt
vtk

 

https://wci.llnl.gov/simulation/computer-codes/visit:
c++, rendering, doesn't look too fancy
vtk

 

http://bokeh.pydata.org

interactivity with 2D visualization not so good?

browser based

 

taverna:
written in java

kepler:
written in java

vtk:
3D visualization? Not so useful

 

http://nerds.airbnb.com/airflow/
workflow (hierarchical batch job) management in python

 

https://developers.google.com/protocol-buffers/
language-independent structured data. doesn't feel too useful.
epicsv4 structured channels:
more wire-protocol stuff

 

http://www.jmp.com/en_us/home.html
plotting
closed source

 

https://www.tableau.com
closed source
software to make nice dashboards

  • No labels