pygmi.grav.iodefs#

Import Gravity Data.

Classes#

ImportCG5

Import CG-5 data.

Module Contents#

class pygmi.grav.iodefs.ImportCG5(parent)#

Bases: pygmi.misc.BasicModule

Import CG-5 data.

This class imports CG-5 gravimeter data with associated GPS data.

Parameters:

parent (parent) – Reference to the parent routine.

setupui()#

Set up UI.

Return type:

None.

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.

get_cg5(filename='')#

Get CG-5 filename and load data.

Parameters:

filename (str, optional) – CG-5 filename submitted for testing. The default is ‘’.

Return type:

None.

get_gps(filename='')#

Get GPS filename and load data.

Parameters:

filename (str, optional) – GPS filename (csv). The default is ‘’.

Return type:

None.