Skip to content

split settings for the first pass and multi-pass #177

@alexlib

Description

@alexlib

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] 

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions