ImageScalingOptions¶
-
class
lsst.afw.fits.ImageScalingOptions¶ Bases:
pybind11_builtins.pybind11_objectAttributes Summary
Methods Summary
determine(*args, **kwargs)Overloaded function.
Attributes Documentation
-
MANUAL= <ScalingAlgorithm.MANUAL: 5>¶
-
NONE= <ScalingAlgorithm.NONE: 0>¶
-
RANGE= <ScalingAlgorithm.RANGE: 1>¶
-
STDEV_BOTH= <ScalingAlgorithm.STDEV_BOTH: 4>¶
-
STDEV_NEGATIVE= <ScalingAlgorithm.STDEV_NEGATIVE: 3>¶
-
STDEV_POSITIVE= <ScalingAlgorithm.STDEV_POSITIVE: 2>¶
-
algorithm¶
-
bitpix¶
-
bscale¶
-
bzero¶
-
fuzz¶
-
maskPlanes¶
-
quantizeLevel¶
-
quantizePad¶
-
seed¶
Methods Documentation
-
determine(*args, **kwargs)¶ Overloaded function.
determine(self: lsst.afw.fits.ImageScalingOptions, arg0: lsst::afw::image::ImageBase<float>, arg1: lsst::afw::image::Mask<int>) -> lsst.afw.fits.ImageScale
determine(self: lsst.afw.fits.ImageScalingOptions, arg0: lsst::afw::image::ImageBase<double>, arg1: lsst::afw::image::Mask<int>) -> lsst.afw.fits.ImageScale
-