Felis is a Python package for processing IT Module test results at the test station and sending those results to Panthera.
It's intended to be used by prexisting test station software but can just as easily be used in your python scripts.
Note: The felis_tester scripts are not actually part of the package. They are just examples of Felis usage.
Within the core methods directory are Felis functions for each of the Ph2_ACF test types. If you wish to contribute your own function for a new test type, see core_methods/get_scurve.py for an annotated example. Fork and merge and we will approve your function.