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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • RSQSim Batch Plot Gem

    v1 v2  
    1717                                directory containing them
    1818 -g,--geometry-file <arg>       Geometry file
    19  -m,--min-mag <arg>             Minimum magnitude to load/plot (default is
     19 -m,--min-mag <arg>             Minimum mag
     20nitude to load/plot (default is
    2021                                load all)
    2122 -mas,--mag-area-scaling        Magnitude area scaling plot.
     
    3940
    4041}}}
     42
     43For example, to generate all plots for a catalog stored in ./test_catalog
     44
     45{{{
     46java -cp opensha-complete.jar scratch.kevin.simulators.plots.RSQSimBatchPlotGen --geometry-file ./test_catalog/UCERF3.D3.1.1km.tri.2.flt --catalog-file ./test_catalog/ --output-dir example_plots/ --plot-all
     47}}}
     48
     49=== Additional Arguments ===
     50
     51==== UCERF3 Comparisons ====
     52If you wish to include UCERF3 comparisons, first download [http://opensha.usc.edu/ftp/kmilner/ucerf3/2013_05_10-ucerf3p3-production-10runs/2013_05_10-ucerf3p3-production-10runs_COMPOUND_SOL_FM3_1_MEAN_BRANCH_AVG_SOL.zip this file].
     53
     54Then add this argument: --ucerf-sol /path/to/2013_05_10-ucerf3p3-production-10runs_COMPOUND_SOL_FM3_1_MEAN_BRANCH_AVG_SOL.zip
     55
     56==== Minimum Magnitude ====
     57To speed things by skipping small events, use the --min-mag <mag> argument
     58
     59==== Skipping the first N years ====
     60To skip the first N years (during spin up), use the --skip-years <N> argument
     61
     62==== Custom catalog name in plots ====
     63To name your catalog (will show up in legends/plot titles), use the --name <name> argument