Skip to content

echavess/Decorr_Index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decorr_Index

Moving window de-correlation for Characteristic Repeating Earthquakes (CREs)

DOI License: LGPL v3 alt text

alt text

  • How to run the code? (DecorrIndx.py) :

    # ----------------I N P U T   P A R A M S----------------------- ###
    
    bandpass_filter=[2, 20]
    trace_len=[0.6, 10.4]
    windowing = [1, 0.10]
    
    # ----------------D A T A   L I S T S----------------------- ###
    reference = 'Highly_rep/OCM.HHZ.2019.108.20.27.15' # This is the reference CRE
    data_stream = glob.glob('Highly_rep/*HH*') # List with all the Traces (Vertical components)
    
    # ----------------R U N  T H E  C O D E----------------------- ###
    decorr_index(reference=reference, stream_waves=data_stream, 
           trace_len=trace_len, bandpass_filter=bandpass_filter, 
           windowing=windowing)
    

About

Moving window de-correlation for Characteristic Repeating Earthquakes (CREs)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages