 | LateralAveragingRecorderInitialize Method |
Namespace: LynceeTec.API.CycleAssembly: LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntaxpublic void Initialize(
int stepsCountX,
int stepsCountY,
float stepSizeX_m,
float stepSizeY_m,
float relativeStartingPositionX = 0f,
float relativeStartingPositionY = 0f
)
public:
void Initialize(
int stepsCountX,
int stepsCountY,
float stepSizeX_m,
float stepSizeY_m,
float relativeStartingPositionX = 0f,
float relativeStartingPositionY = 0f
)
Parameters
- stepsCountX Int32
- Number of steps to be used in the X direction.
- stepsCountY Int32
- Number of steps to be used in the Y direction.
- stepSizeX_m Single
- Size of each step in the X direction, in metres.
- stepSizeY_m Single
- Size of each step in the Y direction, in metres.
- relativeStartingPositionX Single (Optional)
- X Starting position of the grid. If 0, will start on the left edge, if 1 will start on the right, and if 0.5 will start in the centre. Will leave NaNs in the image if it is not between 0 and 1.
- relativeStartingPositionY Single (Optional)
- Y Starting position of the grid. If 0, will start on the top edge, if 1 will start on the bottom, and if 0.5 will start in the centre. Will leave NaNs in the image if it is not between 0 and 1.
See Also