Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 557 updates to plot 3d fr py #558

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2022

  1. fixed a problem that was causing an out of bounds error using min(). …

    …added -i option to denote interactive mode where the gui will be launched, requiring user interaction. by default, this script will simply output the plot (2d or 3d) automatically and write it to the directory where frames.bin was found (by default). added an option -o to specify an alternate output directory.
    tm132 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    402cf0d View commit details
    Browse the repository at this point in the history
  2. small update to proto_utils.py to make an error on read_frames() more…

    … explicit in the output print about what went wrong.
    tm132 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    5716664 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. removed the 'index out of bounds' fix, since it was a band-aid and di…

    …d not address the fundamental issue of why the entity id was being shifted down by one and used as an array index. this needs to be reevaluated for a more in-depth reimplementation of how the data is stored in order to be processed (use a map instead of an array?) or if this script is really useful enough to maintain in the first place
    tm132 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c436f9a View commit details
    Browse the repository at this point in the history