This repository provides a Jupyter Notebook example for fitting a Two-Line Elements set on Keplerian Elements.
A minimum conda environment is described in environment.yml
.
Anaconda or Miniconda
Install the conda environment. For this, you can either import the environment.yml file into Anaconda Navigator, or use the command line
conda env create -f environment.yml
- Enter conda environment:
source activate tlefitting
(or start a terminal directly in the environment using Anaconda Navigator) - Start Jupyter Notebooks:
jupyter notebook