gsolve.scintrex.CG6Data.to_gsolve_observations

gsolve.scintrex.CG6Data.to_gsolve_observations#

CG6Data.to_gsolve_observations(tilt_corr=True, temp_corr=True, drift_corr=True, tide_corr=False, include_non_standard_fields=False)[source]#

Export CG6 data to a GravityObservations object.

Relevant data fields are renamed to match the GravityObservations schema.

  • Values from corrgrav field are not exported directly.

  • Output meter_reading is derived from corrgrav with all internally applied corrections removed.

  • meter_reading_mgal will contain meter_reading + the specified corrections

Parameters:
tilt_corrbool, default is True

Apply tilt correction tiltcorr to output field meter_reading_mgal.

temp_corrbool, default is True

Apply temperature correction tempcorr to output field meter_reading_mgal.

drift_corrbool, default is False

Apply drift correction driftcorr to output field meter_reading_mgal.

tide_corrbool, default False

Include earth tide correction by copying tidecorr to output field earth_tide_corr.

include_non_standard_fieldsbool or sequence, default is False

Include non-standard fields in the output _GravityObservations object. If a sequence is provided, only specified non-standard fields will be included.

Returns:
_GravityObservations