Skip to content
Snippets Groups Projects
Commit 800c452f authored by Christoph Schmidt's avatar Christoph Schmidt
Browse files

Updated README.md

parent 23a8686b
No related branches found
No related tags found
No related merge requests found
## Still under construction
![](https://upload.wikimedia.org/wikipedia/commons/f/f0/Baustelle-mittel.png)
*This repository is under construction*. It will be restructured after all individual parts are updated.
You can find the dependencies in the gitlab parent folder of this repo.
# Flexsensor
An automation software for [FormFactor Cascade Summit200](https://www.formfactor.com/product/probe-systems/200-mm-systems/summit200/) Probe Stations.
*FlexSensor* is a software that allows to automate measurements using the FormFactor Wafer Prober.
*FlexSensor* is a standalone Python application. Its versatility allows for immediate deployment, without prior programming knowledge. Particularly noteworthy are its post-processing capabilities, however, the software's core functionality is the use of the automated measurement routine to acquire the resonant spectra of photonic devices, integrated within a specialized measurement system, as detailed in Section
## Still under construction*
This repository is under construction. The software is ready for deplyoment but is still in beta.
If you find any bugs or have any suggestions, please open an issue.
![](https://upload.wikimedia.org/wikipedia/commons/f/f0/Baustelle-mittel.png)
# Installation
Create a virtual environment (highly recommended)
Create a virtual environment (highly recommended) and install the dependencies.
```python
python -m venv .venv
source .venv/Scripts/Activate
```
Prior to using the software, these packages need to be installed.
```
pip install rich PySide6 pyyaml matplotlib pyqtgraph pandas scipy numpy
pip install -r requirements.txt
```
# Measuring using Flexsensor
......
......@@ -6,14 +6,14 @@ pyqtgraph
pandas
# Custom added packages
git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@develop
git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@develop
git+https://gitlab.tugraz.at/flexsensor-public/captdevicecontrol.git@develop
git+https://gitlab.tugraz.at/flexsensor-public/lasercontrol.git@develop
#git+https://gitlab.tugraz.at/flexsensor-public/mcpy.git@develop
git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@main
git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@main
git+https://gitlab.tugraz.at/flexsensor-public/captdevicecontrol.git@main
git+https://gitlab.tugraz.at/flexsensor-public/lasercontrol.git@main
git+https://gitlab.tugraz.at/flexsensor-public/mcpy.git@main
#../tools/confighandler
#../captdevicecontrol
#../lasercontrol
../mcpy
#../mcpy
#../tools/fswidgets
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment