ImageScale

class lsst.afw.fits.ImageScale

Bases: pybind11_builtins.pybind11_object

Attributes Summary

bitpix
blank
bscale
bzero

Methods Summary

fromFits(*args, **kwargs) Overloaded function.
toFits(*args, **kwargs) Overloaded function.

Attributes Documentation

bitpix
blank
bscale
bzero

Methods Documentation

fromFits(*args, **kwargs)

Overloaded function.

  1. fromFits(self: lsst.afw.fits.ImageScale, arg0: numpy.ndarray) -> numpy.ndarray
  2. fromFits(self: lsst.afw.fits.ImageScale, arg0: numpy.ndarray) -> numpy.ndarray
toFits(*args, **kwargs)

Overloaded function.

  1. toFits(self: lsst.afw.fits.ImageScale, image: numpy.ndarray, forceNonfiniteRemoval: bool = False, fuzz: bool = True, tiles: numpy.ndarray = array([], dtype=int64), seed: int = 1) -> lsst::afw::fits::detail::PixelArrayBase
  2. toFits(self: lsst.afw.fits.ImageScale, image: numpy.ndarray, forceNonfiniteRemoval: bool = False, fuzz: bool = True, tiles: numpy.ndarray = array([], dtype=int64), seed: int = 1) -> lsst::afw::fits::detail::PixelArrayBase