Workspace 6.21.5
GetImageFromArrayNd

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.

  • Default label: "Get Image from ND Array"
  • Member of plug-in: Data analysis
  • Catalogue path: Data analysis/Arrays
Inputs:
ArrayCSIRO::DataAnalysis::ArrayNd

X dimensionCSIRO::DataAnalysis::NamedDimensionRangeThe dimension of the dataset that will comprise the width of the resulting image.
Y dimensionCSIRO::DataAnalysis::NamedDimensionRangeThe dimension of the dataset that will comprise the height of the resulting image.
Fixed dimensionsCSIRO::DataExecution::ObjectArrayAn 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 scaleCSIRO::DataAnalysis::ColorScale

Reset dimensionsArrayCSIRO::DataExecution::Dependency

Outputs:
ImageQImage