-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
Description
the problem
at the moment windef.piv() takes windef.Settings() with only one type of correlation method. it prevents us from a more robust operation when the first pass is for instance linear and normalized and other passes are faster due to already deformed windows circular and not normalized.
Describe the solution you'd like
the suggestion is to move to YAML type of settings that could be even stored in a file next to the results. then we could have
[first pass]
correlation: linear
normalized : True
[multi pass]
correlation: circular
normalized: False
it would also help us to get extended search into the first pass using different interrogaton window sizes and
overlaps and also will open the path to the rectangular windows
[first pass]
interrogation size A : [64, 128]
interrogation size B : [128, 256]
Reactions are currently unavailable