cta-observatory / iact-estimator

Estimate the observability properties of a source with an IACT system
https://iact-estimator.readthedocs.io/latest/?badge=latest
2 stars 0 forks source link

What about a GUI? #19

Open HealthyPear opened 1 week ago

HealthyPear commented 1 week ago

As the project grows, it might embed many different way to look at the target source and a CLI interface that dumps tens of plots and data files might bee too messy.

A nice alternative (or addition) might be a relatively simple GUI from which selecting operations, visualizing in preview and optionally saving.

My first proposal would be that of implementing a web-based GUI (much easier to be cross-platform) with nicegui.

HealthyPear commented 6 days ago

This would certainly require to refactor quite some code (e.g. the plotting functions are, for historical reasons, too tied to the YAML config file)