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

Fixes phase follow #8

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

juleluj
Copy link

@juleluj juleluj commented Apr 21, 2023

No description provided.

lightguide/blast.py Outdated Show resolved Hide resolved
lightguide/blast.py Outdated Show resolved Hide resolved
lightguide/blast.py Outdated Show resolved Hide resolved
lightguide/blast.py Outdated Show resolved Hide resolved
lightguide/blast.py Outdated Show resolved Hide resolved
lightguide/blast.py Outdated Show resolved Hide resolved
lightguide/blast.py Outdated Show resolved Hide resolved
added spectrogram function to calculate spectrograms
+ example notebook for it
updated client.py to download different data set
added tracefeatures (maybe integrate differently)
updated examples
lightguide/blast.py Outdated Show resolved Hide resolved
lightguide/blast.py Outdated Show resolved Hide resolved
lightguide/client.py Outdated Show resolved Hide resolved
lightguide/models/picks.py Outdated Show resolved Hide resolved
lightguide/models/picks.py Outdated Show resolved Hide resolved
lightguide/models/picks.py Outdated Show resolved Hide resolved
lightguide/models/picks.py Outdated Show resolved Hide resolved
lightguide/models/picks.py Outdated Show resolved Hide resolved
lightguide/models/picks.py Outdated Show resolved Hide resolved
lightguide/models/picks.py Outdated Show resolved Hide resolved
lightguide/blast.py Outdated Show resolved Hide resolved
added trace management (delete,reduce traces) via 'channel_list'
Copy link
Member

@miili miili left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks Juliane!

lightguide/blast.py Outdated Show resolved Hide resolved
"""
return self.channel_list[channel_index]

def get_channel_index(self, channel: int, strict=False) -> int:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Be always strict. Or is there advantage in raising an exception only sometimes?

    improved phase follower:
        initial pick is lightguide picks object
        correlation window of trace has twice the length of template window
    added ability to plot picks of blast directly
-picks.py
    add/join multiple picks objects
    sort picks object by attriute
-3-event-analysis.ipynb
    updated examples as phase follower uses different pick format
    added example of blast/trace visualization
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.

2 participants