tomas3svoboda / ChroMo

Chromatography model determination
2 stars 0 forks source link

Create program OPERATOR #3

Open meloun67 opened 2 years ago

meloun67 commented 2 years ago

OPERATOR program will orchestrate all the python functions, handle data between them and serves as UI.

meloun67 commented 2 years ago

@svoboad3 error found, please repair - name is no Comp1 but a string filled by user in excel image

svoboad3 commented 2 years ago

I think it looks correct, the cell where "componenta" is should be for feed concentration of Comp1

svoboad3 commented 2 years ago

image Here in "real" example, Sac is name and 9.09 is feed concentration

meloun67 commented 2 years ago

yeah you are right, my bad...

meloun67 commented 2 years ago

@svoboad3 please add runtime question to user: Use fitted Gauss curve directly as a corrected datapoints? Y/N

if Y, then we skip Remote_DP_Elim.py and use the output of Fit_Gauss.py directly as a intup to Mass_Balance_Cor.py if N, then we stick to our original plan (use Gaussian just for elimination of remote points base on threshold)