LSSTApplications  18.0.0+106,18.0.0+50,19.0.0,19.0.0+1,19.0.0+10,19.0.0+11,19.0.0+13,19.0.0+17,19.0.0+2,19.0.0-1-g20d9b18+6,19.0.0-1-g425ff20,19.0.0-1-g5549ca4,19.0.0-1-g580fafe+6,19.0.0-1-g6fe20d0+1,19.0.0-1-g7011481+9,19.0.0-1-g8c57eb9+6,19.0.0-1-gb5175dc+11,19.0.0-1-gdc0e4a7+9,19.0.0-1-ge272bc4+6,19.0.0-1-ge3aa853,19.0.0-10-g448f008b,19.0.0-12-g6990b2c,19.0.0-2-g0d9f9cd+11,19.0.0-2-g3d9e4fb2+11,19.0.0-2-g5037de4,19.0.0-2-gb96a1c4+3,19.0.0-2-gd955cfd+15,19.0.0-3-g2d13df8,19.0.0-3-g6f3c7dc,19.0.0-4-g725f80e+11,19.0.0-4-ga671dab3b+1,19.0.0-4-gad373c5+3,19.0.0-5-ga2acb9c+2,19.0.0-5-gfe96e6c+2,w.2020.01
LSSTDataManagementBasePackage
Deprecated List
Page Image/Mask/MaskedImage I/O
Please do not use the three-separate-files APIs in new code.
Member lsst.meas.algorithms.detection.SourceDetectionTask.makeSourceCatalog
Remove this alias after checking for where it's used
Member lsst::afw::geom::ellipses::BaseCore::GridTransform::inverted () const
invert is deprecated in favor of inverted
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
Member lsst::afw::image::MaskedImage< ImagePixelT, MaskPixelT, VariancePixelT >::operator<<= (MaskedImage const &rhs)
use assign(rhs) instead
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::math::Background::getImage () const
New code should specify the interpolation style in getImage, not the ctor
Member lsst::afw::math::BackgroundControl::BackgroundControl (Interpolate::Style const style, int const nxSample=10, int const nySample=10, UndersampleStyle const undersampleStyle=THROW_EXCEPTION, StatisticsControl const sctrl=StatisticsControl(), Property const prop=MEANCLIP, ApproximateControl const actrl=ApproximateControl(ApproximateControl::UNKNOWN, 1))
New code should specify the interpolation style in getImage, not the BackgroundControl ctor
Member lsst::afw::math::BackgroundControl::BackgroundControl (std::string const &style, int const nxSample=10, int const nySample=10, std::string const &undersampleStyle="THROW_EXCEPTION", StatisticsControl const sctrl=StatisticsControl(), std::string const &prop="MEANCLIP", ApproximateControl const actrl=ApproximateControl(ApproximateControl::UNKNOWN, 1))
New code should specify the interpolation style in getImage, not the BackgroundControl ctor
Class lsst::afw::math::BackgroundMI
there is also
Member lsst::afw::math::BackgroundMI::BackgroundMI (ImageT const &img, BackgroundControl const &bgCtrl)
The old and deprecated API specified the interpolation style as part of the BackgroundControl object passed to this ctor. This is still supported, but the work isn't done until the getImage() method is called
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::math::BackgroundMI::getPixel (int const x, int const y) const
New code should specify the interpolation style in getPixel, not the ctor
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::Kernel::getCtrX () const
Use getCtr instead
Member lsst::afw::math::Kernel::getCtrY () const
Use getCtr instead
Member lsst::afw::math::Kernel::setCtrX (int ctrX)
Use setCtr instead
Member lsst::afw::math::Kernel::setCtrY (int ctrY)
Use setCtr instead
Member lsst::afw::table::io::python::declarePersistableFacade (pybind11::module &module, std::string const &suffix)
Use addPersistableMethods for all new code.
Member lsst::afw::table::matchRaDec (Cat1 const &cat1, Cat2 const &cat2, lsst::geom::Angle radius, bool closest)
. Use the matchRaDec(..., MatchControl) version
Member lsst::afw::table::matchRaDec (Cat const &cat, lsst::geom::Angle radius, bool symmetric)
. Use the matchRaDec(..., MatchControl) version
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::SourceTable::getCentroidDefinition () const
in favor of
Member lsst::afw::table::SourceTable::getCentroidErrKey () const
in favor of getCentroidSlot().getErrKey().
Member lsst::afw::table::SourceTable::getCentroidFlagKey () const
in favor of getCentroidSlot().getFlagKey().
Member lsst::afw::table::SourceTable::getCentroidKey () const
in favor of getCentroidSlot().getMeasKey().
Member lsst::afw::table::SourceTable::getShapeDefinition () const
in favor of
Member lsst::afw::table::SourceTable::getShapeErrKey () const
in favor of getShapeSlot().getErrKey().
Member lsst::afw::table::SourceTable::getShapeFlagKey () const
in favor of getShapeSlot().getFlagKey().
Member lsst::afw::table::SourceTable::getShapeKey () const
in favor of getShapeSlot().getMeasKey().
Member lsst::afw::table::SourceTable::hasCentroidSlot () const
in favor of getCentroidSlot().isValid().
Member lsst::afw::table::SourceTable::hasShapeSlot () const
in favor of getShapeSlot().isValid().
Member lsst::pipe::tasks::coaddBase.scaleVariance (maskedImage, maskPlanes, log=None)
Use the ScaleVarianceTask instead.