Skip to content

Fix: allowing renaming of filter windows#4

Closed
sortega87 wants to merge 1 commit intompimet:mainfrom
sortega87:fix_frozen
Closed

Fix: allowing renaming of filter windows#4
sortega87 wants to merge 1 commit intompimet:mainfrom
sortega87:fix_frozen

Conversation

@sortega87
Copy link
Collaborator

A small fix that allows to rename filter windows. For instance:

    wave_type = "inertio_gravity"
    w_min, w_max = (0.3, 0.8)
    k_min, k_max = (-15, -1)
    h_min, h_max = (12, 50)         #Equivalent depths
    westward_inertio_gravity = get_wave_filter_window(wave_type,
                                                      k_min, k_max,
                                                      w_min, w_max,
                                                      h_min, h_max)       
    westward_inertio_gravity.name = "westward_inertio_gravity"

@sortega87 sortega87 closed this Jul 9, 2025
@sortega87
Copy link
Collaborator Author

The changes are also implemented in #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant