You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The code to run these plots reside in the visualization repository

Spatial IM plots

 

Waveform Time Series

 usage: waveforms_sim_obs.py [-h] [--sim-prefix SIM_PREFIX]
                            [--obs-prefix OBS_PREFIX] [-v] [-n NPROC]
                            sim obs out
positional arguments:
  sim                   path to binary file or text dir for simulated
                        seismograms
  obs                   path to text dir for observed seismograms
  out                   output folder to place plots
optional arguments:
  -h, --help            show this help message and exit
  --sim-prefix SIM_PREFIX
                        sim text files are named <prefix>station.comp
  --obs-prefix OBS_PREFIX
                        obs text files are named <prefix>station.comp
  -v                    verbose messages
  -n NPROC, --nproc NPROC
                        number of processes to use

 

IM vs Rupture Distance

usage: im_rrup.py [-h] [--out-dir OUT_DIR] [--run-name RUN_NAME] [--im IM]
                  [--comp COMP]
                  rrup
positional arguments:
  rrup                 path to RRUP file
optional arguments:
  -h, --help           show this help message and exit
  --out-dir OUT_DIR    output folder to place plot
  --run-name RUN_NAME  run_name - should automate?
  --im IM              path to IM file, repeat as necessary
  --comp COMP          component

pSA station

usage: psa_sim_obs.py [-h] [-s SIM] [-o OBS] [-d OUT_DIR]
 [--run-name RUN_NAME] [--comp COMP]
optional arguments:
 -h, --help show this help message and exit
 -s SIM, --sim SIM path to SIMULATED IM file
 -o OBS, --obs OBS path to OBSERVED IM file
 -d OUT_DIR, --out-dir OUT_DIR
 output folder to place plots
 --run-name RUN_NAME run_name - should automate?
 --comp COMP component 
  • No labels