Data analysis and operation software
Project description
Description
Data analysis and Operation Software (DOpeS) provides a set of tools for
- the analysis of data coming from lab equipment such as Raman spectrometer, white-light interferometer, semiconductor analyzer, ...
- the control of lab equipment such as multimeter, source measurement units, pressure generator, climatic chamber, monochromator, ...
For more advanced software for equipment control, the user can refer to PyMeasure software.
Structure
- data_analysis for the analysis of lab equipment:
- Data processing function such as baseline removal, interpolation, filtering, ...
- File handling to read data files and writting processed data in files
- Specific functions to analyse measurements such as Raman specroscopy, white-light interferometer, semiconductor analyzer, ...
- Modeling of electronic device and material such as diode and MOS transistor
- equipment_control for the control of various lab equipment:
- Digital multimeter (DMM) DMM7510, DMM6500 and K2000
- Source Measurement Unit (SMU) K2400 and K2450
- Semiconductor analyser HP4145 and K4200
- Monochromator CM110
- Pressure generator and monitor KAL100
- Climatic chamber SH242 (sh242.py)
- ...
Requirements
DOpeS is made from functions, classes and scripts based on Python programming lanquage. The following packages are required for the data analysis and the equipment control:
- Numpy for the data handling and processing
- SciPy for the data processing tools such as interpolation and filtering (only for data_analysis part)
- Pyvisa for the communication with equipment (only for equipment_control part)
- Pyserial for the serial communication with equipment (only for equipment_control part)
Installation
DOpeS is easily installed through the Python Index Package (PyPI) available at dopes :
pip install dopes
If you want to keep track of the latest versions, you can download the gitlab repository and keep it synchronized with the gitlab project: To download it, you just have to type the following command in a terminal:
git clone https://forge.uclouvain.be/welcome/dopes.git
To update it with the gitlab project, you can type:
cd path/to/dopes
git pull
Usage
DOpeS is built as a set of python classes and functions. To use it, you only have to create a python script in you favorite IDE and import the dopes package installed through the Python Index Package (PyPI).
A global import can be made to import all the functionnalities:
import dopes
The various tools can also bee specifically accessed as any python package:
import dopes.equipment_control.equipment as eq
import dopes.equipment_control.k2400 as k2400
import dopes.data_analysis.raman as ram
If the package has been locallly downloaded on your laptop with git command or not, the path to DOpeS folder has to be added at the beginning of the script:
import sys
sys.path.insert(1, '/path/to/dopes')
The various tools can then be accessed as any python package and class:
import equipment_control.equipment as eq
import equipment_control.k2400 as k2400
import data_analysis.raman as ram
Lots of examples for the data analysis and equipment control can be found in the examples folder ("examples/data_analysis/" and "/examplesequipment_control"). Furthermore, an markdown (.md) or html (.html) documentation can be found in the doc " folder with a description of all classes and functions present in the software.
Support and contributing
We welcome any feedback on issue, missing operation or equipment but also idea for further improvements.
Authors and acknowledgment
The initial idea of this project has been thought by Loïc Lahaye and Nicolas Roisin.
License
DOpeS © 2025 by Loïc Lahaye and Nicolas Roisin is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International ( CC BY-NC-SA 4.0)
Project status
Still alive
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dopes-2025.0.3.tar.gz.
File metadata
- Download URL: dopes-2025.0.3.tar.gz
- Upload date:
- Size: 86.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90ecb0325fdd7e38bd0e1857cb0c763665da729c7b9cf2a1dd9fae80a535b12e
|
|
| MD5 |
0f188980bc04b0adf29b346a34979acb
|
|
| BLAKE2b-256 |
044aa0a2dc25dbb0dff7894c4f79c12bc6675ce765c6a657b3185272945185e8
|
File details
Details for the file dopes-2025.0.3-py3-none-any.whl.
File metadata
- Download URL: dopes-2025.0.3-py3-none-any.whl
- Upload date:
- Size: 44.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3b878cbff4904efaaebe6671ddb996bb38b957bf6636dffff70b8a1017a0ef7
|
|
| MD5 |
1bd44ed343ebfdd46b1f64546fd18e80
|
|
| BLAKE2b-256 |
5e7fc4231570abe9a90974e99cef9322a99ff7a8f3d5a895ee2a1d2dbbcc7f81
|