#lib #convert #converter #instrument #run #glotaran #fluorescence

nightly bin+lib glotaran_converter_lib

A crate to convert DataStation TR Fluorescence to be used with Glotaran software

4 releases

0.1.3 Mar 30, 2024
0.1.2 Mar 30, 2024
0.1.1 Mar 30, 2024
0.1.0 Sep 28, 2023

#13 in #instrument

Download history 2/week @ 2024-02-15 10/week @ 2024-02-22 7/week @ 2024-02-29 1/week @ 2024-03-07 2/week @ 2024-03-14 280/week @ 2024-03-28 41/week @ 2024-04-04

321 downloads per month
Used in glotaran_converter_cli

MIT license

295KB
108 lines

Glotaran converter lib

This is a almost completely internal usage library for our lab to convert Time Resolved fluorescence and Laser Flash Photolysys output files to Glotaran wavelength explicit input files.

The equipment we use are:

  • Edinburgh Instruments L980 Spectrometer.
  • Horiba Jovin-Yvon Spex Fluorolog FL3-11 Fluorometer with TRP equipment.

In the first case we can directly run:

use glotaran_converter_lib::run_lfp;

let filename = "example_lfp.txt";
let output_filename = run_lfp(filename).unwrap();

or if you cargo install the lib you can just run

lfp filename 

If you want to use this lib with Fluorescence data I recommend the glotaran_converter_cli lib, which is much more ergonomic, altough no documentation is available yet.

Dependencies

~3.5–5MB
~73K SLoC