Skip to content
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

ENH: optional rectangular window dims for velocity texture analysis and bug fixes to the load_kazr method #1446

Merged
merged 9 commits into from
Aug 17, 2023

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    8606128 View commit details
    Browse the repository at this point in the history
  2. Update default wind_size in calculate_velocity_texture from 4 to 3

    Using an odd number prevents single index offsets in placement in
    case of an even size
    isilber committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1fef627 View commit details
    Browse the repository at this point in the history
  3. ADD: optional rectangular window dims for velocity texture analysis.

    Also, modify the default window size to 3 instead of the previous
    value of 4 (even number resulting in a potential offset).
    isilber committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    001596b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ea3a31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bdf042 View commit details
    Browse the repository at this point in the history
  6. pep8

    isilber committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    64a6b3c View commit details
    Browse the repository at this point in the history
  7. line reformatting per black

    isilber committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6571b78 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    4227bf7 View commit details
    Browse the repository at this point in the history
  2. FIX: Add in linting fixes

    mgrover1 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    57535ed View commit details
    Browse the repository at this point in the history