Introduced a runtimeSettings object to allow customization of previously hardcoded runtime parameters. This object includes two key attributes:
time_continuity_resolution: This parameter, defined in seconds, determines the frequency of satellite position calculations.
concurrency_level: This parameter controls the number of parallel jobs used when computing satellite positions.
Updated the readme to provide instructions on configuring runtimeSettings via the configuration file.
Added a test case within the config file tests for runtimeSettings
Introduced a
runtimeSettings
object to allow customization of previously hardcoded runtime parameters. This object includes two key attributes:time_continuity_resolution
: This parameter, defined in seconds, determines the frequency of satellite position calculations.concurrency_level
: This parameter controls the number of parallel jobs used when computing satellite positions.Updated the readme to provide instructions on configuring
runtimeSettings
via the configuration file.Added a test case within the config file tests for
runtimeSettings