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
98d4e691
Commit
98d4e691
authored
Nov 13, 2017
by
Theo Steininger
Browse files
Increased the minimal possible value for b0 in WMAP model
parent
73fdede5
Changes
1
Hide whitespace changes
Inline
Side-by-side
imagine/magnetic_fields/wmap3yr_magnetic_field/wmap3yr_magnetic_field_factory.py
View file @
98d4e691
...
...
@@ -27,7 +27,7 @@ class WMAP3yrMagneticFieldFactory(MagneticFieldFactory):
def
_generate_variable_to_parameter_mapping_defaults
(
self
,
n
):
defaults
=
{
'b0'
:
self
.
_positive_interval
(
6.0
,
2.0
,
n
),
# b0 astro-ph/0603450
'b0'
:
self
.
_positive_interval
(
6.0
,
1.8
,
n
),
# b0 astro-ph/0603450
'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
...
...
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