Skip to content

Commit

Permalink
update kepwindow docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mirca committed Jul 27, 2017
1 parent edb0921 commit ad4e268
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyke/kepwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,10 @@ def kepwindow_main():
description=("Calculate and store the window function for a"
" Kepler time series"),
formatter_class=PyKEArgumentHelpFormatter)
parser.add_argument('infile', help='Name of input file', type=str)
parser.add_argument('infile',
help=('The name of a MAST standard format FITS'
' file containing a Kepler light curve'),
type=str)
parser.add_argument('outfile', help='Name of output file', type=str)
parser.add_argument('--datacol', default='SAP_FLUX',
help='Name of data column', type=str,
Expand Down

0 comments on commit ad4e268

Please sign in to comment.