orbitx.utils._tle.load_file

Contents

orbitx.utils._tle.load_file#

orbitx.utils._tle.load_file(tle_filepath: str) Tuple[ndarray[tuple[Any, ...], dtype[str_]], ndarray[tuple[Any, ...], dtype[str_]]][source]#

Getting the list of first lines and the list of second lines of all TLEs in the file.

Parameters:

tle_filepath (str) – The path of the file containing the TLEs

Returns:

The list of all first TLE lines tle_line_2 (List[str]): The list of all second TLE lines

Return type:

tle_line_1 (List[str])