ImageScalingOptions
===================

.. currentmodule:: lsst.afw.fits

.. autoclass:: ImageScalingOptions
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ImageScalingOptions.MANUAL
      ~ImageScalingOptions.NONE
      ~ImageScalingOptions.RANGE
      ~ImageScalingOptions.STDEV_BOTH
      ~ImageScalingOptions.STDEV_NEGATIVE
      ~ImageScalingOptions.STDEV_POSITIVE
      ~ImageScalingOptions.algorithm
      ~ImageScalingOptions.bitpix
      ~ImageScalingOptions.bscale
      ~ImageScalingOptions.bzero
      ~ImageScalingOptions.fuzz
      ~ImageScalingOptions.maskPlanes
      ~ImageScalingOptions.quantizeLevel
      ~ImageScalingOptions.quantizePad
      ~ImageScalingOptions.seed

   .. rubric:: Methods Summary

   .. autosummary::

      ~ImageScalingOptions.determine

   .. rubric:: Attributes Documentation

   .. autoattribute:: MANUAL
   .. autoattribute:: NONE
   .. autoattribute:: RANGE
   .. autoattribute:: STDEV_BOTH
   .. autoattribute:: STDEV_NEGATIVE
   .. autoattribute:: STDEV_POSITIVE
   .. autoattribute:: algorithm
   .. autoattribute:: bitpix
   .. autoattribute:: bscale
   .. autoattribute:: bzero
   .. autoattribute:: fuzz
   .. autoattribute:: maskPlanes
   .. autoattribute:: quantizeLevel
   .. autoattribute:: quantizePad
   .. autoattribute:: seed

   .. rubric:: Methods Documentation

   .. automethod:: determine