Skip to content

Version 2 of FlowTools

Antoine Thomas requested to merge T.Antoine/mipi-flow-tools:master into master

New version of FlowTools, this version has a few new features:

  • Adds support for multicore processing when making more than one graph
  • Adds an option to make better looking contour plots at the cost of speed
  • Fixes the gate analysis not always working
  • Supports freezing of the program with pyinstaller
  • Removes buttons on the interface with no functions
  • Other minor fixes

This version also contains requirements.txt to easily install all the required modules. FlowTools now also comes with a standalone executable for easier use in different environments.

Merge request reports