Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command-line Interface #82

Open
7 tasks
moeyensj opened this issue Aug 18, 2021 · 1 comment
Open
7 tasks

Command-line Interface #82

moeyensj opened this issue Aug 18, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Projects

Comments

@moeyensj
Copy link
Owner

THOR needs a command-line interface that exposes more of its key functions.
Something like python runTHOR.py --task=link --inputs_dir={directory} as suggested by @spenczar .

Where task should probably be some of the following:

  • link (run the full pipeline)
  • propagate (propagate orbits to a desired time)
  • ephemeris (generate ephemerides for an observer)
  • iod
  • od
  • attribution
  • test_orbits (find/create test orbits)
@moeyensj moeyensj added the enhancement New feature or request label Aug 18, 2021
@moeyensj moeyensj self-assigned this Aug 18, 2021
@moeyensj moeyensj added this to To do in v1.2 via automation Aug 18, 2021
@moeyensj
Copy link
Owner Author

Additionally, the runTHOR.py script should be added as an entry point to the package. Example: https://github.com/B612-Asteroid-Institute/thorctl/blob/main/setup.cfg#L50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
v1.2
  
To do
Development

No branches or pull requests

1 participant