Version:

salvus.flow.simple_config.source

salvus.flow.simple_config.source salvus flow simple_config source
Sources in various reference systems and dimensions.

Functions

from_dictionary()

Create a source object from its dictionary representation.
Please note that this does not necessarily result in exactly the same object as some object do some transformations (e.g. the seismology sources). If you need to round-trip to disc with the exact same objects, please use the .to_json() and .from_json() methods.
SIGNATURE
def from_dictionary(d: dict) -> _BaseSource: ...
ARGUMENTS
Required
d
Type:dict
Description:
Dictionary.
RETURNS
Return type: _BaseSource

Submodules

PAGE CONTENTS