copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
PySEP documentation - Read the Docs PySEP¶ PySEP (Python Seismogram Extraction and Processing) is a package revolving around the collection, visualization and curation of seismic data and metadata It is built around ObsPy and uses a number of core classes to achieve its goals: PySep: data download and processing tool RecSec: record section plotter for data visualization
Cookbook - PySEP documentation - Read the Docs Here we provide some code snippets using PySEP routines or utilities to perform tasks useful for manipulating or preparing data for moment tensor and waveform inversion software Generating Source Receiver Maps¶ PySEP generates QuakeML and StationXML files during data gathering, which can be used to plot source receiver maps
pysep - PySEP documentation - Read the Docs pysep read_sem (fid, origintime = '1970-01-01T00:00:00', source = None, stations = None, location = '', precision = 4, source_format = 'CMTSOLUTION') [source] ¶ Specfem3D outputs seismograms to ASCII ( sem? or sem ascii) files Converts SPECFEM synthetics into ObsPy Stream objects with the correct header information
PySEP: data download - PySEP documentation - Read the Docs PySEP: data download¶ The PySEP class is a tool for downloading seismic waveform and metadata en-masse It applies some preprocessing, instrument response removal and rotation to all data for use in moment tensor and tomographic inversions PySEP can be used via the command line, or through scripting
Usage - PySEP documentation This page contains information on using PySEP in non-standard environments Running PySEP on UAF Chinook¶ Chinook is University of Alaska Fairbanks’ (UAF) high performance computer We can run PySEP on Chinook using Docker containers through Singularity Apptainer
Tutorials - PySEP documentation - Read the Docs The following docs page provides tutorials on how to use PySEP “in the wild” for research or teaching purposes They are designed around using PySEP as a research tool for seismology or geophysical related problems
pysep. recsec - PySEP documentation - Read the Docs pysep recsec¶ RECord SECtion plotting tool for seismic waveforms (observed and synthetic) This is a refactor of Pysep’s Python utility plotw_rs, a record section plotting script The intent of this script is to plot multiple time series’ based on source-receiver characteristics (i e , src-rcv distance, backazimuth)
pysep. pysep - PySEP documentation Source code for pysep pysep #! usr bin evn python3 """ Python Seismogram Extraction and Processing (PySEP) Download, pre-process, and organize seismic waveforms, event and station metadata Save waveforms as SAC files for use in moment tensor inversion and adjoint tomography codes """ import argparse import logging import os import shutil