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.
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.