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
Merge requests
!161
Resolve "Documentation issue for test-mass noise"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Documentation issue for test-mass noise"
131-documentation-issue-for-test-mass-noise
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Jean-Baptiste Bayle
requested to merge
131-documentation-issue-for-test-mass-noise
into
master
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#131 (closed)
Fix documentation of test-mass noise
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
80e63196
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
lisainstrument/noises.py
+
1
−
1
Options
@@ -253,7 +253,7 @@ def testmass(fs, size, asd, fknee):
Multiplying by 1 / (2π f)^2 yields the noise as a velocity,
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).
= (asd / 2π)^2 f^(-2) + (asd fknee / 2π)^2 f^(-4).
Args:
asd: amplitude spectral density [ms^(-2)/sqrt(Hz)]
Loading