Usage Guide
Installation
Clone the repository:
git clone https://github.com/chrisfinlay/tab-sim.git
Install via pip (CPU-only):
pip install -e ./tab-sim/
Or with GPU support:
pip install -e ./tab-sim/[gpu]
Alternatively, use Docker:
docker build -t tab-sim:latest ./tab-sim/
docker run -it -v $(pwd):/data tab-sim:latest bash
Running Simulations
Simulations are defined by YAML config files and can be launched using:
sim-vis -c path/to/config.yaml -st spacetrack_login.yaml
For help:
sim-vis -h