Spectral Library
siapy.entities.images.spectral_lib
¶
SpectralLibImage
dataclass
¶
SpectralLibImage(file: SpectralLibType)
Bases: ImageBase
Source code in siapy/entities/images/spectral_lib.py
25 26 27 28 29 |
|
open
classmethod
¶
open(
*,
header_path: str | Path,
image_path: str | Path | None = None,
) -> SpectralLibImage
Source code in siapy/entities/images/spectral_lib.py
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
|
to_display
¶
to_display(equalize: bool = True) -> Image
Source code in siapy/entities/images/spectral_lib.py
97 98 99 100 101 102 103 104 105 106 107 |
|
to_numpy
¶
to_numpy(nan_value: float | None = None) -> ndarray
Source code in siapy/entities/images/spectral_lib.py
109 110 111 112 113 |
|
to_xarray
¶
to_xarray() -> XarrayType
Source code in siapy/entities/images/spectral_lib.py
121 122 123 124 125 126 127 128 129 130 131 132 133 |
|