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_namestr
- 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
 
