darfix.core.grainplot.OrientationDistImage#
- class darfix.core.grainplot.OrientationDistImage(xlabel, ylabel, scale, origin, data, as_rgb, contours)[source]#
Bases:
ImageParameters
- Parameters:
xlabel (
str
)ylabel (
str
)scale (
tuple
[int
,int
])origin (
tuple
[float
,float
])data (
ndarray
)as_rgb (
ndarray
)contours (
dict
)
-
as_rgb:
ndarray
#
-
contours:
dict
#
-
data:
ndarray
#
-
origin:
tuple
[float
,float
]#
-
scale:
tuple
[int
,int
]#
-
xlabel:
str
#
-
ylabel:
str
#