SimPEG.potential_fields.gravity.Survey#
- class SimPEG.potential_fields.gravity.Survey(source_field, **kwargs)[source]#
- Bases: - BaseSurvey- Base Gravity Survey - Parameters:
- source_fieldSimPEG.potential_fields.gravity.sources.SourceField
- A source object that defines receivers locations for gravity. 
 
- source_field
 - Attributes - Projection matrix from x-faces to receiver locations. - Projection matrix from y-faces to receiver locations. - Projection matrix from z-faces to receiver locations. - Number of components measured at each receiver. - A SimPEG counter object for counting iterations and operations - Number of data for the survey. - Returns the number of receivers in the survey - Number of Sources - Receiver locations. - List of sources associated with the survey - Universal unique identifier - Vector number of data - Methods - eval(fields)- Evaluate the field - get_source_indices(sources)- Project the fields from the mesh to the receiver locations. 
Galleries and Tutorials using SimPEG.potential_fields.gravity.Survey#
 
Cross-gradient Joint Inversion of Gravity and Magnetic Anomaly Data
 
Forward Simulation of Gravity Anomaly Data on a Tensor Mesh
 
Forward Simulation of Gradiometry Data on a Tree Mesh
 
 
