Click or drag to resize
CGULagDAARC500GPS Method
Lag the GPS fid values for the DAARC500 import.

Available since Oasis montaj version: 7.2.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
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.
Syntax
public static void LagDAARC500GPS(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Mag fid values (GS_DOUBLE)
oVV2
Type: GeoEngine.Core.GXNetCVV
Mag event values (GS_LONG)
oVV3
Type: GeoEngine.Core.GXNetCVV
GPS fid values (GS_DOUBLE, altered on return)
See Also