Skip to content

Package Contents

keplemon

ASSETS_DIRECTORY module-attribute

Path to the assets directory containing supporting data files for the package

PACKAGE_DIRECTORY module-attribute

Path to the parent directory of the package

TIME_CONSTANTS_PATH module-attribute

Path to the default time constants file required by the SAAL binaries

Warning

This path should never be modified and is only exposed to allow inspection of current data.

get_license_file_path()

Returns:

Type Description
str

Path to the SGP4 license file

get_thread_count()

Returns:

Type Description
int

Number of cores allocated for use by KepLemon

set_license_file_path(path)

Set the path to the license file required by the SAAL binaries

Parameters:

Name Type Description Default
path str

Path to the SGP4 license file

required

set_thread_count(n)

Set the number of cores allocated for use by KepLemon

Warning

This function must be called before any other functions in the library

Parameters:

Name Type Description Default
n int

Number of cores to allocate

required

Submodules