lsst.pipe.tasks g253578fa50+0eeb8841d4
Loading...
Searching...
No Matches
lsst.pipe.tasks.prettyPictureMaker.types Namespace Reference

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]
 

Variable Documentation

◆ BracketingFunction

type lsst.pipe.tasks.prettyPictureMaker.types.BracketingFunction = Callable[[FloatImagePlane], FloatImagePlane]

Definition at line 30 of file types.py.

◆ ColorImage

TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.ColorImage = np.ndarray[tuple[int, int, Literal[3]], np.dtype[np.floating]]

Definition at line 20 of file types.py.

◆ FloatImagePlane

TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.FloatImagePlane = np.ndarray[tuple[int, int], np.dtype[np.floating]]

Definition at line 19 of file types.py.

◆ GamutRemappingFunction

type lsst.pipe.tasks.prettyPictureMaker.types.GamutRemappingFunction = Callable[[LABImage, tuple[float, float]], RGBImage]

Definition at line 31 of file types.py.

◆ LABImage

TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.LABImage = ColorImage

Definition at line 22 of file types.py.

◆ LocalContrastFunction

TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.LocalContrastFunction = Callable[[FloatImagePlane], FloatImagePlane]

Definition at line 23 of file types.py.

◆ RemapBoundsFunction

type lsst.pipe.tasks.prettyPictureMaker.types.RemapBoundsFunction = Callable[[RGBImage], RGBImage]

Definition at line 29 of file types.py.

◆ RGBImage

TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.RGBImage = ColorImage

Definition at line 21 of file types.py.

◆ ScaleColorFunction

TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.ScaleColorFunction
Initial value:
1= Callable[
2 [FloatImagePlane, FloatImagePlane, FloatImagePlane, FloatImagePlane],
3 tuple[FloatImagePlane, FloatImagePlane],
4]

Definition at line 25 of file types.py.

◆ ScaleLumFunction

TypeAlias lsst.pipe.tasks.prettyPictureMaker.types.ScaleLumFunction = Callable[[FloatImagePlane], FloatImagePlane]

Definition at line 24 of file types.py.