Skip to content

acmoudleysa/fluorescence-visualization-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fluorescence-visualization-dash

Supposed to work with *.csv files generated from Cary Eclipse Fluorescence Spectrophotometer. Quick setup guide for windows in terminal:

  1. pip install poetry
  2. git clone git@github.com:acmoudleysa/fluorescence-visualization-dash.git
  3. cd fluorescence-visualization-dash
  4. poetry install
  5. poetry shell
  6. Locate the folder where the *.csv files are present using set_data_path \path, where \path is the actual path of the folder
  7. Run run_fluorescence_app

To do:

The idea was to test the dashboard. Currently, I am focusing on minimizing the usage of dbc components and integrating native dash, html, css.

  1. User can upload the file using the upload button but need to add the functionality
  2. Could use docker
  3. Different wavelength selection for 1D and 2D spectrum.
  4. Cannot be deployed on a server because right now the data objects are global variables. Need to figure this out.
  5. Optimize the scatter_removal function using numpy vectorization.
  6. The webpage seems to have problem with different screen sizes. Make it responsive (Using flexbox)
  7. Follow this file structure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages