pygmi.mt.iodefs#
Import and export EDI data.
Classes#
Functions#
|
EDI Import. |
Module Contents#
- class pygmi.mt.iodefs.ImportEDI(parent=None)#
Bases:
pygmi.misc.BasicModule
Import Data.
- ifilelist#
list of input file names.
- Type:
list
- settings(nodialog=False)#
Entry point into item.
- Parameters:
nodialog (bool, optional) – Run settings without a dialog. The default is False.
- Returns:
True if successful, False otherwise.
- Return type:
bool
- saveproj()#
Save project data from class.
- Return type:
None.
- pygmi.mt.iodefs.get_EDI(ifiles)#
EDI Import.
- Parameters:
ifiles (list) – filenames to import
- Returns:
dat – Dataset imported
- Return type:
EDI data.
- class pygmi.mt.iodefs.ExportEDI(parent=None)#
Bases:
pygmi.misc.ContextModule
Export Data.
- ofile#
output file name.
- Type:
str
- run()#
Entry point into the routine, used to run context menu item.
- Returns:
True if successful, False otherwise.
- Return type:
bool
- export_edi(dat)#
Export to EDI format.
- Parameters:
dat (EDI Data) – dataset to export
- Return type:
None.