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
[x] Rename the Data Analysis button and Page headers to reflect the true purpose of the page, data exporting.
[x] Implement exporting in the Data Analysis Page
OR
[ ] Make a new button/function for data exporting with included documentation
[ ] Hide Data Analysis from main experiment UI while unused
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.
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.