REDPy icon indicating copy to clipboard operation
REDPy copied to clipboard

Repeating Earthquake Detector (Python)

Results 5 REDPy issues
Sort by recently updated
recently updated
newest added

I am running REDpy on a single station using locally stored files. Running Ubuntu 18.04LTS. ``` [Settings] title=Savo filename=Savo.h5 groupName=Savo groupDesc=Savo nsta=1 station=SAVO network=SW channel=HHZ location=10 server=file searchdir=/home/sherburn/Commercial/Savo/SAVOsds/2021/SW/SAVO/HHZ.D/ winlen=512 cmin=0.80...

In the following lines: https://github.com/ahotovec/REDPy/blob/098495a46acc753a303f22ecf859b646046ea71f/redpy/trigger.py#L43-L48 In the line 43, it checks if `opt.server` equal to file. Then, in the line 46 it also checks the same thing. Type hinting may...

When I select ```delayedstalta´´´ (I also adjusted the remaining triggering settings), I get the following error: ``` Using config file: settings_saojorge2023.cfg Opening hdf5 table: SaoJorge_2023.h5 2022-03-26T00:08:01.000000Z Couldn't find SJ01.EHZ.3k. Couldn't...

When providing the searchdir path to the top directory of my files, it does not find the files (which are three levels of subfolders down) but just provides a list...

Hi Alicia, I've created a list of triggered events and once catfill.py has processed them all, I'm running into this error. Do you have any thought of what might go...