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
corrgravfield are not exported directly.Output
meter_readingis derived fromcorrgravwith all internally applied corrections removed.meter_reading_mgalwill containmeter_reading+ the specified corrections
- Parameters:
- tilt_corrbool, default is True
Apply tilt correction
tiltcorrto output fieldmeter_reading_mgal.- temp_corrbool, default is True
Apply temperature correction
tempcorrto output fieldmeter_reading_mgal.- drift_corrbool, default is False
Apply drift correction
driftcorrto output fieldmeter_reading_mgal.- tide_corrbool, default False
Include earth tide correction by copying
tidecorrto output fieldearth_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