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
Admin message
Gitlab has been updated. More info
here
.
Show more breadcrumbs
LISA Simulation
LISA Instrument
Commits
a1471df9
Commit
a1471df9
authored
4 years ago
by
Olaf Hartwig
Browse files
Options
Downloads
Patches
Plain Diff
Fix type in `oms` noise
parent
5fa9a761
No related branches found
No related tags found
1 merge request
!31
Resolve "Add a first model for measurement/readout noise"
Pipeline
#109707
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lisainstrument/noises.py
+2
-2
2 additions, 2 deletions
lisainstrument/noises.py
with
2 additions
and
2 deletions
lisainstrument/noises.py
+
2
−
2
View file @
a1471df9
...
...
@@ -210,11 +210,11 @@ def oms(fs, size, asd, fknee):
The power spectral density in displacement is given by
S_
bl
(f) [m] = asd^2 [ 1 + (fknee / f)^4 ].
S_
oms
(f) [m] = asd^2 [ 1 + (fknee / f)^4 ].
Multiplying by (2π f / c)^2 to express it as fractional frequency deviations,
S_
bl
(f) [ffd] = (2π asd / c)^2 [ f^2 + (fknee^4 / f^2) ]
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)
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