fisbareadybeam
:flashlight: A library written in Python to control FISBA READYBeam™ laser light source.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.0%) to scientific vocabulary
Keywords
Repository
:flashlight: A library written in Python to control FISBA READYBeam™ laser light source.
Basic Info
- Host: GitHub
- Owner: complight
- License: mpl-2.0
- Language: Python
- Default Branch: main
- Homepage: https://complightlab.com
- Size: 32.2 KB
Statistics
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Description
A libray to control the Fisba ReadyBeam laser light sources.
At this time, this code is only tested on an Ubuntu 22.04 operating system.
Getting Started
Installing
For installing this library using the following syntax in a Linux shell:
bash
git clone https://github.com/complight/FisbaReadyBeam.git
cd FisbaReadyBeam
pip3 install -e .
or
bash
git clone https://github.com/complight/FisbaReadyBeam.git
cd FisbaReadyBeam
pip3 install -r requirements.txt
sudo python3 setup.py install
Testing
For testing the library, you can use the following syntax in a Linux shell:
bash
pytest
If you do not have pytest installed in your operating system, try installing via:
bash
pip3 install pytest
Issues, Bugs, Comments and suggestion
Please use the issues section of this repository to reach out to us regarding your comment on this library.
Owner
- Name: Computational Light Laboratory
- Login: complight
- Kind: organization
- Email: k.aksit@ucl.ac.uk
- Location: United Kingdom
- Website: https://complightlab.com
- Twitter: complightlab
- Repositories: 5
- Profile: https://github.com/complight
Research at the intersection of light, computation, graphics and perception.
Citation (CITATION.cff)
cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Akşit
given-names: Kaan
orcid: https://orcid.org/0000-0002-5934-5500
- family-names: Wanzenried
given-names: Sven
orcid: https://orcid.org/0000-xxxx-xxxx-xxxx
title: "FisbaReadyBeam"
version: 0.0.1
doi: YY.XXXX/zenodo.XXXXX
GitHub Events
Total
- Issues event: 2
- Watch event: 1
- Issue comment event: 1
- Pull request event: 1
- Fork event: 1
Last Year
- Issues event: 2
- Watch event: 1
- Issue comment event: 1
- Pull request event: 1
- Fork event: 1
Dependencies
- crc >=1.2.0
- pyserial >=3.5