Tarskin / HappyTools

A tool for the (high-throughput) processing of HPLC data.
Apache License 2.0
34 stars 16 forks source link

CE dual column input #41

Closed glycoaddict closed 5 years ago

glycoaddict commented 5 years ago

trace.py -> added ability to read .csv files, where the files are two columns [time, signal] and separated by a tab '\t'. settings.py -> allowed .csv files to be calibrated (which will produce calibratedfilename.csv). And allowed calibrated*.csv to be recognised for the quant. functions.py -> fixed a typo in Exception. And for quant, made it ignore any peaks that fall outside the RT window, because baseline and noise are not estimatable for these peaks. pdf.py -> made the fontsize smaller and vertically oriented (rotated 90deg) so as to be able to display dense data. peak.py -> made a comment that if peak is outside the RT window set in the options, this block will raise Exception.