Skip to content

Commit

Permalink
No default sample rate for dq
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtrevor committed Oct 30, 2023
1 parent dc31411 commit e282259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/all_sky_search/pycbc_calculate_dqflag
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parser.add_argument('--flag', type=str, required=True,
help="name of the data quality flag")
parser.add_argument('--ifo', type=str, required=True,
help="interferometer to analyze")
parser.add_argument('--sample-frequency',
parser.add_argument('--sample-frequency', required=True,
help="timeseries sampling frequency in Hz")
parser.add_argument("--output-file", required=True,
help="name of output file")
Expand Down

0 comments on commit e282259

Please sign in to comment.