filter_heavy#
- biotite.structure.filter_heavy(array)[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.