dijsilva / extractor_of_spectra

Algoritmo para extração de valores de absorbância em arquivos output do MicroNIR TIDA-00554 da Texas Instruments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spectra Extractor built using Python 3.7

Overview

This is a algorithm with GUI for spectra extraction obtained by TEXAS (TIDA) and Eco-ATR (Bruker) spectrometers. This algorithm was created using Python 3.7 and the GUI built using Tkinter library.

How to use

For use, download the file of executable (available for Windows and Ubuntu) or clone this respository and run the main.py script. Make sure that all dependencies were installed.

When the window of GUI open, choose the type of file that the algorithm (required) should read and select which files will be read. Next step is select the name and path of output file. This algorithm can save the output in .xslx or .csv formats.

There are two options that can chosen by user: the creation of a log file (a file that contains informations about the process, like time of execution and/or error that can be occurred) and to use comma as decimal separator (default is point).

After select the files to be read and the output file, just click in START and wait process to complete. The progress bar will be complete and the extraction of spectra is done.

License

MIT © Diego Silva

About

Algoritmo para extração de valores de absorbância em arquivos output do MicroNIR TIDA-00554 da Texas Instruments.

License:MIT License


Languages

Language:Python 100.0%