SimPEG.electromagnetics.static.resistivity.IO#
- class SimPEG.electromagnetics.static.resistivity.IO(survey_layout='SURFACE', survey_type='dipole-dipole', dimension=2, a_locations=None, b_locations=None, m_locations=None, n_location=None, electrode_locations=None, data_dc_type='volt', data_dc=None, data_ip_type='volt', data_ip=None, data_sip_type='volt', data_sip=None, times_ip=None, G=None, grids=None, space_type='half-space', line_inds=None, sort_inds=None, mesh=None, dx=None, dy=None, dz=None, npad_x=5, npad_y=5, npad_z=5, pad_rate_x=1.3, pad_rate_y=1.3, pad_rate_z=1.3, ncell_per_dipole=4, corezlength=None, **kwargs)[source]#
- Bases: - object- Attributes - Geometric factor of DC-IP survey. - Locations of the positive (+) current electrodes. - Apparent Conductivity (S/m) - Apparent Conductivity (S/m) - Apparent Conductivity (S/m) - Apparent Resistivity (Ohm-m) - Locations of the negative (-) current electrodes. - Core depth (m). - Measured DC data. - Type of DC-IP survey. - Measured IP data. - Type of DC-IP survey. - Measured Spectral IP data. - Type of DC-IP survey. - Dimension of electrode locations. - Length of corecell in x-direction. - Length of corecell in y-direction. - Length of corecell in z-direction. - Unique locations of a, b, m, n electrodes. - Geometric factor of DC-IP survey. - Line indices. - Locations of the positive (+) potential electrodes. - Mesh for discretization. - Locations of the negative (-) potential electrodes. - The number of cells between dipole electrodes. - The number of padding cells x-direction. - The number of padding cells y-direction. - The number of padding cells y-direction. - Expansion rate of padding cells in x-direction. - Expansion rate of padding cells in x-direction. - Expansion rate of padding cells in x-direction. - Sorting indices from ABMN - Type of DC-IP survey. - Survey geometry of DC surveys. - Survey geometry of DC surveys. - Time channels of measured Spectral IP voltages (s). - Votages (V) - IP votages (V) - IP votages (V) - a - lineLength - n_data - n_spacing - x0 - Methods - from_abmn_locations_to_survey(a_locations, ...)- read A, B, M, N electrode location and data (V or apparent_resistivity) - geometric_factor(survey)- Compute geometric factor, G, using locational informaition in survey object - plotPseudoSection([data_type, data, ...])- Plot 2D pseudo-section for DC-IP data - set_mesh([topo, dx, dy, dz, corezlength, ...])- Set up a mesh for a given DC survey - from_ambn_locations_to_survey - read_dc_data_csv - read_topo_csv - read_ubc_dc2d_obs_file - write_to_csv 
 
