algorithm | lsst::afw::fits::ImageScalingOptions | |
bitpix | lsst::afw::fits::ImageScalingOptions | |
bscale | lsst::afw::fits::ImageScalingOptions | |
bzero | lsst::afw::fits::ImageScalingOptions | |
determine(image::ImageBase< T > const &image, std::shared_ptr< image::Mask< image::MaskPixel > const > mask=nullptr) const | lsst::afw::fits::ImageScalingOptions | inline |
determine(ndarray::Array< T const, N, N > const &image, ndarray::Array< bool, N, N > const &mask) const | lsst::afw::fits::ImageScalingOptions | |
fuzz | lsst::afw::fits::ImageScalingOptions | |
ImageScalingOptions() | lsst::afw::fits::ImageScalingOptions | inlineexplicit |
ImageScalingOptions(ScalingAlgorithm algorithm_, int bitpix_, std::vector< std::string > const &maskPlanes_={}, int seed_=1, float quantizeLevel_=4.0, float quantizePad_=5.0, bool fuzz_=true, double bscale_=1.0, double bzero_=0.0) | lsst::afw::fits::ImageScalingOptions | |
ImageScalingOptions(int bitpix_, double bscale_=1.0, double bzero_=0.0) | lsst::afw::fits::ImageScalingOptions | inline |
MANUAL enum value | lsst::afw::fits::ImageScalingOptions | |
maskPlanes | lsst::afw::fits::ImageScalingOptions | |
NONE enum value | lsst::afw::fits::ImageScalingOptions | |
quantizeLevel | lsst::afw::fits::ImageScalingOptions | |
quantizePad | lsst::afw::fits::ImageScalingOptions | |
RANGE enum value | lsst::afw::fits::ImageScalingOptions | |
ScalingAlgorithm enum name | lsst::afw::fits::ImageScalingOptions | |
seed | lsst::afw::fits::ImageScalingOptions | |
STDEV_BOTH enum value | lsst::afw::fits::ImageScalingOptions | |
STDEV_NEGATIVE enum value | lsst::afw::fits::ImageScalingOptions | |
STDEV_POSITIVE enum value | lsst::afw::fits::ImageScalingOptions | |