Code Monkey home page Code Monkey logo

Comments (9)

Bradw-17 avatar Bradw-17 commented on May 24, 2024 2

@sjpagna just use PIDToolBox: https://github.com/bw1129/PIDtoolbox

Plasmatree unfortunately is dead.

from pid-analyzer.

Bradw-17 avatar Bradw-17 commented on May 24, 2024 1

@haplm you deserve the credit! thanks for teaching me

from pid-analyzer.

Plasmatree avatar Plasmatree commented on May 24, 2024

Great! Will add to the wiki :)

from pid-analyzer.

haplm avatar haplm commented on May 24, 2024

Brad, I was going to do the same thing (open an issue with this), and saw you did it already, and even cleaned up our conversation. Thanks man!

from pid-analyzer.

Plasmatree avatar Plasmatree commented on May 24, 2024

Installing python and running the .py works on every platform. On Linux you don't even need to install python since it's already there!
The reason for a win executable is to enable at least for some people a solution without all this.

If you just install anaconda with python 2.7 everything should be there! (and you can also start programming your own stuff, which is awsome! )
https://www.anaconda.com/download/

If you also need an editor, try PyCharm ;)

from pid-analyzer.

Bradw-17 avatar Bradw-17 commented on May 24, 2024

The convo on FB was deleted, what were the command lines for updating again?

from pid-analyzer.

haplm avatar haplm commented on May 24, 2024
cd PID-Analyzer
git pull

optionally 'pip install -r requirements.txt'

from pid-analyzer.

Bradw-17 avatar Bradw-17 commented on May 24, 2024

From Kevin on the BF Slack:

"At least on Linux the problem is, that the check in line 365 "if str(np.shape(l))=='(4L, 2L)'" fails since the string seems to be different on Windows than on Linux (and probably Mac too). Changing this line to "if np.shape(l) == (4,2):" should fix the problem and you'll have the exact same scale as on Windows."

from pid-analyzer.

sjpagna avatar sjpagna commented on May 24, 2024

Hi, in my case, this application not generate png image on tmp folder :-( Any solution ?

from pid-analyzer.

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.