Skip to content

Ledger-Donjon/laserstudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laser Studio

An open source python3 software designed to control hardware evaluation benches to conduct automatized evaluations.

Laser Studio permits to have a visual representation of a spatial environment, define zones of interests, and launch an automated scanning process to physically and randomly go through these zones, by controlling motion devices.

Installation

Laser Studio works on Python 3.9+.

It requires following packages to run:

After cloning the repository, you can install those by using the requirements.txt file.

git clone https://github.com/Ledger-Donjon/laserstudio.git
python3 -m pip install --upgrade -r requirements.txt

Usage

To run Laser Studio, tune your configuration file config.yaml with appropriate information about your hardware instruments, then a terminal and run Laser Studio as a module.

python3 -m laserstudio

Documentation

Advanced documentation of Laser Studio is available on Read The Docs.

Licensing

LaserStudio is released under GNU Lesser General Public License version 3 (LGPLv3). See LICENSE and LICENSE.LESSER for license detail

About

No description, website, or topics provided.

Resources

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-3.0
LICENSE.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages