simpeg.utils.io_utils.write_gg3d_ubc#
- simpeg.utils.io_utils.write_gg3d_ubc(filename, data_object)[source]#
Write UBC-GIF GG3D formatted survey or data files.
This function can write survey locations, predicted data or observations files formatted for the UBC-GIF GG3D coding package. For more, see the UBC-GIF GG3D v6.0 online manual.
- Parameters:
- filename
str
File path for the output file
- data_object
simpeg.data.Data
An instance of SimPEG data class. The survey attribute associate with the data object must be an instance of
simpeg.potential_fields.gravity.survey.Survey
- filename