MissouriMRDT / Basestation_Software_Blazor

A complete rewrite of Basestation_Software into a Blazor interactive webapp. Complete with a SQLite database for storing data and an API to interface with it.
GNU General Public License v3.0
3 stars 0 forks source link

[Enhancement] Raman Spectroscopy Graph #15

Closed three-halves closed 2 weeks ago

three-halves commented 2 weeks ago

Displays the real-time output from the rover’s Raman spectrometer, allowing the team to analyze material composition on the Martian surface based on the spectral data collected.

Implementing this enhancement on Basestation will involve requesting raman readings using RoveComm and charting that data on a graph. This component should also include functionality for saving the graph as an image and saving the raman data as a CSV.