Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

New version of SeisFinder has both web and CLI features.

The SeisFinder DB is not relying on IMDB anymore. It gets the ims from the csv file. There is a new column called 'im-path' is  added in the SimRun table. The tables IMDB, Station and StationSet are not being used anymore, they can be removed in DB.   

For creating the waveform files, the ll file is created from the binary file for which the bin_path is in SimRun table. The waveform component files (000, 090 and ver) are created on the fly. the new DB structure is shown below.

Image Added

CLI version

Code Block
To run for a single location: python event_search.py <simrunsetname> <eventname> -s <latitude> <longitude> <realisation>
aas105@hypocentre ~/seisfinder2/CLI/event (git)-[event_search] % python event_search.py v17p9 AlpineF2K -s -43.3 173.0 -r AlpineF2K_HYP01-21_S1244


To run for multiple locations:python event_search.py <simrunsetname> <eventname> -m <input-location-csvfile> <realisation>
aas105@hypocentre ~/seisfinder2/CLI/event (git)-[event_search] % python event_search.py v17p9 AlpineF2K -m /home/aas105/seisfinder2/CLI/sample.csv -r AlpineF2K_HYP01-21_S1244

...