Proposal of tutorials #137
ThibFrgsGmz
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi Thibault! As soon as https://github.com/nyx-space/nyx/milestone/5 is completed and version Trajectory optimization will need to be written after https://github.com/nyx-space/nyx/milestone/6 is completed. Is there any format you think would be best for these tutorials ? Do you envision hosted Jupyter notebooks, a dedicated repository, a walk-through on https://nyxspace.com/, or something else entirely? Thanks |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I feel that the project lacks a tutorial to start using and mastering it.
Here are some ideas for tutorials. If you have better ones, feel free to suggest them!
Introduction to Nyx: A basic tutorial introducing the project, its goals, features and target audience. This tutorial could include information on installing and configuring the development environment.
Using Nyx with Rust: A tutorial showing how to integrate and use the Nyx library in a Rust project. It should include examples of how to use the various Nyx features, such as propagation, dynamic modeling, and orbit determination.
Using Nyx with Python: A tutorial similar to the previous one, but focused on integrating and using the Nyx library in a Python project. It should also include examples of how to use the various Nyx features.
Simulating a space mission with Nyx: a tutorial guiding the user through the creation and simulation of a space mission using Nyx features. This tutorial could cover aspects of mission design, propagation and analysis of results.
Trajectory Optimization and Control with Nyx: a detailed tutorial on the use of optimal and suboptimal control algorithms to plan and optimize spacecraft trajectories using Nyx.
Orbit Determination and Parameter Estimation with Nyx: A tutorial explaining how to use Nyx orbits and parameter estimation functions, such as Kalman filters and solar radiation pressure estimation.
Celestial Calculations with Nyx: A tutorial showing how to perform various calculations related to celestial objects, such as eclipses, light time corrections and frame rotations using Nyx.
Creating Custom Scenarios with Nyx: A tutorial explaining how to create and configure custom scenarios using the TOML file format and how to load them into Nyx for simulations.
Beta Was this translation helpful? Give feedback.
All reactions