@@ -3255,14 +3255,14 @@ def select_atoms(self, sel, *othersel, periodic=True, rtol=1e-05,
3255
3255
coordinate greater than 5.0; ``prop abs z <= 5.0`` selects all
3256
3256
atoms within -5.0 <= z <= 5.0.
3257
3257
relprop [abs] *property* *operator* *value* *selection*
3258
- selects atoms based on position relative to the center of
3259
- geometry (COG) of a given selection, using *property*
3260
- **x**, **y**, or **z** coordinate. Supports the **abs**
3261
- keyword (for absolute value) and the following
3258
+ selects atoms based on position relative to the center of
3259
+ geometry (COG) of a given selection, using *property*
3260
+ **x**, **y**, or **z** coordinate. Supports the **abs**
3261
+ keyword (for absolute value) and the following
3262
3262
*operators*: **<, >, <=, >=, ==, !=**.
3263
- For example, ``relprop z >= 5.0 protein`` selects all atoms
3264
- with z coordinate greater than 5.0 relative to the COG
3265
- of protein; ``relprop abs z <= 5.0 protein`` selects all
3263
+ For example, ``relprop z >= 5.0 protein`` selects all atoms
3264
+ with z coordinate greater than 5.0 relative to the COG
3265
+ of protein; ``relprop abs z <= 5.0 protein`` selects all
3266
3266
atoms within -5.0 <= z <= 5.0 relative to the COG of protein.
3267
3267
sphzone *radius* *selection*
3268
3268
Selects all atoms that are within *radius* of the center of
0 commit comments