= RSQSim Batch Plot Gen = OpenSHA tool to generate a set of plots for quick analysis of RSQSim catalogs == Usage == First, download the latest jar file: http://opensha.usc.edu/dev/opensha-complete/nightly/opensha-complete.jar {{{ java -cp opensha-complete.jar scratch.kevin.simulators.plots.RSQSimBatchPlotGen Missing required options: g, c, o usage: RSQSimBatchPlotGen [-a] -c -g [-m ] [-mas] [-mfd] [-n ] -o [-pmfd] [-pri ] [-s ] [-ssri ] [-tri ] [-u ] -a,--plot-all Flag to generate all plots -c,--catalog-file Path to one of the .*List files, or a directory containing them -g,--geometry-file Geometry file -m,--min-mag Minimum magnitude to load/plot (default is load all) -mas,--mag-area-scaling Magnitude area scaling plot. -mfd,--total-mfd Plot total regional MFD -n,--name Short name for this catalog for use in plots (Default: RSQSim Catalog) -o,--output-dir Output directory where plots should be written -pmfd,--parent-sect-mfds Plot parent section participation MFDs -pri,--parent-sect-ris Parent section recurrence interval distribution plots -s,--skip-years Time in years to skip from the beginning of the catalog, relative to the first observed event time -ssri,--sub-sect-ris Sub section RI CSV file and scatter (if U3 values supplied) -tri,--total-ri Total recurrence interval distribution plot -u,--ucerf-sol UCERF3 Fault System Solution file for comparisons }}}