simpeg.electromagnetics.static.self_potential.Survey#
- class simpeg.electromagnetics.static.self_potential.Survey(source_list, survey_geometry='surface', **kwargs)[source]#
- Bases: - Survey- Streaming potential survey - Parameters:
- source_listlistofsources.StreamingCurrents
 
- source_list
 - Attributes - Locations of the positive (+) current electrodes in the survey. - Locations of the negative (-) current electrodes in the survey. - Locations of the positive (+) potential electrodes in the survey. - Locations of the negative (-) potential electrodes in the survey. - Total number of data for the survey - Number of Sources - List of sources. - Returns, in order, the source locations for all sources in the survey. - Survey geometry. - survey_typehas been removed.- Universal unique identifier - Unique locations of the A, B, M, N electrodes. - Number of associated data for each source - Methods - drape_electrodes_on_topography(mesh, ...[, ...])- Shift electrode locations to discrete surface topography. - Get slices to index a flat array for all source-receiver pairs. - get_slice(source, receiver)- Get slice to index a flat array for a given source-receiver pair. - get_source_indices(sources)- set_geometric_factor([space_type])- Set and return the geometric factor for all data. 
