ChannelMapStore
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
Returns ChannelMapStore
Properties
channelMapEnabled
numColumns
The number of columns in the image view.
numRows
The number of rows in the image view.
pixelHighlightValue
showChannelString
showChannelStringLabel
showSpectralString
showSpectralStringLabel
showVelocityString
showVelocityStringLabel
startChannel
The first channel at the top-left corner.
Accessors
channelArray
The displayed channels in the image view.
Returns number[]
endChannel
The last channel in the image view.
Returns number
numChannels
The number of panels in the image view.
Returns number
staticInstance
Returns ChannelMapStore
Methods
handlePolarizationChanged
Clears the cache and requests new tiles when the polarization changes.
Parameters
frame: FrameStore
the frame to request tiles for.
Returns void
setChannelMapEnabled
Enables or disables the channel map mode.
Parameters
enabled: boolean
Whether to enable the channel map mode.
Returns void
setNextChannel
Sets the first channel at the top-left corner to the next channel.
Returns void
setNextPage
Moves to the next page of channels.
Returns void
setNumColumns
Sets the number of columns in the image vew.
Parameters
numColumns: number
The number of columns in the image view.
Returns void
setNumRows
Sets the number of rows in the image view.
Parameters
numRows: number
The number of rows in the image view.
Returns void
setPixelHighlightValue
Parameters
val: number
Returns void
setPrevChannel
Sets the first channel at the top-left corner to the previous channel.
Returns void
setPrevPage
Moves to the previous page of channels.
Returns void
setShowChannelString
Parameters
show: boolean
Returns void
setShowChannelStringLabel
Parameters
show: boolean
Returns void
setShowSpectralString
Parameters
show: boolean
Returns void
setShowSpectralStringLabel
Parameters
show: boolean
Returns void
setShowVelocityString
Parameters
show: boolean
Returns void
setShowVelocityStringLabel
Parameters
show: boolean
Returns void
setStartChannel
Sets the first channel at the top-left corner. Skips when the channel is out of range.
Parameters
startChannel: number
The first channel at the top-left corner.
Returns void
Indicates whether the channel map mode is enabled.