Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
pygwinc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gwinc
pygwinc
Commits
284eac98
Commit
284eac98
authored
Aug 16, 2018
by
Christopher Wipf
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '22-newtonian.py-overflow' into 'master'
Resolve "Newtonian.py: Overflow protection needed" Closes
#22
See merge request
!30
parents
ed9f479b
a898974f
Pipeline
#28251
passed with stages
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gwinc/noise/newtonian.py
gwinc/noise/newtonian.py
+1
-1
No files found.
gwinc/noise/newtonian.py
View file @
284eac98
...
...
@@ -44,7 +44,7 @@ def gravg(f, ifo):
omicron
=
1
# a sort of theta function (Fermi distr.)
coeff
=
1
/
(
1
+
3
**
(
gamma
*
(
f
-
fk
)
))
coeff
=
3
**
(
-
gamma
*
f
)
/
(
3
**
(
-
gamma
*
f
)
+
3
**
(
-
gamma
*
fk
))
# modelization of seismic noise (vertical)
ground
=
a
*
coeff
+
a
*
(
1
-
coeff
)
*
(
fk
/
f
)
**
2
...
...
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