Changes between Initial Version and Version 1 of RSQSim Batch Plot Gem


Ignore:
Timestamp:
May 30, 2017, 12:09:16 PM (7 years ago)
Author:
Kevin Milner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RSQSim Batch Plot Gem

    v1 v1  
     1= RSQSim Batch Plot Gen =
     2
     3OpenSHA tool to generate a set of plots for quick analysis of RSQSim catalogs
     4
     5== Usage ==
     6
     7First, download the latest jar file: http://opensha.usc.edu/dev/opensha-complete/nightly/opensha-complete.jar
     8
     9{{{
     10java -cp opensha-complete.jar scratch.kevin.simulators.plots.RSQSimBatchPlotGen
     11Missing required options: g, c, o
     12usage: RSQSimBatchPlotGen [-a] -c <arg> -g <arg> [-m <arg>] [-mas] [-mfd]
     13       [-n <arg>] -o <arg> [-pmfd] [-pri <arg>] [-s <arg>] [-ssri <arg>]
     14       [-tri <arg>] [-u <arg>]
     15 -a,--plot-all                  Flag to generate all plots
     16 -c,--catalog-file <arg>        Path to one of the .*List files, or a
     17                                directory containing them
     18 -g,--geometry-file <arg>       Geometry file
     19 -m,--min-mag <arg>             Minimum magnitude to load/plot (default is
     20                                load all)
     21 -mas,--mag-area-scaling        Magnitude area scaling plot.
     22 -mfd,--total-mfd               Plot total regional MFD
     23 -n,--name <arg>                Short name for this catalog for use in
     24                                plots (Default: RSQSim Catalog)
     25 -o,--output-dir <arg>          Output directory where plots should be
     26                                written
     27 -pmfd,--parent-sect-mfds       Plot parent section participation MFDs
     28 -pri,--parent-sect-ris <arg>   Parent section recurrence interval
     29                                distribution plots
     30 -s,--skip-years <arg>          Time in years to skip from the beginning
     31                                of the catalog, relative to the first
     32                                observed event time
     33 -ssri,--sub-sect-ris <arg>     Sub section RI CSV file and scatter (if U3
     34                                values supplied)
     35 -tri,--total-ri <arg>          Total recurrence interval distribution
     36                                plot
     37 -u,--ucerf-sol <arg>           UCERF3 Fault System Solution file for
     38                                comparisons
     39
     40}}}