Skip to content

Commit

Permalink
make CA logging optional for python users
Browse files Browse the repository at this point in the history
  • Loading branch information
rahil-makadia committed Nov 6, 2024
1 parent c07077d commit 12237bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/grss.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,9 @@ PYBIND11_MODULE(libgrss, m) {
.def_readwrite("spiceId", &IntegBody::spiceId, R"mydelimiter(
SPICE ID of the body.
)mydelimiter")
.def_readwrite("logCA", &IntegBody::logCA, R"mydelimiter(
Boolean for whether to log close approaches of the body.
)mydelimiter")
.def_readwrite("isCometary", &IntegBody::isCometary, R"mydelimiter(
Whether the body is a cometary body.
)mydelimiter")
Expand Down

0 comments on commit 12237bd

Please sign in to comment.