Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 59d714a

Browse files
authored
update images
1 parent 2aede4b commit 59d714a

1 file changed

Lines changed: 37 additions & 37 deletions

File tree

README.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -9,57 +9,57 @@ 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
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
1717
* 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
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
2828
* .pkl to .txt, .pkl to .h5 converters
2929
* 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
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
3535
* Photluminescence Quantum Efficiency (PLQE) Analysis
36-
* plot PLQE data
37-
* calculate PLQE
36+
* Plot PLQE data
37+
* Calculate PLQE
3838
* 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
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
4444
* General *H5* View and Plot
45-
* load .h5 file to view file structure
46-
* plot datasets as a graph or an image
45+
* Load .h5 file to view file structure
46+
* Plot datasets as a graph or an image
4747
* *H5* and *PKL* File Viewer
48-
* load .h5 or .pkl file to view file structure
48+
* Load .h5 or .pkl file to view file structure
4949
* 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
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
5454

5555
## Screenshots
5656
### Welcome Screen
5757
![Welcome Screen](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_interface_1.png)
5858
### Lifetime Analysis
59-
![Lifetime Analysis](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Lifetime_analysis_2.PNG)
59+
![Lifetime Analysis](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Lifetime_analysis_2.png)
6060
### Spectra Analysis
61-
![Single Spectrum](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Spectrum_analysis_1.PNG)
62-
![Scan Data](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Spectrum_analysis_2.PNG)
61+
![Single Spectrum](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Spectrum_analysis_1.png)
62+
![Scan Data](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Spectrum_analysis_2.png)
6363
### FLIM Analysis
6464
![FLIM Analysis](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_FLIM_analysis_2.png)
6565
### UV-Vis Analysis

0 commit comments

Comments
 (0)