Python version of bound mass particle searcher originally written in C by Philip J. Carter. Carter et al. 2018
See the tutorial.ipynb
notebook for an introductory tutorial and examples.
First, create and activate your conda environment and then install it with pip
conda create -n env python=3.8.18
conda activate env
pip install planetboundmass