percival-detector / percivalui

The Percival detector python user interface
0 stars 2 forks source link

online viewer: descrambled #104

Open prcvlusr opened 5 years ago

prcvlusr commented 5 years ago

the online viewer as today shows scrambled images attached here are the online viewer files to show descrambled images (crs only); tested up to ~1 image shown per sec

online_viewer_descrambled.zip

benjaminboitrelle commented 5 years ago

Dear Percivallians,

I have updated the Online Viewer to be able to plot 3 subplots of Coarse/Fine/Gain I have modified:

I do not know on which folder I can fork my files. Below is a link to my GitHub. Please let me know on which folder it should be.

https://github.com/benjaminboitrelle/live_viewer/tree/live_viewer

Regards,

Benjamin

ajgdls commented 4 years ago

Hi @benjaminboitrelle , assuming the live view code does not actually depend on percivalui at all, then actually I would probably add it to the percival-detector repository as a python tool. It is used as a standalone application to view data coming out of the DAQ pipeline and so that repository would be the final destination for it anyway (percivalui will eventually end up in that repo).

You can add the files to a directory called:

percival-detector/tools/python

in your own fork and then PR to the percival-detector repository.