Click or drag to resize

CGULagDAARC500GPS Method

Lag the GPS fid values for the DAARC500 import.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void LagDAARC500GPS(
	CVV mag_fid_vv,
	CVV mag_event_vv,
	CVV gps_fid_vv
)

public static void LagDAARC500GPS(
	CVV mag_fid_vv,
	CVV mag_event_vv,
	CVV gps_fid_vv
)

Parameters

mag_fid_vv
Type: GeoEngine.Core.GXNetCVV
Mag fid values (<define>GS_DOUBLE</define>)
mag_event_vv
Type: GeoEngine.Core.GXNetCVV
Mag event values (<define>GS_LONG</define>)
gps_fid_vv
Type: GeoEngine.Core.GXNetCVV
GPS fid values (<define>GS_DOUBLE</define>, altered on return)
Remarks
The fiducial times recorded for the GPS in the RMS Instrument DAARC500 are delayed, and associated with the "wrong" fid value. They should actually be moved to the previous fid value in the mag data where the event flag is non-zero.
See Also