Open kangz12345 opened 1 year ago
I'm little confused about the difference between "remote" and "local".
As I understood, "remote" method is fetching the H5 file from the proxy server and showing the data like VisualizerApp
.
Is it right?
Yes, correct! "remote" shows the result data from the artiq master, so it requires the RID of the desired experiment. On the other hand, "local" is for showing data files in local (machine). This could allow the data viewer to be more versatile. It don't need the artiq master.
Feature you want to implement
DataViewerApp
features:How the feature is implemented