Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.01 KB

Absorbance96

Python library to work with the Absorbance96 instrument from Byonoy

A basic example.py is provided that guides you trough the most basic usage.

requirements

The core (absorbance96.py) :

  • more_itertools
  • pyserial

To use the utilities used in example.py:

  • numpy
  • more_itertools
  • tabulate

Acknowledgments

This library was part of a project of P.T. Van leeuwen, researcher at the research group Molecular Biology and Food Safety, which is part of the Swammerdam Institute for Life Sciences at the University of Amsterdam. The library has been developed at the Technology Centre of the UvA.

I also want to thank Byonoy for providing support and allowing this library to be published.