-
Notifications
You must be signed in to change notification settings - Fork 0
/
sat_runs.sh
18 lines (18 loc) · 1.85 KB
/
sat_runs.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
python satellite_sim.py --sat_weight 0 --constellation_name starlink_constellation_v1 --survey_length 365
python satellite_sim.py --sat_weight .1 --constellation_name starlink_constellation_v1 --survey_length 365
python satellite_sim.py --sat_weight 1 --constellation_name starlink_constellation_v1 --survey_length 365
python satellite_sim.py --sat_weight 5 --constellation_name starlink_constellation_v1 --survey_length 365
python satellite_sim.py --sat_weight 10 --constellation_name starlink_constellation_v1 --survey_length 365
python satellite_sim.py --sat_weight 500 --constellation_name starlink_constellation_v1 --survey_length 365
python satellite_sim.py --sat_weight 0 --constellation_name starlink_constellation_v2 --survey_length 365
python satellite_sim.py --sat_weight .1 --constellation_name starlink_constellation_v2 --survey_length 365
python satellite_sim.py --sat_weight 1 --constellation_name starlink_constellation_v2 --survey_length 365
python satellite_sim.py --sat_weight 5 --constellation_name starlink_constellation_v2 --survey_length 365
python satellite_sim.py --sat_weight 10 --constellation_name starlink_constellation_v2 --survey_length 365
python satellite_sim.py --sat_weight 500 --constellation_name starlink_constellation_v2 --survey_length 365
python satellite_sim.py --sat_weight 0 --constellation_name oneweb_constellation --survey_length 365
python satellite_sim.py --sat_weight .1 --constellation_name oneweb_constellation --survey_length 365
python satellite_sim.py --sat_weight 1 --constellation_name oneweb_constellation --survey_length 365
python satellite_sim.py --sat_weight 5 --constellation_name oneweb_constellation --survey_length 365
python satellite_sim.py --sat_weight 10 --constellation_name oneweb_constellation --survey_length 365
python satellite_sim.py --sat_weight 500 --constellation_name oneweb_constellation --survey_length 365