Simple tool providing a series of helpful orbit-related functions.
If you already have an anaconda installation, skip this section. Otherwise, follow these steps to install mamba
:
-
Follow these instructions to install
conda
. Note for windows users, I recommend installing the linux version on wsl2. However that's a personal preference. -
Follow these instructions to install
mamba
. Or, if you don't want to click the link, just run the following command:
conda install mamba -n base -c conda-forge
Build and activate the conda environment from the environment.yaml
mamba env create -f environment.yaml
mamba activate orbit-tool
python src --help
usage: src [-h] [-c CONFIG] [--quiet | --error | --warn | --info | --debug] {checktle,convert-orbit} ...