Class TLE

Class Documentation

class TLE

Class representing a Two-Line Element (TLE) set.

This class provides methods to parse TLE data from strings or files.

Public Members

std::string name
double epoch_year
double epoch_day
double epoch_utc
double bstar
double inclination
double raan
double eccentricity
double arg_perigee
double mean_anomaly
double mean_motion
int prn

Public Static Functions

static TLE FromLines(const std::string &line1, const std::string &line2, const std::string &line3)
static std::vector<TLE> FromFile(const std::string_view filename)