Skip to content
Snippets Groups Projects
Commit 40d68a75 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_ll_inspiral_get_urls: add documentation

parent 73d56047
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,12 @@ from urlparse import urlparse
from multiprocessing import Pool
import time
#FIXME use cgi url parsing, or optparse
# usage gstlal_ll_inspiral_get_urls /path/to/process/registry/files IDstart,IDstop poolnum
## @file
# A program to get urls from running gstlal inspiral jobs
#
# ### Usage:
# gstlal_ll_inspiral_get_urls /path/to/process/registry/files IDstart,IDstop poolnum
#
# Example: ./gstlal_ll_inspiral_get_urls ./ 0152,0153 10
directory = sys.argv[1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment