NodeProfiler Class Documentation#

Package: sc.fiji.snt.analysis

Command to retrieve node profiles (plots of voxel intensities sampled across Path nodes).

Methods#

Getters Methods#

getCancelReason()#
getContext()#
getDelegateObject()#
getInfo()#
getInput(String)#
getInputs()#
getOutput(String)#
getOutputs()#
getPlot(Path, int)#
getTable(Path, int)#
getValues(Path, int, int)#

Gets the profile for the specified path as a map of lists of pixel intensities (profile indices as keys)

isCanceled()#
isInputResolved(String)#
isOutputResolved(String)#
isResolved(String)#

Setters Methods#

setContext(Context)#
setInput(String, Object)#
setInputs(Map)#
setNodeStep(int)#
setOutput(String, Object)#
setOutputs(Map)#
setRadius(int)#
setResolved(String, boolean)#
setShape(ProfileProcessor$Shape)#

Sets the shape of the iterating cursor.

Visualization Methods#

preview()#

Other Methods#

addInput(String, Class)#
addOutput(ModuleItem)#
cancel(String)#
context()#
initialize()#
static main(String;)
removeInput(ModuleItem)#
removeOutput(ModuleItem)#
resolveInput(String)#
resolveOutput(String)#
run()#
uncancel()#
unresolveInput(String)#
unresolveOutput(String)#

See Also#