I would like a method to set the spatial seismicity pdf that takes a string, to make it easier to call from python. The current method NZSHM22_AbstractInversionRunner setSpatialSeisPDF(NZSHM22_SpatialSeisPDF spatialSeisPDF) requires a NZSHM22_SpatialSeisPDF object as an argument.
The string argument should be the name of the NZSHM22_SpatialSeisPDF object
I would like a method to set the spatial seismicity pdf that takes a string, to make it easier to call from python. The current method
NZSHM22_AbstractInversionRunner setSpatialSeisPDF(NZSHM22_SpatialSeisPDF spatialSeisPDF)
requires aNZSHM22_SpatialSeisPDF
object as an argument.The string argument should be the
name
of theNZSHM22_SpatialSeisPDF
object