@@ -11,22 +11,21 @@ Dependencies
1111Command line usage
1212------------------
1313<pre >
14- usage: ProbShakemap.py [-h] [--imt {PGA,PGV,SA0.3),SA(1.0),SA(3.0} ] [--tool {StationRecords,Save_Output,QueryHDF5}]
14+ usage: ProbShakemap.py [-h] [--imt IMT ] [--tool {StationRecords,Save_Output,QueryHDF5}]
1515 [--prob_tool {GetStatistics,GetDistributions,EnsemblePlot} [{GetStatistics,GetDistributions,EnsemblePlot} ...]]
16- [--numGMPEsRealizations NUMGMPESREALIZATIONS] [--num_processes NUM_PROCESSES]
17- [--imt_min IMT_MIN] [-- imt_max IMT_MAX] [--station_file STATION_FILE] [--scenario SCENARIO]
18- [--pois_file POIS_FILE] [-- deg_round DEG_ROUND] [--pois_subset] [--n_pois N_POIS]
19- [--max_distance MAX_DISTANCE] [-- pois_selection_method {random,azimuth_uniform}]
20- [--reuse_pois_subset] [--vector_npy] [-- fileScenariosWeights FILESCENARIOSWEIGHTS]
16+ [--numGMPEsRealizations NUMGMPESREALIZATIONS] [--num_processes NUM_PROCESSES] [--imt_min IMT_MIN]
17+ [--imt_max IMT_MAX] [--station_file STATION_FILE] [--scenario SCENARIO] [--pois_file POIS_FILE ]
18+ [--deg_round DEG_ROUND] [--pois_subset] [--n_pois N_POIS] [--max_distance MAX_DISTANCE ]
19+ [--pois_selection_method {random,azimuth_uniform}] [--reuse_pois_subset] [--vector_npy ]
20+ [--fileScenariosWeights FILESCENARIOSWEIGHTS]
2121
2222ProbShakemap Toolbox
2323
2424optional arguments:
2525 -h, --help show this help message and exit
2626
2727input params:
28- --imt {PGA,PGV,SA(0.3),SA(1.0),SA(3.0)}
29- Intensity measure type (IMT)
28+ --imt IMT Intensity measure type (IMT). Possible choices: PGA, PGV, SA.
3029 --tool {StationRecords,Save_Output,QueryHDF5}
3130 Tool(s) to use
3231 --prob_tool {GetStatistics,GetDistributions,EnsemblePlot} [{GetStatistics,GetDistributions,EnsemblePlot} ...]
0 commit comments