 | 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
Syntaxpublic 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
)
Public Shared Sub LagDAARC500GPS (
mag_fid_vv As CVV,
mag_event_vv As CVV,
gps_fid_vv As CVV
)
Public Shared Sub LagDAARC500GPS (
mag_fid_vv As CVV,
mag_event_vv As CVV,
gps_fid_vv As CVV
)
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
)
static member LagDAARC500GPS :
mag_fid_vv : CVV *
mag_event_vv : CVV *
gps_fid_vv : CVV -> unit
static member LagDAARC500GPS :
mag_fid_vv : CVV *
mag_event_vv : CVV *
gps_fid_vv : CVV -> unit
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