Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
GstLAL
Commits
bb57af88
Commit
bb57af88
authored
Jul 09, 2019
by
gstlalcbc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FAR trials factor command line option
parent
2b3fc165
Pipeline
#69773
passed with stages
in 25 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
gstlal-inspiral/bin/gstlal_ll_inspiral_pipe
gstlal-inspiral/bin/gstlal_ll_inspiral_pipe
+3
-0
No files found.
gstlal-inspiral/bin/gstlal_ll_inspiral_pipe
View file @
bb57af88
...
...
@@ -202,6 +202,7 @@ def parse_command_line():
parser
.
add_option
(
"--influx-database-name"
,
help
=
"Specify the database name for the influxDB database. Required if --data-backend = influx."
)
parser
.
add_option
(
"--enable-auth"
,
action
=
"store_true"
,
default
=
False
,
help
=
"If set, enables authentication for the influx aggregator."
)
parser
.
add_option
(
"--enable-https"
,
action
=
"store_true"
,
default
=
False
,
help
=
"If set, enables HTTPS connections for the influx aggregator."
)
parser
.
add_option
(
"--FAR-trialsfactor"
,
metavar
=
"trials"
,
type
=
"float"
,
default
=
1.0
,
help
=
"Add trials factor to FAR before uploading to gracedb"
)
options
,
filenames
=
parser
.
parse_args
()
...
...
@@ -433,6 +434,7 @@ for num_insp_nodes, (svd_banks, likefile, zerolikefile) in enumerate(zip(bank_gr
"gracedb-service-url"
:
options
.
gracedb_service_url
,
"job-tag"
:
jobTags
[
-
1
],
"likelihood-snapshot-interval"
:
options
.
likelihood_snapshot_interval
,
"FAR-trialsfactor"
:
options
.
FAR_trialsfactor
,
"min-instruments"
:
options
.
min_instruments
,
"time-slide-file"
:
options
.
time_slide_file
,
"output-kafka-server"
:
options
.
output_kafka_server
...
...
@@ -495,6 +497,7 @@ for num_insp_nodes, (svd_banks, likefile, zerolikefile) in enumerate(zip(bank_gr
"gracedb-service-url"
:
options
.
inj_gracedb_service_url
,
"job-tag"
:
inj_jobTags
[
-
1
],
"likelihood-snapshot-interval"
:
options
.
likelihood_snapshot_interval
,
"FAR-trialsfactor"
:
options
.
FAR_trialsfactor
,
"min-instruments"
:
options
.
min_instruments
,
"time-slide-file"
:
options
.
time_slide_file
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment