Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorarmin
    • CommentTimeJul 5th 2010
     
    Hello,

    thinking I have a 2-dimensional-array newILArray.
    How can I viausalize that with AddImageSCGraph-Function like an image with a colorbar and within limits newILArray-min/max.

    This isn't what I want:

    ilSubfigure.Panel.Graphs.AddImageSCGraph(newILArray)
    ilSubfigure.Panel.Graphs.Limits.XMax = 319
    ilSubfigure.Panel.Graphs.Limits.XMin = 0
    ilSubfigure.Panel.Graphs.Limits.YMax = 239
    ilSubfigure.Panel.Graphs.Limits.YMin = 0
    ilSubfigure.Panel.Graphs.Limits.ZMax = newILArray.MinValue
    ilSubfigure.Panel.Graphs.Limits.ZMin = newILArray.MaxValue
    • CommentAuthorhaymo
    • CommentTimeJul 6th 2010
     

    What do you mean by "within limits newILArray-min/max" ? ImageSC by default maps the full colorrange of the current colormap (definable by ILPanel.Colormap) to the full range ILArray.Min ... ILArray.Max. If you want to change this, you may alter the colormap? Or did I get you wrong?