Skip to content

henriksson-lab/opendrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiselius

An open-source, cross-platform GUI to control UV-Vis spectrophotometers

Hardware support:

  • NanoDrop ND-1000 microvolume UV-Vis spectrophotometer (Not affiliated with or endorsed by Thermo Fisher Scientific)

Still being developed

Screenshot

A single window: a measurement toolbar, an overlaid spectrum plot, and a table of acquired samples. Select rows to overlay their spectra; export the plot and table to PDF from the File menu. Feature requests are welcome (use github issues).

Tiselius

Building & running

cargo run          # launch the GUI (mock backend)
cargo test         # run all tests
cargo clippy       # lint

Using Tiselius as a library

Disable default features to depend on the measurement/device/format code without pulling in Slint:

[dependencies]
tiselius = { version = "0.1", default-features = false }
use tiselius::measure::{calc, Spectrum};
use tiselius::formats::read_archive;

License

MIT license

Note that the code has been generated using agentic AI. Thus, before using reusing parts, please check if the code has been directly copied from somewhere else

About

Open source software to run Nanodrop instruments

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages