filter_heavy#
- biotite.structure.filter_heavy(array: AtomArray[N] | AtomArrayStack[M, N]) ndarray[tuple[N], dtype[bool]][source]#
Filter all non-hydrogen atoms of an atom array.
- Parameters:
- arrayAtomArray or AtomArrayStack
The array to be filtered.
- Returns:
- filterndarray, dtype=bool
This array is True for all indices in array, where the atom is a non-hydrogen atom.