simpeg.utils.io_utils.read_dcip2d_ubc#
- simpeg.utils.io_utils.read_dcip2d_ubc(file_name, data_type, format_type)[source]#
Read UBC-GIF DCIP2D formatted survey or data files.
This method can load survey locations, predicted data or observations files formatted for the UBC-GIF DCIP2D coding package. For more, see the UBC-GIF DCIP2D online manual.
- Parameters:
- file_name
str
The file path to the data file
- data_type{‘volt’, ‘apparent_chargeability’, ‘secondary_potential’}
The type of data.
- format_type{‘general’, ‘surface’, ‘simple’}
The format of the formated file.
- file_name
- Returns:
simpeg.data.Data
A SimPEG data object. The data from the input file is loaded and parsed into three attributes of the data object:
survey: the survey geometry as defined by an instance of :class`simpeg.electromagnetics.static.resistivity.survey.Survey` or :class`simpeg.electromagnetics.static.induced_polarization.survey.Survey`
dobs: observed/predicted data if present in the data file
standard_deviations: uncertainties (if observed data file) or apparent resistivities (if predicted data file)
Galleries and Tutorials using simpeg.utils.io_utils.read_dcip2d_ubc
#
2.5D DC Resistivity and IP Least-Squares Inversion
2.5D DC Resistivity Least-Squares Inversion
2.5D DC Resistivity Inversion with Sparse Norms