Pixels
siapy.entities.pixels
¶
Coordinates
¶
Pixels
dataclass
¶
Pixels(_data: DataFrame)
from_iterable
classmethod
¶
PARAMETER | DESCRIPTION |
---|---|
iterable |
|
Source code in siapy/entities/pixels.py
27 28 29 30 31 32 33 34 35 36 37 38 39 |
|
load_from_parquet
classmethod
¶
df_homogenious
¶
df_homogenious() -> DataFrame
Source code in siapy/entities/pixels.py
50 51 52 53 |
|
u
¶
u() -> Series
Source code in siapy/entities/pixels.py
55 56 |
|
v
¶
v() -> Series
Source code in siapy/entities/pixels.py
58 59 |
|
to_numpy
¶
to_numpy() -> ndarray
Source code in siapy/entities/pixels.py
61 62 |
|