lsst.pipe.tasks gcf790cdeb6+f6e4da7c1c
Loading...
Searching...
No Matches
_equalizers.py File Reference

Go to the source code of this file.

Namespaces

namespace  lsst
 
namespace  lsst.pipe
 
namespace  lsst.pipe.tasks
 
namespace  lsst.pipe.tasks.prettyPictureMaker
 
namespace  lsst.pipe.tasks.prettyPictureMaker._equalizers
 

Functions

NDArray lsst.pipe.tasks.prettyPictureMaker._equalizers._eigf_variance_analysis_no_mask (FloatImagePlane guide, float sigma)
 
None lsst.pipe.tasks.prettyPictureMaker._equalizers._eigf_blending_no_mask (FloatImagePlane image, NDArray av, float feathering, int filter_type)
 
None lsst.pipe.tasks.prettyPictureMaker._equalizers._fast_eigf_surface_blur (FloatImagePlane image, float sigma, float feathering, int iterations=1, int filter_type=1)
 
FloatImagePlane lsst.pipe.tasks.prettyPictureMaker._equalizers.tone_equalizer (FloatImagePlane image, list[float] tone_factors, float weight, float sigma, float feathering, int iterations=1, int filter_type=1)
 
FloatImagePlane lsst.pipe.tasks.prettyPictureMaker._equalizers.contrast_equalizer (FloatImagePlane image, list[float] contrast_factors)