You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: