Skip to content

Commit f80b50d

Browse files
Update README.md
1 parent 589b958 commit f80b50d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ GUI Python apps written in python and qt for quick analysis of custom data. It a
33

44
_**Python is not required to use GLabViz**_ (see **How to use?**)
55

6-
[_**DOWNLOAD HERE**_](https://github.com/SarthakJariwala/Python_GUI_apps/releases)
6+
[**DOWNLOAD HERE**](https://github.com/SarthakJariwala/Python_GUI_apps/releases)
77

88
The primary users for this Python package application are Ginger Lab members at the University of Washington, Seattle but is licensed under MIT License and open for everyone to use.
99

1010
## Includes
11-
* Fluorescence Lifetime Analysis
11+
* **Fluorescence Lifetime Analysis**
1212
* Analyze lifetime
1313
* Fit data with or without IRF
1414
* Fit with stretched, single, or double exponential functions by diff_ev or fmin_tnc
1515
* Calculate surface recombination velocity
1616
* Export graph and fit results
17-
* Spectra Analysis
17+
* **Spectra Analysis**
1818
* Analyze single spectrum
1919
* Fit with or without background and white light
2020
* Fit with single Lorentzian, single Gaussian, double Gaussian, triple Gaussian models
@@ -26,27 +26,27 @@ The primary users for this Python package application are Ginger Lab members at
2626
* Plot fitted scan by pk_pos, fwhm, sigma, or height
2727
* Export fitted scan
2828
* .pkl to .txt, .pkl to .h5 converters
29-
* Fluorescence Lifetime Imaging Microscopy (FLIM) Data Analysis
29+
* **Fluorescence Lifetime Imaging Microscopy (FLIM) Data Analysis**
3030
* Load lifetime scans in .h5 or .pkl files
3131
* Plot histogram intensity sums and analyze PSF
3232
* Export intensities array and intensities image
3333
* Plot raw histogram data and analyze lifetime
3434
* Compare lifetime in two different regions
35-
* Photluminescence Quantum Efficiency (PLQE) Analysis
35+
* **Photluminescence Quantum Efficiency (PLQE) Analysis**
3636
* Plot PLQE data
3737
* Calculate PLQE
38-
* UV-Vis Data Analysis
38+
* **UV-Vis Data Analysis**
3939
* Plot UV-Vis data
4040
* Correct UV-Vis data for scattering
4141
* Plot Tauc data
4242
* Calculate bandgap
4343
* Export UV-Vis and Tauc plots
44-
* General *H5* View and Plot
44+
* **General *H5* View and Plot**
4545
* Load .h5 file to view file structure
4646
* Plot datasets as a graph or an image
47-
* *H5* and *PKL* File Viewer
47+
* **H5 and PKL File Viewer**
4848
* Load .h5 or .pkl file to view file structure
49-
* Image Analysis
49+
* **Image Analysis**
5050
* Load image on SPOT or Pixera settings, or specify pixel size
5151
* Handle RGB and greyscale images
5252
* Select magnification
@@ -72,7 +72,7 @@ The primary users for this Python package application are Ginger Lab members at
7272
![Image Analysis](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Image_analysis_1.png)
7373

7474
## How to use?
75-
### Standalone App - without Python or any dependencies (_only for Windows users_)
75+
### Standalone App - without Python or any dependencies (_only for Windows users, comming soon for Mac users_)
7676
* Under the [releases](https://github.com/SarthakJariwala/Python_GUI_apps/releases) page, download the latest release of the _**DataBrowser**_ zip file
7777
* Extract the zip file and run _**DataBrowser.exe**_
7878
### With Python and its dependencies

0 commit comments

Comments
 (0)