-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trajectory length #36
Comments
Hi @OpenPTVuser - (it would be nice to know your in person :)) I'm not sure about "1. I see the maximum length" - let's get a small sample here (h5 file) and we'll take a look. Maybe it only looks visually longer. Note that here you refer to the 'x' direction - maybe you see the 'y' direction longer? what does it say: traj.pos()[-1,1] - traj.pos()[0,1]
|
Hi, |
Hi, |
Please find the attached. The observation area is 30*30 cm. |
Looks very good. what is the problem, please @OpenPTVuser ? |
The question is that what could be the possible reasons that I do not get the trajectories on the other side of the flow? |
could be, also calibration can be another reason. |
Hello Yosef and Alex,
Thank you for the valuable package you provided.
I am using flowtracks for Lagrangian studies and I have two questions I hope you can help me with those:
traj.pos()[-1,0]-traj.pos()[0,0]
the maximum length I get is 0.16 but when I plot traj positions I see the maximum length of the trajectories is equal to the length of the observation volume (0.3 m).
my guess is that the plot function just join small trajectories and make a longer one or so. If yes, based on what criteria it does that? Please correct me if I am wrong.
2)is there any class for Lyapunov exponent calculation in flowtracks?
Thank you for all the help,
The text was updated successfully, but these errors were encountered: