Vindaar / TimepixAnalysis

Contains code related to calibration and analysis of Timepix based detector + CAST related code
MIT License
19 stars 6 forks source link

Build (interactive) karax based frontend for `plotData` #31

Open Vindaar opened 5 years ago

Vindaar commented 5 years ago

Just some brainstorming ahead:

By restructuring the plotData script slightly, we should be able to build an interactive data visualization tool for the InGrid analysis.

On the front end side we show a list / buttons (whatever) to show the available plots (for a start). Then select a single or several plots and show a page with the selected plots shown in plotly.

On the backend side we need to either:

Potential further improvements:

Vindaar commented 5 years ago

Something like Vega (lite) would be perfect for this I imagine...