Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
pygwinc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gwinc
pygwinc
Commits
4a0163a2
Commit
4a0163a2
authored
Oct 27, 2020
by
Kevin Kuns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add displacement to force calibration
parent
7aab77b7
Pipeline
#165589
passed with stages
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
gwinc/ifo/noises.py
gwinc/ifo/noises.py
+10
-0
No files found.
gwinc/ifo/noises.py
View file @
4a0163a2
...
...
@@ -229,11 +229,21 @@ def dhdl(f, armlen):
class
Strain
(
nb
.
Calibration
):
"""Calibrate displacement to strain
"""
def
calc
(
self
):
dhdl_sqr
,
sinc_sqr
=
dhdl
(
self
.
freq
,
self
.
ifo
.
Infrastructure
.
Length
)
return
dhdl_sqr
class
Force
(
nb
.
Calibration
):
"""Calibrate displacement to force
"""
def
calc
(
self
):
mass
=
mirror_struct
(
self
.
ifo
,
'ETM'
).
MirrorMass
return
(
mass
*
(
2
*
pi
*
self
.
freq
)
**
2
)
**
2
############################################################
# noise sources
############################################################
...
...
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