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
e3f18255
Commit
e3f18255
authored
6 years ago
by
Kipp Cannon
Browse files
Options
Downloads
Patches
Plain Diff
inspiral.py: gracedb is required
- can rely on gracedb module import to work
parent
394c7244
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gstlal-inspiral/debian/control.in
+0
-2
0 additions, 2 deletions
gstlal-inspiral/debian/control.in
gstlal-inspiral/python/inspiral.py
+1
-5
1 addition, 5 deletions
gstlal-inspiral/python/inspiral.py
with
1 addition
and
7 deletions
gstlal-inspiral/debian/control.in
+
0
−
2
View file @
e3f18255
...
...
@@ -53,8 +53,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-ligo-gracedb (>= 1.11),
python-numpy,
python-scipy
Recommends:
ligo-gracedb
Description: GStreamer for GW data analysis (inspiral parts)
This package provides a variety of gstreamer elements for
gravitational-wave data analysis and some libraries to help write such
...
...
This diff is collapsed.
Click to expand it.
gstlal-inspiral/python/inspiral.py
+
1
−
5
View file @
e3f18255
...
...
@@ -74,11 +74,6 @@ from gi.repository import GObject, Gst
GObject
.
threads_init
()
Gst
.
init
(
None
)
try
:
from
ligo
import
gracedb
except
ImportError
:
print
>>
sys
.
stderr
,
"
warning: gracedb import failed, program will crash if gracedb uploads are attempted
"
from
glue
import
iterutils
from
glue
import
segments
from
glue
import
segmentsUtils
...
...
@@ -99,6 +94,7 @@ from lal import LIGOTimeGPS
from
lal
import
rate
from
lal
import
series
as
lalseries
from
lal.utils
import
CacheEntry
from
ligo
import
gracedb
from
gstlal
import
bottle
from
gstlal
import
cbc_template_iir
...
...
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