calliope-edu / CalliopEO_AstroPi

MIT License
1 stars 2 forks source link

Argparse; Improvements: Max execution time + max data size; setup.sh #22

Closed rzbrk closed 3 years ago

rzbrk commented 3 years ago

I integrated module argparse to be able to modify MAX_DATA_SIZE and MAX_SCRIPT_EXECUTION_TIME from the command line. This way, both features can be tested automatically without wasting too much time. For test purposes small thresholds for values can be specified.

rzbrk commented 3 years ago

I tested the setup.sh on my Raspberry Pi. You can now download the respository, execute setup.sh and "bootstrap" a dedicated user calliope. Finally, you can login in to this user and execute CalliopEO.py from the home directory of this newly created user.