pycsamt.map.profile#
Profile-view and pseudosection API for pyCSAMT surveys.
Functions
|
Build the concrete profile-view figure. |
|
Build the concrete pseudosection figure. |
|
Build a profile-view map. |
|
Build a resistivity or phase pseudosection. |
Classes
|
Builder object for profile maps. |
- class pycsamt.map.profile.ProfileMap(data, *, options=None, **ensure_kwargs)[source]#
Bases:
objectBuilder object for profile maps.
- Parameters:
data (Any)
options (ProfileMapOptions | None)
ensure_kwargs (Any)
- with_options(**kwargs)[source]#
Return a copy with updated options.
- Parameters:
kwargs (Any)
- Return type:
- with_quantity(quantity)[source]#
Return a copy using another mapped quantity.
- Parameters:
quantity (str)
- Return type:
- with_component(component)[source]#
Return a copy using one impedance component.
- Parameters:
component (str)
- Return type:
- pycsamt.map.profile.plot_profile_map(data, *, options=None, **kwargs)[source]#
Build a profile-view map.
- Parameters:
data (Any)
options (ProfileMapOptions | None)
kwargs (Any)
- Return type:
- pycsamt.map.profile.plot_pseudosection(data, *, options=None, **kwargs)[source]#
Build a resistivity or phase pseudosection.
- Parameters:
data (Any)
options (ProfileMapOptions | None)
kwargs (Any)
- Return type:
- pycsamt.map.profile.build_profile_map(data, options)[source]#
Build the concrete profile-view figure.
- Parameters:
data (MapData)
options (ProfileMapOptions)
- Return type:
- pycsamt.map.profile.build_pseudosection(data, options)[source]#
Build the concrete pseudosection figure.
- Parameters:
data (MapData)
options (ProfileMapOptions)
- Return type: