oss-slu / Mouser

GNU General Public License v3.0
1 stars 7 forks source link

Implement Data Analysis page #224

Closed jackbelyeu closed 1 month ago

jackbelyeu commented 2 months ago

Describe the feature that you would like added Currently, the Data Analysis button in the main experiment UI outlined in /experiment_pages/experiment/data_analysis_ui.py renders a blank page. This page should instead allow the user to export an experiment's data as a common file type for data processing and analysis (.csv, .xls, etc.)

Tasks that need to completed for this feature

Additional context Mouser was originally conceived to include some more advanced data analysis options and tools, which is why the page exists in the first place. The current direction of the project does not include sophisticated data analysis, but should support common file types to be compatible with popular data analysis software.