Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
e5f2828c
Commit
e5f2828c
authored
Nov 22, 2016
by
eric pellegrini
Browse files
modified the label for r value
parent
47847a26
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/Framework/Jobs/DistanceHistogram.py
View file @
e5f2828c
...
...
@@ -50,7 +50,7 @@ class DistanceHistogram(IJob):
settings
=
collections
.
OrderedDict
()
settings
[
'trajectory'
]
=
(
'mmtk_trajectory'
,{})
settings
[
'frames'
]
=
(
'frames'
,
{
'dependencies'
:{
'trajectory'
:
'trajectory'
}})
settings
[
'r_values'
]
=
(
'range'
,
{
'valueType'
:
float
,
'includeLast'
:
True
,
'mini'
:
0.0
})
settings
[
'r_values'
]
=
(
'range'
,
{
'
label'
:
'r values (nm)'
,
'
valueType'
:
float
,
'includeLast'
:
True
,
'mini'
:
0.0
})
settings
[
'atom_selection'
]
=
(
'atom_selection'
,
{
'dependencies'
:{
'trajectory'
:
'trajectory'
}})
settings
[
'atom_transmutation'
]
=
(
'atom_transmutation'
,
{
'dependencies'
:{
'trajectory'
:
'trajectory'
,
'atom_selection'
:
'atom_selection'
}})
settings
[
'weights'
]
=
(
'weights'
,{
"dependencies"
:{
"atom_selection"
:
"atom_selection"
}})
...
...
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