Scintrex Data Import

Scintrex Data Import#

CG6Data#

CG6Data(data, metadata[, metadata_units, ...])

An object to read and store gravity observations recorded on a Scintrex CG-6.

CG6Data.copy()

Return a deep copy of the object.

CG6Data.from_file(cg6_file[, ...])

Load and parse a Scintrex CG-6 data file.

CG6Data.meter_id

Return instrument identifier - the last for digits of full serial number.

CG6Data.set_drift_correction(drift_rate, ...)

Apply linear drift correction to CG6 data.

CG6Data.set_loop([field, array, datetimes, ...])

Set loop identifiers using one of several methods.

CG6Data.stations

Return a list of unique station names in the data.

CG6Data.to_gsolve_observations([tilt_corr, ...])

Export CG6 data to a GravityObservations object.

CG6Data.to_gsolve_sites([coords_source])

Export CG6 data to a _GravitySites object.

ScintrexData#

ScintrexData(data, metadata[, ...])

Base class for classes that read and manipulate Scintrex data.

ScintrexData.copy()

Return a deep copy of the object.

ScintrexData.meter_id

Return instrument identifier - the last for digits of full serial number.

ScintrexData.set_loop()

ScintrexData.stations

Return a list of unique station names in the data.

ScintrexData.to_gsolve_observations()