Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
picked a suitable mission duration and data recording frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
micnekr committed Feb 15, 2022
1 parent 0564446 commit 9894b88
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# Main - timing
IS_PROD = True
EXPERIMENT_DURATION_MINUTES = 0.5
SECONDS_PER_ITERATION = 1
EXPERIMENT_DURATION_MINUTES = 3 * 60
SECONDS_PER_ITERATION = 60

# Processing
PREFERRED_RESOLUTION = (640, 480)
Expand All @@ -20,6 +20,11 @@
# Larger data set:
# Discard, no PNG - 26M
# Discard, PNG - 23M
#
# 10 pictures take up 2.2M
# We are allowed to use 3G = 2600M (conservatively)
# Roughly 12000 pictures are allowed
# 3 hours = 10800 minutes, therefore 1 picture per minute should work well
USE_PNG = True

# Output
Expand Down

0 comments on commit 9894b88

Please sign in to comment.