@@ -9,12 +9,48 @@ The primary users for this Python package application are Ginger Lab members at
99
1010## Includes
1111* Fluorescence Lifetime Analysis
12+ * analyze lifetime
13+ * fit data with or without IRF
14+ * fit with stretched, single, or double exponential functions by diff_ev or fmin_tnc
15+ * calculate surface recombination velocity
16+ * export graph and fit results
1217* Spectra Analysis
18+ * analyze single spectrum
19+ * fit with or without background and white light
20+ * fit with single Lorentzian, single Gaussian, double Gaussian, triple Gaussian models
21+ * export graph and fit results
22+ * analyze spectra scan
23+ * load spectra scan data in .h5 or .pkl files
24+ * plot raw scan data
25+ * plot scan intensity sums
26+ * plot fitted scan by pk_pos, fwhm, sigma, or height
27+ * export fitted scan
28+ * .pkl to .txt, .pkl to .h5 converters
1329* Fluorescence Lifetime Imaging Microscopy (FLIM) Data Analysis
30+ * load lifetime scans in .h5 or .pkl files
31+ * plot histogram intensity sums and analyze PSF
32+ * export intensities array and intensities image
33+ * plot raw histogram data and analyze lifetime
34+ * compare lifetime in two different regions
1435* Photluminescence Quantum Efficiency (PLQE) Analysis
36+ * plot PLQE data
37+ * calculate PLQE
1538* UV-Vis Data Analysis
39+ * plot UV-Vis data
40+ * correct UV-Vis data for scattering
41+ * plot Tauc data
42+ * calculate bandgap
43+ * export UV-Vis and Tauc plots
1644* General * H5* View and Plot
45+ * load .h5 file to view file structure
46+ * plot datasets as a graph or an image
1747* * H5* and * PKL* File Viewer
48+ * load .h5 or .pkl file to view file structure
49+ * Image Analysis
50+ * load image on SPOT or Pixera settings, or specify pixel size
51+ * handle RGB and greyscale images
52+ * select magnification
53+ * color profile horizontally or vertically
1854
1955## Screenshots
2056### Welcome Screen
@@ -25,13 +61,15 @@ The primary users for this Python package application are Ginger Lab members at
2561![ Single Spectrum] ( https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Spectrum_analysis_1.PNG )
2662![ Scan Data] ( https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Spectrum_analysis_2.PNG )
2763### FLIM Analysis
28- ![ FLIM Analysis] ( https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_FLIM_analysis_1.PNG )
64+ ![ FLIM Analysis] ( https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_FLIM_analysis_2.png )
2965### UV-Vis Analysis
3066![ UV-Vis Analysis] ( https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_UVvis_analysis_1.PNG )
3167### H5 & Pkl View
3268![ H5-pkl-viewer] ( https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_h5_ViewPlot_analysis_1.PNG )
3369### H5 Quick Plot
3470![ h5- quick plot] ( https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_h5_ViewPlot_analysis_2.PNG )
71+ ### Image Analysis
72+ ![ Image Analysis] ( https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Image_analysis_1.PNG.png )
3573
3674## How to use?
3775### Standalone App - without Python or any dependencies (_ only for Windows users_ )
0 commit comments