You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-11Lines changed: 19 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,22 @@
1
1
# GLabViz
2
-
GUI Python apps written in python and qt for quick analysis of custom data. It also includes the ability to convert data to *H5* if need to be analysed in other software such as MATLAB.
2
+
Graphical User Interface (GUI) Python apps written in python using qt and [pyqtgrpah](http://www.pyqtgraph.org/)for quick analysis of scientific data. It also includes the ability to convert data to *H5* if needed.
3
3
4
4
_**Python is not required to use GLabViz**_ (see **How to use?**)
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.
9
9
10
10
## Includes
11
-
* Fluorescence Lifetime Analysis
11
+
12
+
***Fluorescence Lifetime Analysis**
12
13
* Analyze lifetime
13
14
* Fit data with or without IRF
14
15
* Fit with stretched, single, or double exponential functions by diff_ev or fmin_tnc
15
16
* Calculate surface recombination velocity
16
17
* Export graph and fit results
17
-
* Spectra Analysis
18
+
19
+
***Spectra Analysis**
18
20
* Analyze single spectrum
19
21
* Fit with or without background and white light
20
22
* Fit with single Lorentzian, single Gaussian, double Gaussian, triple Gaussian models
@@ -26,27 +28,33 @@ The primary users for this Python package application are Ginger Lab members at
26
28
* Plot fitted scan by pk_pos, fwhm, sigma, or height
27
29
* Export fitted scan
28
30
* .pkl to .txt, .pkl to .h5 converters
29
-
* Fluorescence Lifetime Imaging Microscopy (FLIM) Data Analysis
31
+
32
+
***Fluorescence Lifetime Imaging Microscopy (FLIM) Data Analysis**
### Standalone App - without Python or any dependencies (_only for Windows users_)
83
+
### Standalone App - without Python or any dependencies (_only for Windows users, comming soon for Mac users_)
76
84
* Under the [releases](https://github.com/SarthakJariwala/Python_GUI_apps/releases) page, download the latest release of the _**DataBrowser**_ zip file
77
85
* Extract the zip file and run _**DataBrowser.exe**_
0 commit comments