Show / Hide Table of Contents

Enum FamosFileAlignmentMode

Determines the buffer and pack info alignment mode.

Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public enum FamosFileAlignmentMode
Examples

B = Buffer, C = Channel, V = Value

// Continuous layout:
[Raw Block 1 [B1 [C1_V1 C1_V2 ...]] [B2 [C1_V1 C1_V2 ...]] [B2 [C1_V1 C1_V2 ...]] ...]
// Interlaced layout:
[Raw Block 1 [B1 [C1_V1] [C2_V1] [C3_V1] [C1_V2] [C2_V2] [C3_V2] ...]]

Fields

Name Description
Continuous

Assigns each buffer to a continuous region in the raw data block. This is the default.

Interlaced

Sorts the data like in an Excel sheet, i.e. row-wise and creates a single big buffer and raw data block for all data.

  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms