Skip to content

Commit 87b01cd

Browse files
Update README.md
1 parent 582799d commit 87b01cd

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-
The primary users for this Python package are Ginger Lab members at the University of Washington, Seattle but is licensed under MIT License and open for everyone to use.
6+
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.
77

88
## Includes
99
* Fluorescence Lifetime Analysis
@@ -14,6 +14,23 @@ The primary users for this Python package are Ginger Lab members at the Universi
1414
* General *H5* View and Plot
1515
* *H5* and *PKL* File Viewer
1616

17+
## Screenshots
18+
### Welcome Screen
19+
![Welcome Screen](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_interface_1.png)
20+
### Lifetime Analysis
21+
![Lifetime Analysis](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Lifetime_analysis_2.PNG)
22+
### Spectra Analysis
23+
![Single Spectrum](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Spectrum_analysis_1.PNG)
24+
![Scan Data](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Spectrum_analysis_2.PNG)
25+
### FLIM Analysis
26+
![FLIM Analysis](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_FLIM_analysis_1.PNG)
27+
### UV-Vis Analysis
28+
![UV-Vis Analysis](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_UVvis_analysis_1.PNG)
29+
### H5 & Pkl View
30+
![H5-pkl-viewer](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_h5_ViewPlot_analysis_1.PNG)
31+
### H5 Quick Plot
32+
![h5- quick plot](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_h5_ViewPlot_analysis_2.PNG)
33+
1734
## How to use?
1835
### Standalone App - without Python or any dependencies (_only for Windows users_)
1936
* Under the releases page, download the latest release of the _**DataBrowser**_ zip file
@@ -47,20 +64,3 @@ conda install numpy pyqt qtpy h5py pyqtgraph
4764
pip install ScopeFoundry
4865
pip install matplotlib scipy lmfit customplotting==0.1.4.dev0
4966
```
50-
51-
## Screenshots
52-
### Welcome Screen
53-
![Welcome Screen](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_interface_1.png)
54-
### Lifetime Analysis
55-
![Lifetime Analysis](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Lifetime_analysis_2.PNG)
56-
### Spectrum Analysis
57-
![Single Spectrum](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Spectrum_analysis_1.PNG)
58-
![Scan Data](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_Spectrum_analysis_2.PNG)
59-
### FLIM Analysis
60-
![FLIM Analysis](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_FLIM_analysis_1.PNG)
61-
### UV-Vis Analysis
62-
![UV-Vis Analysis](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_UVvis_analysis_1.PNG)
63-
### H5 & Pkl View
64-
![H5-pkl-viewer](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_h5_ViewPlot_analysis_1.PNG)
65-
### H5 Quick Plot
66-
![h5- quick plot](https://github.com/SarthakJariwala/Python_GUI_apps/blob/master/Screenshots/GLabViz_h5_ViewPlot_analysis_2.PNG)

0 commit comments

Comments
 (0)