xmipp3.utils module¶
This module contains utils functions for Xmipp protocols
-
class
xmipp3.utils.
PathData
(**kwargs)[source]¶ Bases:
xmipp3.utils.Data
Just contains two list of x and y coordinates.
-
class
xmipp3.utils.
Point
(pointId, data, weight, state=0)[source]¶ Bases:
object
Return x, y 2d coordinates and some other properties such as weight and state.
-
DISCARDED
= -1¶
-
NORMAL
= 0¶
-
SELECTED
= 1¶
-
-
xmipp3.utils.
normalize_array
(ar)[source]¶ Normalize values in an array with mean 0 and std deviation 1