foxsi / GSE-FOXSI-4

GSE for calibration and flight operation of FOXSI-4
Other
0 stars 1 forks source link

Experiment with plotting #1

Closed thanasipantazides closed 1 year ago

thanasipantazides commented 1 year ago

End goal

Eventually, we want a GUI that can display detector images, light curves, and spectra. These need to refresh relatively quickly (every second or so) during flight, so it is important to test speed/latency. Before we have complete knowledge of the downlink packet format/log file format, it would be good to practice rendering the desired plot types in pyqtgraph from higher-level data (numpy arrays or something). Then, once the log file format is fully defined, we can translate each packet data to a useful format for plotting.

Some helpful (?) links

Todo

pyqtgraph alternatives: