Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gstlal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Duncan Macleod
gstlal
Commits
8276c3c7
Commit
8276c3c7
authored
6 years ago
by
chad.hanna
Browse files
Options
Downloads
Patches
Plain Diff
gstlal-inspiral/bin/gstlal_ll_inspiral_pipe: remove thinca interval
parent
46e83a23
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gstlal-inspiral/bin/gstlal_ll_inspiral_pipe
+0
-3
0 additions, 3 deletions
gstlal-inspiral/bin/gstlal_ll_inspiral_pipe
with
0 additions
and
3 deletions
gstlal-inspiral/bin/gstlal_ll_inspiral_pipe
+
0
−
3
View file @
8276c3c7
...
...
@@ -216,7 +216,6 @@ def parse_command_line():
parser
.
add_option
(
"
--marginalized-likelihood-file
"
,
help
=
"
set the marginalized likelihood file, required
"
)
parser
.
add_option
(
"
--control-peak-time
"
,
default
=
4
,
metavar
=
"
secs
"
,
help
=
"
set the control peak time, default 4
"
)
parser
.
add_option
(
"
--fir-stride
"
,
default
=
4
,
metavar
=
"
secs
"
,
help
=
"
set the fir bank stride, default 4
"
)
parser
.
add_option
(
"
--thinca-interval
"
,
default
=
10
,
metavar
=
"
secs
"
,
help
=
"
set the thinca interval, default 10
"
)
parser
.
add_option
(
"
--gracedb-far-threshold
"
,
type
=
"
float
"
,
help
=
"
false alarm rate threshold for gracedb (Hz), if not given gracedb events are not sent
"
)
parser
.
add_option
(
"
--gracedb-search
"
,
default
=
"
LowMass
"
,
help
=
"
gracedb type, default LowMass
"
)
parser
.
add_option
(
"
--gracedb-pipeline
"
,
default
=
"
gstlal
"
,
help
=
"
gracedb type, default gstlal
"
)
...
...
@@ -457,7 +456,6 @@ for num_insp_nodes, (svd_banks, likefile, zerolikefile) in enumerate(zip(bank_gr
"
gracedb-pipeline
"
:
options
.
gracedb_pipeline
,
"
gracedb-search
"
:
options
.
gracedb_search
,
"
gracedb-service-url
"
:
options
.
gracedb_service_url
,
"
thinca-interval
"
:
options
.
thinca_interval
,
"
job-tag
"
:
jobTags
[
-
1
],
"
likelihood-snapshot-interval
"
:
options
.
likelihood_snapshot_interval
,
"
min-instruments
"
:
options
.
min_instruments
,
...
...
@@ -521,7 +519,6 @@ for num_insp_nodes, (svd_banks, likefile, zerolikefile) in enumerate(zip(bank_gr
"
gracedb-pipeline
"
:
options
.
inj_gracedb_pipeline
,
"
gracedb-search
"
:
options
.
inj_gracedb_search
,
"
gracedb-service-url
"
:
options
.
inj_gracedb_service_url
,
"
thinca-interval
"
:
options
.
thinca_interval
,
"
job-tag
"
:
inj_jobTags
[
-
1
],
"
likelihood-snapshot-interval
"
:
options
.
likelihood_snapshot_interval
,
"
min-instruments
"
:
options
.
min_instruments
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment