shakemap.coremods.plotregr¶
-
class
shakemap.coremods.plotregr.
PlotRegr
(eventid)[source]¶ Bases:
shakemap.coremods.base.CoreModule
plotregr – Plot the regression curves from a data file
Instantiate a CoreModule class with an event ID.
-
command_name
= 'plotregr'¶
-
targets
= ['products/.*_regr\\.png']¶
-
dependencies
= [('products/shake_result.hdf', True)]¶
-
execute
()[source]¶ - Raises:
NotADirectoryError – When the event data directory does not exist.
FileNotFoundError – When the the shake_result HDF file does not exist.
-