moeyensj / thor

Tracklet-less Heliocentric Orbit Recovery
BSD 3-Clause "New" or "Revised" License
40 stars 14 forks source link

Command-line Interface #82

Open moeyensj opened 3 years ago

moeyensj commented 3 years ago

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:

moeyensj commented 3 years ago

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