tomas3svoboda / ChroMo

Chromatography model determination
2 stars 0 forks source link

Select_Iso_Exp.py #9

Closed meloun67 closed 2 years ago

meloun67 commented 2 years ago

Function for selection timeseries of each compound in ExperimentSet for isotherm decision

meloun67 commented 2 years ago

@svoboad3 when you are finished with current tasks, please start with this one:

image image

meloun67 commented 2 years ago

@svoboad3 when you are finished with current tasks, please start with this one:

image image

You need to find concetrationTime with max conc only for each component in the experimentSet, but be careful with usage of experimentClusterComp, it needs to store corrected versions of ExperimentSet (experimentSetCor3)

image

svoboad3 commented 2 years ago

Done

This function was pretty simple. Only note I have is that I don't see reason we need to pass in experimentSetCor3. If my understanding of this function is correct, in implementation I've used only experimentClusterComp.

meloun67 commented 2 years ago

Done

This function was pretty simple. Only note I have is that I don't see reason we need to pass in experimentSetCor3. If my understanding of this function is correct, in implementation I've used only experimentClusterComp.

The original idea was that cluster only maps objects in experimentSet, it has changed... the Cor3 is here because by function Remote_DP_Elim.py you maybe eliminate some max conc values

meloun67 commented 2 years ago

Please make adjustments into Functions Diagram