Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LISA Instrument
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LISA Simulation
LISA Instrument
Commits
099a12e5
Commit
099a12e5
authored
2 years ago
by
Jean-Baptiste Bayle
Browse files
Options
Downloads
Plain Diff
Merge branch '93-error-in-unit-documentation-of-test-mass-noise' into 'master'
Resolve "Error in unit documentation of test-mass noise" Closes
#93
See merge request
!115
parents
ac2bef3f
bdf6f68b
No related branches found
No related tags found
1 merge request
!115
Resolve "Error in unit documentation of test-mass noise"
Pipeline
#182679
passed
2 years ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lisainstrument/noises.py
+4
-4
4 additions, 4 deletions
lisainstrument/noises.py
with
4 additions
and
4 deletions
lisainstrument/noises.py
+
4
−
4
View file @
099a12e5
...
...
@@ -221,7 +221,7 @@ def ranging(fs, size, asd=3E-9):
def
testmass
(
fs
,
size
,
asd
=
2.4E-15
,
fknee
=
0.4E-3
):
"""
Generate test-mass acceleration noise [
ffd
].
"""
Generate test-mass acceleration noise [
m/s
].
Expressed in acceleration, the noise power spectrum reads
...
...
@@ -229,8 +229,8 @@ def testmass(fs, size, asd=2.4E-15, fknee=0.4E-3):
Multiplying by 1 / (2π f)^2 yields the noise as a velocity,
S_delta(f) [
ffd
] = (asd / 2π)^2 [ f^(-2) + (fknee^2 / f^4) ]
= (asd / 2π)^2 f^(-2) + (2 asd fknee / 2π)^2 f^(-4)
]
.
S_delta(f) [
m/s
] = (asd / 2π)^2 [ f^(-2) + (fknee^2 / f^4) ]
= (asd / 2π)^2 f^(-2) + (2 asd fknee / 2π)^2 f^(-4).
Args:
asd: amplitude spectral density [ms^(-2)/sqrt(Hz)]
...
...
@@ -251,7 +251,7 @@ def oms(fs, size, asd, fknee):
Multiplying by (2π f / c)^2 to express it as fractional frequency deviations,
S_oms(f) [ffd] = (2π asd / c)^2 [ f^2 + (fknee^4 / f^2) ]
= (2π asd / c)^2 f^2 + (2π asd fknee^2 / c)^2 f^(-2)
= (2π asd / c)^2 f^2 + (2π asd fknee^2 / c)^2 f^(-2)
.
Note that the level of this noise depends on the interferometer and the type of beatnote.
...
...
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