Gocator API > Go2.Data > Classes > Go2RawProfileData > Functions
Gocator 2x00 API
Functions
Function 
Description 
Gets the exposure time of the raw profile data. Set to 0 if from multiple exposures or sensors are used. 
Gets a pointer to the raw profile data. Raw data is a 2-dimensional array of [x,z] data, with XResolution and ZResolution units. The calculation for each point is: X: XOffset + ranges[index][0] * XResolution Z: ZOffset + ranges[index][1] * ZResolution Invalid ranges are equal to GO2_INVALID_RANGE 
Gets the source for the raw profile data. 
Gets the width of the raw profile data. 
Gets the x offset of the raw profile data. Will always be zero as range data is returned from the sensor with offsets applied. This value does not bear any relationship to the configured active area. 
Gets the x resolution of the raw profile data. This is a scaling factor used to convert profile data into actual units (mm). This value does not bear any relationship to the configured system X resolution. 
Gets the z offset of the raw profile data. Will always be zero as range data is returned from the sensor with offsets applied. This value does not bear any relationship to the configured active area. 
Gets the z resolution of the raw profile data. This is a scaling factor used to convert profile data into actual units (mm). This value does not bear any relationship to the configured system Z resolution. 
Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.