Skip to content
GitLab
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
910fb6b1
Commit
910fb6b1
authored
Sep 05, 2017
by
Theo Steininger
Browse files
Fixed typo in WMAP3yrMagneticFieldFactory
parent
085207a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
imagine/magnetic_fields/wmap3yr_magnetic_field/wmap3yr_magnetic_field_factory.py
View file @
910fb6b1
...
...
@@ -32,6 +32,6 @@ class WMAP3yrMagneticFieldFactory(MagneticFieldFactory):
'B_field_psi0'
:
self
.
_positive_interval
(
27.0
,
5.0
,
n
),
# psi0 astro-ph/0603450
'B_field_psi1'
:
self
.
_positive_interval
(
0.9
,
5.0
,
n
),
# psi1 astro-ph/0603450
'B_field_xsi0'
:
self
.
_positive_interval
(
25
,
5.0
,
n
),
# xsi0 astro-ph/0603450
'B_field_RMS_uG'
:
self
.
_positive_interal
(
1.0
,
1.0
,
n
)
'B_field_RMS_uG'
:
self
.
_positive_inter
v
al
(
1.0
,
1.0
,
n
)
}
return
defaults
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment