Hi everyone,
I'm trying to run a param sweep on several variables in Morpheus. My plan is to set up several runs, and obtain the data from these runs, with the x-axis plotting the variable I set up in param sweep and plotting y as the time it takes to reach a goal.
Of course, I need to tell the program when the cells reach a goal. The derivative of mean cellular displacement in respects to time should reach about 0 when it reaches the goal, so if I can get the timer to shut off when that derivative reaches 0, that would be great. Then I'd take the mean of the derivative as a data point to put on the y-axis.
So how do I take all that time data from several runs and have it plotted with my param sweep variable? how would I go about executing this?