RAW Binary Lattice Import Automation Options
Since the Import Options dialog is not displayed when the program is driven from an automation script, an options string can be specified in the script. The string consists of comma-separated parameters, which specify the behavior of the various import options.
Option |
Action |
Default |
DataType |
Data type for data nodes in file: 0=Signed 8 bits (character) 1=Unsigned 8 bits (BYTE), 2=Signed 16 Bits (short) 3=Unsigned 16 Bits (short) 4=Signed 32 Bits(integer) 5=Unsigned 32 Bits (integer) 6=Signed 64 Bits 7=32-Bit float 8=64-Bit Double |
1 |
SkipAfter |
Number of data elements to read for each node. |
No |
ItemsPerNode |
Convert area objects to closed curves |
No |
DimX |
Number of x columns in lattice. |
2 |
DimY |
Number of y rows in lattice. |
2 |
DimZ |
Number of z columns (planes) in lattice. |
1 |
StartOffset |
Offset of first data node in file. |
No |
BigEndian |
True if data are in Motorola MSB (big endian)format. False if data are in Intel LSB (little endian) format. |
False |
IndexOrder |
Index order: 0="X, then Y, then Z" 1="Y, then X, then Z" 2="Z, then X, then Y" 4="X, then Z, then Y" 5="Y, then Z, then X" 6="Z, then Y, then X". 0 |
0 |
XMin |
Smallest X value in grid. |
No |
YMin |
Smallest Y value in grid. |
No |
ZMin |
Smallest Z value in grid. |
No |
XMax |
Largest X value in grid. |
No |
YMax |
Largest Y value in grid. |
No |
ZMax |
Largest Z value in grid. |
No |
XSpacing |
Spacing between x nodes in grid. |
No |
YSpacing |
Spacing between Y nodes in grid. |
No |
ZSpacing |
Spacing between Z nodes in grid. |
No |
HasSpacing |
True if RawMin and RawSpacing are valid. False if Raw Min and RawMax are valid. |
False |