Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
IMAGINE
Commits
70da1a0f
Commit
70da1a0f
authored
Nov 16, 2017
by
Theo Steininger
Browse files
Decreased range of random_rms
parent
98d4e691
Changes
1
Hide whitespace changes
Inline
Side-by-side
imagine/magnetic_fields/wmap3yr_magnetic_field/wmap3yr_magnetic_field_factory.py
View file @
70da1a0f
...
...
@@ -31,7 +31,7 @@ class WMAP3yrMagneticFieldFactory(MagneticFieldFactory):
'psi0'
:
self
.
_positive_interval
(
27.0
,
5.0
,
n
),
# psi0 astro-ph/0603450
'psi1'
:
self
.
_positive_interval
(
0.9
,
5.0
,
n
),
# psi1 astro-ph/0603450
'chi0'
:
self
.
_positive_interval
(
25
,
5.0
,
n
),
# xsi0 astro-ph/0603450
'random_rms'
:
self
.
_positive_interval
(
1.0
,
1.0
,
n
),
'random_rms'
:
self
.
_positive_interval
(
1.0
,
0.3
,
n
),
'random_rho'
:
self
.
_positive_interval
(
0.5
,
0.166
,
n
)
}
return
defaults
Write
Preview
Supports
Markdown
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