Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 630 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 630 Bytes

Raw Data Importer for SEC and AEC data

created 2019 by gaenssle written in python 3.5

for questions, write to algaenssle@gmx.com

The SEC and AEC (Peak) Data Importer are small programs I have written in Python 3.5.

  • Processes raw chromatography data saved in .txt or .csv files
  • They import all the files for one data set (run) and combines all the samples in one single spread sheet with a common axis
  • All three works after the same principle and simply differ in the type of files they import.
  • They import all text files in a folder and accumulate all the samples into a set of export files.
  • They do not have an GUI