Giter Club home page Giter Club logo

Comments (6)

GabrieleManduchi avatar GabrieleManduchi commented on September 25, 2024

Not sure to understand. The pixel values of the displayed image can also be float, and the reported axis values when in point mode are the real axis values, not their indexes.
Try showing in jScope the following:

_x = 0 : 2 * $pi : 0.1;
_y = 1 : 10 : 1;
_s = ( sin(_x) * 100 );
_z = [ _s, 2*_s, 3*_s , _s4, _s5, _s6, _s7, _s8, _s9, _s*10 ];
build_signal( _z, , _x, _y )

from mdsplus.

nelson-zapenergy avatar nelson-zapenergy commented on September 25, 2024

Thanks Gabriele. First I'm using a fairly-recent version of jScope on Windows 10.

I had to do the following (use [ ] rather than ( ) for the _s definition) to NOT get the error "TDI-E-BAD_INDEX, index or subscript is too small or too big":

image

with the image setup:

image

and color setup (0.0 to 1000.0):

image

BUT it is monochromatic:

image

Any ideas?

from mdsplus.

GabrieleManduchi avatar GabrieleManduchi commented on September 25, 2024

Don't check IS_IMAGE toggle button in Setup form. IS_IMAGE is checked only for sequences of frames in which case the matrix has 3 dimensions (ehm, yes...the name is a bit misleading)
I understand you are showing a singleimage.

from mdsplus.

GabrieleManduchi avatar GabrieleManduchi commented on September 25, 2024

...and the popup menu select Signal2d->Plot Image

from mdsplus.

nelson-zapenergy avatar nelson-zapenergy commented on September 25, 2024

Great, thanks!

Looks like the lineout feature doesn't work for the "signal2d" option, is that correct?

from mdsplus.

nelson-zapenergy avatar nelson-zapenergy commented on September 25, 2024

Ah, I understand how it works now, thanks! Closing Issue #2546.

from mdsplus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.