Skip to content

DusKing1/PID-Evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PID-Evaluator

This is the kernel code of the online analyzer - Blackbox Mate Online, AKA BBM.

You can check the BBM website here

How to run those scripts?

  1. Install Jupyter Notebook
  2. Download this repo and install all the dependency packages
  3. Run .ipynb files
  4. Then just enjoy each cell!

Optional:

  1. Download and install Anaconda
  2. Install jupyter notebook extension in VSCode
  3. Then enjoy each cell in VSCode!

Dependencies

  • numpy
  • matplotlib
  • pandas
  • scipy
  • os

License

A-GPLv3.0

Credit

This tool/script is strongly inspired by PID-Analyzer and PIDtoolbox, so thanks goes to all those whom have contributed to PID-analyzer and PIDtoolbox.

Origins for this repo (Thanks!):

  • Plasmatree (for PID-Analyzer),
  • Brian White (for PIDtoolbox),
  • ColinNiu (for pyPIDtoolbox)

Big thanks to current and past contributors:

  • Chiang, Hugo (DusKing) - optimizing many details to make it scientific and usable
  • ColinNiu - for the surprising framework
  • Pawn, David (pdw) - for the massive testing job