PID-Evaluator
PID-Evaluator copied to clipboard
Kernel code of the Blackbox Mate Online
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?
- Install Jupyter Notebook
- Download this repo and install all the dependency packages
- Run .ipynb files
- Then just enjoy each cell!
Optional:
- Download and install Anaconda
- Install jupyter notebook extension in VSCode
- 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