Workspace 6.21.5
|
Gets a QImage from an ArrayNd, constructing the QImage from a user-defined planar subset of the dataset, using the "Color scale" input to determine how scalar data values are converted to colors.
Inputs: | |||
---|---|---|---|
Array | CSIRO::DataAnalysis::ArrayNd | ||
X dimension | CSIRO::DataAnalysis::NamedDimensionRange | The dimension of the dataset that will comprise the width of the resulting image. | |
Y dimension | CSIRO::DataAnalysis::NamedDimensionRange | The dimension of the dataset that will comprise the height of the resulting image. | |
Fixed dimensions | CSIRO::DataExecution::ObjectArray | An ObjectArray containing a NamedDimensionRange (of size one) for every other dimension in the dataset. This dimension allows the user to control which particular XY plane of the ND dataset is used. | |
Color scale | CSIRO::DataAnalysis::ColorScale | ||
Reset dimensions | Array | CSIRO::DataExecution::Dependency | |
Outputs: | |||
Image | QImage |