Info¶
Purpose¶
The module Info shows information about the currently connected input image.
Currently the image extents, page extents, voxel data range, data type, voxel size (in milliliters), total volume (in milliliters), number of voxels (in megavoxels), world matrix, and many other information is shown.
Windows¶
Default Panel¶
Input Fields¶
input0¶
- name: input0, type: Image¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
State¶
- name: pagedImgInfo, type: String, persistent: no¶
Shows information about the state of the input image.
Type Info¶
- name: typeInfo, type: String, persistent: no, deprecated name: TypeInfo¶
Shows current type information.
Entry
Description
Byte Size Of Type
The size of the real data type in bytes. In the case of non-standard data types, it is the
sizeofthe data type encapsulated by the carrier data type; otherwise, it is the size of the standard type.Byte Size Of Type
The size of the compiled data type in bytes. In the case of non-standard data types, it is the
sizeofthe carrier data type; otherwise, it is the size of the standard type.Signed
No if it is a signed data type; otherwise, it is Yes.
Floating Point Type
Yes if it is an floating point based type; otherwise, it is No.
Integer Type
Yes if it is an integer based type, otherwise No.
Built In Type
Yes if it is a standard type like MLuint8, MLint8, MLuint16, MLint16, MLuint32, MLint32, MLint64, MLfloat, MLdouble, MLldouble or MLint64; otherwise, it is No.
Supports All Operations
Yes if all functions of a normal built-in type are supported; otherwise, it is No.
Operations Bitmask
MLTypePropBits struct describing all functions installed for this data type.
LDBL-Minimum
Possible minimum value of this data type represented as MLldouble value.
LDBL-Maximum
Possible maximum value of this data type represented as MLldouble value.
Component Codes
The codes describing the components of the data type. The meanings of component codes are
‘b’ for a boolean
‘c’ for an unsigned character
‘C’ for a (signed) character
‘s’ for an unsigned short
‘S’ for a signed short
‘i’ for an unsigned int
‘I’ for a signed int
‘l’ for an unsigned long
‘L’ for a signed long
‘6’ for a 64 bit signed integer
‘f’ for a float
‘d’ for a double
‘D’ for a long double
Component Types
The data types of the components of the data type.
Minimum
Possible minimum value of the data type represented in the data type.
Maximum
Possible maximum value of the data type represented in the data type.
Default
Default value of the data type represented in the data type.
Compatibles
All names of currently registered data types that can store a value of this data type without precision loss.
Voxel to World Matrix¶
- name: worldMatrix, type: Matrix, persistent: no¶
Shows the world matrix.
TDim Table¶
- name: tDimTable, type: String, persistent: no, deprecated name: TDimTable¶
Shows the information strings of the time dimension.
Update¶
- name: update, type: Trigger, deprecated name: Update¶
When pressed, the module updates its information fields.
Bypass Index¶
- name: bypassIndex, type: Integer, persistent: no¶
Shows from which index the data is bypassed or -1 if disabled
In Place Index¶
- name: inPlaceIndex, type: Integer, persistent: no¶
Shows from which index the data is used in-place or -1 if disabled
Connection valid¶
- name: connectionValid, type: Bool, persistent: no, deprecated name: InputConnection¶
Shows whether an input image is connected.
Data valid¶
- name: dataValid, type: Bool, persistent: no, deprecated name: InputData¶
Shows whether the data of the input image is valid.