Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
212c5cc5
Unverified
Commit
212c5cc5
authored
7 months ago
by
Xavier Robin
Browse files
Options
Downloads
Patches
Plain Diff
doc: correct argument names
parent
ba9b467e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/mol/base/doc/editors.rst
+5
-5
5 additions, 5 deletions
modules/mol/base/doc/editors.rst
with
5 additions
and
5 deletions
modules/mol/base/doc/editors.rst
+
5
−
5
View file @
212c5cc5
...
...
@@ -204,7 +204,7 @@ The basic functionality of editors is implemented in the EditorBase class.
:type is_hetatm: bool
:returns: :class:`AtomHandle`
.. method:: InsertAltAtom(residue, atom_name, alt_group, pos, ele
ment
="", occ
upancy
=1.0, b_factor=0.0)
.. method:: InsertAltAtom(residue, atom_name, alt_group, pos, ele="", occ=1.0, b_factor=0.0)
Insert new atom with alternative position indicator
...
...
@@ -221,14 +221,14 @@ The basic functionality of editors is implemented in the EditorBase class.
:type alt_group: string
:param pos: is the position of the atom in global coordinates
:type pos: :class:`~ost.geom.Vec3`
:param ele
ment:
is the atom's element. If set to a a valid element,
:param ele
:
is the atom's element. If set to a a valid element,
atom properties such as mass, charge, radius are set
based on default values for that element. If the element
string is empty, or unknown, the properties are filled
with rather meaningless default values.
:type ele
ment:
class:`string`
:param occ
upancy:
The occupancy of the atom. between 0 and 1
:type occ
upancy:
float
:type ele
:
class:`string`
:param occ
:
The occupancy of the atom. between 0 and 1
:type occ
:
float
:param b_factor: temperature factor.
:type b_factor: float
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment