added automatic req

This commit is contained in:
2025-09-08 13:16:53 +02:00
parent e9ea781898
commit 8cb90a588b

View File

@@ -21,6 +21,13 @@ Measurements offers a simple interface. My TwinCat project for that can be found
<li>Using the microscope X02DA-PG-USB:cam1 </li>
<li> The X-Axis needs to be linked to the reference Axis 2</li>
</ol>
<p>
```bash
pip install -r requirements.txt
```
</p>
If another microscope is used which can use the same epics interface, the ID can be changed in the AD.py file
<p>Location of static Paths:</p>
<ol>
@@ -58,6 +65,13 @@ writing/reading from GVLs. The project can be found under: https://gitea.psi.ch/
<li> Vertical Axis are linked to reference Axis 1 and 4 </li>
</ol>
<p>
```bash
pip install -r requirements.txt
```
</p>
<h3> Analyzing new Data </h3>
For analyzing new data the notebook Measurements Analysis offers some functionalities.