-
Notifications
You must be signed in to change notification settings - Fork 1
CLI (Command Line Interface)
Sylvain Guillet edited this page Aug 3, 2024
·
1 revision
The CLI allow end user to use framework quickly in simple way. With the CLI you access to the following features :
- Propagate small body and visualize it with Cosmographia
- Sub observer point
- Angular separation
- Orientation
- Orbital parameters converter
- Frame converter
- Time converter
- Celestial body information
- Find time windows from coordinate constraint
- Find time windows from distance constraint
- Find time windows from occultation constraint
- Find time windows from field of view constraint
- Find time windows from illumination constraint
To install the CLI in your system just use this command :
dotnet tool install --global IO.Astrodynamics.CLI
To use it, just call astro
in your terminal in anywhere location.
To display available commands type : astro --help
To display how to use a command type : astro time-converter --help