Coder Social home page Coder Social logo

qtm-scripting's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qtm-scripting's Issues

path to data folder

Dear QTM developpers

I just have a simple question : is there a convenient method to return the data folder path ?

regards

Fabien

Terminal Window Resize

This is not as much about scripting but about GUI.
image
The Terminal window does not resize properly to anything less than 20 lines, part of the window does not fit and becomes unreachable.
image

Issues with counting of frames

image
I blame the guy who invented zero-based array indexing ) The number of errors introduced over the years due to that convention is uncountable.

There is another issue here though. The total number of frames is one frame short to display the whole record. Like, in my example, we need 801 frames to show all frames from 0.00s to 8.00s. We have only 800 which means we can never see the very last frame.
image

tools are not loaded after demo_scripts

If startup_tools.py is loaded after startup_demo_scripts.py, for example, if I want to load both like this:
image
I get the following:
image
The culprit is here:
https://github.com/qualisys/qtm-scripting/blob/113ef154d4d3f1ef03cca46110dd53a1855c9807/startup_tools.py#L13C29-L13C29

if this_dir not in sys.path:
    sys.path.append(this_dir)
    sys.path.append(os.path.join(this_dir,"tools"))
    sys.path.append(os.path.join(this_dir,"user"))

If startup_demo_scripts.py has been loaded before then this_dir is in sys.path thus "tools" subdir is not added to sys.path and modules cannot be found.

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.