home / projects /

pyCOAST, python interface for COAST

jan 2021
links: github

here’s how it goes:

at the core, this is just a simple SWIG-generated interface with some quality-of-life wrapper classes on the python side. (after using SWIG once i don’t want to ever touch python C API with my hands, at least for trivial interfacing tasks!)

the usage examples for this library are in carpet-scripts dir, which, as the name suggests, were used for Monte-Carlo data analysis in Carpet-2 experiment (see e.g. this article).

python library science