Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
lalsuite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
109
Issues
109
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
30
Merge Requests
30
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
lalsuite
Commits
a2340310
Commit
a2340310
authored
Feb 22, 2019
by
Matthew David Pitkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simulateHeterodynedCW.py: expose the internal response function look-up table to users
parent
611994b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
lalpulsar/python/lalpulsar/simulateHeterodynedCW.py
lalpulsar/python/lalpulsar/simulateHeterodynedCW.py
+9
-1
No files found.
lalpulsar/python/lalpulsar/simulateHeterodynedCW.py
View file @
a2340310
...
...
@@ -266,6 +266,14 @@ class HeterodynedCWSimulator(object):
def
detector
(
self
):
return
self
.
__detector
@
property
def
resp
(
self
):
"""
Return the response function look-up table.
"""
return
self
.
__resp
@
property
def
times
(
self
):
return
self
.
__times
...
...
@@ -407,7 +415,7 @@ class HeterodynedCWSimulator(object):
int
(
updateSSB
),
# the SSB delay should be updated compared to hetSSBdelay
self
.
__hetBSBdelay
,
int
(
updateBSB
),
# the BSB delay should be updated compared to hetBSBdelay
self
.
__
resp
,
self
.
resp
,
self
.
__edat
,
self
.
__tdat
,
self
.
__units_type
)
...
...
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