util.elements_uUtility functions for dealing with propagation element set strings.
split3LELineIntoFieldssplit3LELineIntoFields(line: str) → ElementsLineDict
Create an ElementsLineDict from an element set line.
Args:
line: stringReturns: ElementsLineDict
stringify3LEDictstringify3LEDict(tle_dict: dict[int, ElementsLineDict]) → str
Turn an element set dict 3LE dict back into a \n delimited string.
dictify3LEsdictify3LEs(lines: list[str]) → list[dict[int, ElementsLineDict]]
Turn list of strings into list of dicts storing TLE info.
ElementsLineDictTypedDict container for lines of an element set.
Attributes:
fields: list of each field of an element set line as stringsline_str: original whole line string of element set (no newline)This file was automatically generated via lazydocs.