tomas3svoboda / ChroMo

Chromatography model determination
2 stars 0 forks source link

Remote_DP_Elim.py #7

Closed meloun67 closed 2 years ago

meloun67 commented 2 years ago

Calculates the distance of original datapoints (ExperimentSetCor1) and fitted gaussian curve (ExperimentGauss) for each timeseries and delets datapoints from ExperimentSetCor1 which has the distance higher then treshold and saves results into ExperimentSetCor2

in: ExperimentSetCor1 ExperimentSetGauss out: ExperimentSetCor2

svoboad3 commented 2 years ago

Done

needs testing