Collection of Python tools for triangulating astrophysical transients with optimised linear algebra routines and statistical samplers.
Style guide:
- snake case for function and variable names: e.g., some_function_does_thing, variable_x
- Informative Function and script Names!
- Docstrings!
- Short description
- Function outputs
- Any important info (e.g., if implementing something from online, link to website)
- Useful comments