Skip to content
Snippets Groups Projects
Commit aec91667 authored by Alexander E Pace's avatar Alexander E Pace
Browse files

Added some input documentation

parent 7f8458aa
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ def parse_command_line():
datasource.append_options(parser)
# local caching to help with I/O for offline running
parser.add_option("--local-frame-caching", action = "store_true", help = "blah")
parser.add_option("--local-frame-caching", action = "store_true", help = "Pre-reads frame data, performs downsampling, and stores to local filespace. ")
parser.add_option("--psd-fft-length", metavar = "s", default = 32, type = "int", help = "The length of the FFT used to used to whiten the data (default 32 s).")
parser.add_option("--veto-segments-file", metavar = "filename", help = "Set the name of the LIGO light-weight XML file from which to load vetoes (optional).")
......
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