|
lsst.pipe.tasks g540474b770+e2881a99e2
|
Variables | |
| TypeAlias | FloatImagePlane = np.ndarray[tuple[int, int], np.dtype[np.floating]] |
| TypeAlias | ColorImage = np.ndarray[tuple[int, int, Literal[3]], np.dtype[np.floating]] |
| TypeAlias | RGBImage = ColorImage |
| TypeAlias | LABImage = ColorImage |
| TypeAlias | LocalContrastFunction = Callable[[FloatImagePlane], FloatImagePlane] |
| TypeAlias | ScaleLumFunction = Callable[[FloatImagePlane], FloatImagePlane] |
| TypeAlias | ScaleColorFunction |
| type | RemapBoundsFunction = Callable[[RGBImage], RGBImage] |
| type | BracketingFunction = Callable[[FloatImagePlane], FloatImagePlane] |
| type | GamutRemappingFunction = Callable[[LABImage, tuple[float, float]], RGBImage] |
| type lsst.pipe.tasks.prettyPictureMaker.types.BracketingFunction = Callable[[FloatImagePlane], FloatImagePlane] |
| TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.ColorImage = np.ndarray[tuple[int, int, Literal[3]], np.dtype[np.floating]] |
| TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.FloatImagePlane = np.ndarray[tuple[int, int], np.dtype[np.floating]] |
| TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.LABImage = ColorImage |
| TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.LocalContrastFunction = Callable[[FloatImagePlane], FloatImagePlane] |
| TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.RGBImage = ColorImage |
| TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.ScaleColorFunction |
| TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.ScaleLumFunction = Callable[[FloatImagePlane], FloatImagePlane] |