Skip to content

Commit

Permalink
Remove lox-comms crate (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee authored Jun 10, 2024
1 parent 152f2ec commit 0d5ace8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 68 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ authors = ["Helge Eichhorn and the lox-space contributors"]

[workspace.dependencies]
lox-bodies = { path = "crates/lox-bodies" }
lox-comms = { path = "crates/lox-comms" }
lox-coords = { path = "crates/lox-coords" }
lox-earth = { path = "crates/lox-earth" }
lox-ephem = { path = "crates/lox-ephem" }
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ and `lox-coords` provide tools for advanced users and scientific computing.
* Python bindings for easy integration with industry standard tools.
* Tools for working with time in UTC, TAI, UT1, TT, TCB, TCG and TDB, in wall clock, Julian and high-precision
representations.
* An RF communication toolkit.
* Work with fixed and rotating frames in Cartesian and Keplerian coordinate systems.
* Ephemeris, size and shape data for all major celestial bodies.
* Ingest and interpolate Earth orientation parameters with ease.
Expand All @@ -43,10 +42,6 @@ representations. Offers leap-second aware conversion from UTC to continuous time
Provides structs representing all major celestial bodies, conveniently categorized by a variety of traits exposing
SPICE-dervied data.

### lox-comms

Tools for planning and analysing RF communication links between spacecraft and ground stations.

### lox-coords

Tools for working with fixed and inertial coordinate systems, including transformations between them.
Expand Down
11 changes: 0 additions & 11 deletions crates/lox-comms/Cargo.toml

This file was deleted.

46 changes: 0 additions & 46 deletions crates/lox-comms/src/antennae.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/lox-comms/src/lib.rs

This file was deleted.

0 comments on commit 0d5ace8

Please sign in to comment.