gempy.core.data.GeophysicsInput¶
- class gempy.core.data.GeophysicsInput(tz: typing.Annotated[numpy.ndarray, BeforeValidator(func=<function <lambda> at 0x7fbd0cb9b400>, json_schema_input_type=PydanticUndefined)], densities: typing.Annotated[numpy.ndarray, BeforeValidator(func=<function <lambda> at 0x7fbd0cb9b400>, json_schema_input_type=PydanticUndefined)])[source]¶
Methods
__init__
(tz, densities)Attributes
tz
densities
- __init__(tz: ~numpy.Annotated[~numpy.ndarray, ~pydantic.functional_validators.BeforeValidator(func=~gempy_engine.core.data.encoders.converters.<lambda>, json_schema_input_type=PydanticUndefined)], densities: ~numpy.Annotated[~numpy.ndarray, ~pydantic.functional_validators.BeforeValidator(func=~gempy_engine.core.data.encoders.converters.<lambda>, json_schema_input_type=PydanticUndefined)]) None ¶