Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 714 Bytes

File metadata and controls

29 lines (18 loc) · 714 Bytes

ISL Degradation

This directory contains tools to calculate the distance of ISLs for different LEO satellite megaconstellations.

Requirements are Python (probably version 3.9) and Jupyter.

  1. Install at least the dependencies in requirements.txt:

    python3 -m pip install -r requirements.txt
  2. Configure the parameters in config.py.

  3. Run distances.py to calculate ISL distances:

    python3 distances.py

    This will create and fill a folder called distances-results.

  4. Run combine.py to combine results into a results file (called results.csv):

    python3 combine.py
  5. Analyze these results with the analyze.ipynb notebook.