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
sec23
korte
pymagglobal
Commits
b437f063
Commit
b437f063
authored
Mar 22, 2021
by
Maximilian Schanner
Browse files
Intensity vmin fix (already scaled to uT)
parent
f0264487
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pymagglobal/_commands.py
View file @
b437f063
...
...
@@ -426,7 +426,7 @@ def maps(args):
vmaxs
[
0
]
=
40
vmins
[
0
]
=
-
vmaxs
[
0
]
vmaxs
[
2
]
/=
1000
vmins
[
2
]
=
np
.
min
(
field
[
2
])
/
1000
vmins
[
2
]
=
np
.
min
(
field
[
2
])
cmaps
[
2
]
=
'Blues'
units
[
0
]
=
r
'deg.'
units
[
1
]
=
r
'deg.'
...
...
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