Skip to content

Commit

Permalink
Merge branch 'main' into feature/ans-39
Browse files Browse the repository at this point in the history
  • Loading branch information
ATTron authored Jul 25, 2024
2 parents e098c44 + ce406bd commit 78e8021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WorldCoordinateSystem.zig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ z: f64,

/// Currently this function assumes a fully parsed TLE already
pub fn fromTle(tle: Tle, t0: f64, celestial_object: constants.CelestialBody) WorldCoordinateSystem {

std.log.info("TLE PARSING, {}", .{tle});
const orbital_elements = calculations.tleToOrbitalElements(tle);

Expand Down

0 comments on commit 78e8021

Please sign in to comment.