Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GstLAL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
lscsoft
GstLAL
Commits
5f943cae
Commit
5f943cae
authored
15 years ago
by
kipp
Browse files
Options
Downloads
Patches
Plain Diff
Oops, forgot to delete obsolete class.
parent
2180aa24
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/utilities/lloid_gui
+0
-18
0 additions, 18 deletions
src/utilities/lloid_gui
with
0 additions
and
18 deletions
src/utilities/lloid_gui
+
0
−
18
View file @
5f943cae
...
...
@@ -114,24 +114,6 @@ class Detectors(dict):
self
.
end
=
end
self
.
block_size
=
block_size
class
DetectorData
(
object
):
def
__init__
(
self
,
start
,
end
,
block_size
=
16384
*
16
*
8
):
self
.
frame_cache
=
{}
self
.
channel
=
{}
self
.
psd
=
{}
self
.
template_bank_file_name
=
{}
self
.
injection_file
=
{}
self
.
start
=
start
self
.
end
=
end
self
.
block_size
=
block_size
def
add_detector
(
self
,
instrument
,
frame_cache
,
channel
,
psd
,
template_bank_file_name
,
injection_file
=
None
):
self
.
frame_cache
[
instrument
]
=
frame_cache
self
.
channel
[
instrument
]
=
channel
self
.
psd
[
instrument
]
=
psd
self
.
template_bank_file_name
[
instrument
]
=
template_bank_file_name
self
.
injection_file
[
instrument
]
=
injection_file
class
LLOID
(
object
):
def
__init__
(
self
,
pipeline
,
detectors
,
banks
,
do_injections
=
False
):
self
.
banks
=
banks
...
...
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