shakemap.coremods.uncertaintymaps¶
-
class
shakemap.coremods.uncertaintymaps.
UncertaintymapsModule
(eventid)[source]¶ Bases:
shakemap.coremods.base.CoreModule
uncertaintymaps – Generate maps of the uncertainty of the IMTs found in shake_result.hdf.
Instantiate a CoreModule class with an event ID.
-
command_name
= 'uncertaintymaps'¶
-
targets
= ['products/intensity_sigma\\.jpg', 'products/intensity_sigma\\.pdf', 'products/pga_sigma\\.jpg', 'products/pga_sigma\\.pdf', 'products/pgv_sigma\\.jpg', 'products/pgv_sigma\\.pdf', 'products/psa_sigma.*p.*\\.jpg', 'products/psa_sigma.*p.*\\.pdf']¶
-
dependencies
= [('products/shake_result.hdf', True)]¶
-
configs
= ['products.conf']¶
-
display_magnitude
= None¶
-
execute
()[source]¶ - Raises:
NotADirectoryError – When the event data directory does not exist.
FileNotFoundError – When the the shake_result HDF file does not exist.
-