Skip to content

Commit

Permalink
Set max speed limits to mach1, mach2 science, ref #2157
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell authored Aug 4, 2023
1 parent 6bbd562 commit 41dd439
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ EXPERIMENT_DEFINITION
%sample_amount = 0.334
data_rate = 0.02
@data_rate /= 1440 //24 minutes
requires = CrewMin:1,SurfaceSpeedMin:450,AltitudeMin:10000
requires = CrewMin:1,SurfaceSpeedMin:450,SurfaceSpeedMax:500,AltitudeMin:10000
resources =
crew_operate = True
hide_when_unavailable = True
Expand Down Expand Up @@ -98,7 +98,7 @@ EXPERIMENT_DEFINITION
%sample_amount = 0.334
data_rate = 0.02
@data_rate /= 2160 //36 minutes, requires 3 flights
requires = CrewMin:1,SurfaceSpeedMin:600,AltitudeMin:10000
requires = CrewMin:1,SurfaceSpeedMin:620,SurfaceSpeedMax:670,AltitudeMin:10000
resources =
crew_operate = True
hide_when_unavailable = True
Expand Down

0 comments on commit 41dd439

Please sign in to comment.