Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnitz committed Jun 30, 2023
1 parent b670e4a commit f31182d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hwinj/pycbc_generate_hwinj_from_xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ parser.add_argument('--sample-rate', type=int, required=True,
parser.add_argument("--tag", type=str, default='hwinjcbcsimid',
help="Prefix added to output filenames.")
parser.add_argument('--ifos', nargs='+', default=['H1', 'L1'], required=True,
choices=list(zip(*get_available_detectors()))[0],
choices=get_available_detectors(),
help='List of IFOs to generate injections for.')
# parse command line
opts = parser.parse_args()
Expand Down

0 comments on commit f31182d

Please sign in to comment.