LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Deprecated List
Member lsst::afw::table::matchRaDec (Cat1 const &cat1, Cat2 const &cat2, lsst::geom::Angle radius, bool closest)
. Use the matchRaDec(..., MatchControl) version
Page Image/Mask/MaskedImage I/O
Please do not use the three-separate-files APIs in new code.
Member lsst::pipe::tasks::coaddBase.scaleVariance (maskedImage, maskPlanes, log=None)
Use the ScaleVarianceTask instead.
"
This class is deprecated in favour of virtual methods on Psf
Member lsst::afw::table::SourceTable::getShapeFlagKey () const
in favor of getShapeSlot().getFlagKey().
Member lsst::afw::table::SourceTable::getShapeErrKey () const
in favor of getShapeSlot().getErrKey().
Member lsst::afw::table::SourceTable::getShapeKey () const
in favor of getShapeSlot().getMeasKey().
Member lsst::afw::table::SourceTable::hasShapeSlot () const
in favor of getShapeSlot().isValid().
Member lsst::afw::table::SourceTable::getShapeDefinition () const
in favor of
Member lsst::afw::table::SourceTable::getCentroidFlagKey () const
in favor of getCentroidSlot().getFlagKey().
Member lsst::afw::table::SourceTable::getCentroidErrKey () const
in favor of getCentroidSlot().getErrKey().
Member lsst::afw::table::SourceTable::getCentroidKey () const
in favor of getCentroidSlot().getMeasKey().
Member lsst::afw::table::SourceTable::hasCentroidSlot () const
in favor of getCentroidSlot().isValid().
Member lsst::afw::table::SourceTable::getCentroidDefinition () const
in favor of
Member lsst::afw::table::matchRaDec (Cat const &cat, lsst::geom::Angle radius, bool symmetric)
. Use the matchRaDec(..., MatchControl) version
Member lsst::afw::geom::ellipses::BaseCore::GridTransform::inverted () const
invert is deprecated in favor of inverted
Member lsst::afw::table::matchXy (SourceCatalog const &cat, double radius, bool symmetric)
Please use the matchXy(..., MatchControl const&) API
Member lsst::afw::table::matchXy (SourceCatalog const &cat1, SourceCatalog const &cat2, double radius, bool closest)
Please use the matchXy(..., MatchControl const&) API
Member lsst::afw::table::io::python::declarePersistableFacade (pybind11::module &module, std::string const &suffix)
Use addPersistableMethods for all new code.
Member lsst::afw::math::Kernel::setCtrY (int ctrY)
Use setCtr instead
Member lsst::afw::math::Kernel::setCtrX (int ctrX)
Use setCtr instead
Member lsst::afw::math::Kernel::getCtrY () const
Use getCtr instead
Member lsst::afw::math::Kernel::getCtrX () const
Use getCtr instead
Member lsst::afw::math::convolve (OutImageT &convolvedImage, InImageT const &inImage, KernelT const &kernel, bool doNormalize, bool doCopyEdge=false)
This version has no ability to control interpolation parameters.
Member lsst::afw::math::BackgroundMI::getPixel (Interpolate::Style const style, int const x, int const y) const
Don't call this image (not even in test code). This can be a very costly function to get a single pixel. If you want an image, use the getImage() method.
Member lsst::afw::image::readMetadata (std::string const &fileName, int hdu=fits::DEFAULT_HDU, bool strip=false)
Use lsst::afw::fits::readMetadata instead.
Member lsst::afw::image::MaskedImage< ImagePixelT, MaskPixelT, VariancePixelT >::operator<<= (MaskedImage const &rhs)
use assign(rhs) instead
Member lsst::afw::image::ImageBase< PixelT >::get0 (int x, int y) const
Deprecated in 16.0.
Member lsst::afw::image::ImageBase< PixelT >::operator<<= (const ImageBase &rhs)
use assign(rhs) instead