LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Deprecated List
File ds9.py
New code should use lsst.afw.display and set the backend to ds9
Page Image 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.pex.config.config.Config.load
For purposes of backwards compatibility, older config files that use root="root" instead of root="config" will be loaded with a warning printed to sys.stderr. This feature will be removed at some point.
Member lsst.pex.config.config.Config.loadFromStream
For purposes of backwards compatibility, older config files that use root="root" instead of root="config" will be loaded with a warning printed to sys.stderr. This feature will be removed at some point.
Class lsst.pipe.base.task.Task
Tasks other than cmdLineTask.CmdLineTasks should not accept a blob such as a butler data reference. How we will handle data references is still TBD, so don't make changes yet! RHL 2014-06-27
Member lsst::afw::cameraGeom::utils.showCamera
; new code should use display)
Member lsst::afw::detection::Psf::ConstPtr
shared_ptr to a const Psf
Member lsst::afw::detection::Psf::Ptr
shared_ptr to a Psf
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::SourceTable::getApFluxDefinition () const
in favor of
Member lsst::afw::table::SourceTable::getApFluxErrKey () const
in favor of getApFluxSlot().getErrKey().
Member lsst::afw::table::SourceTable::getApFluxFlagKey () const
in favor of getApFluxSlot().getFlagKey().
Member lsst::afw::table::SourceTable::getApFluxKey () const
in favor of getApFluxSlot().getMeasKey().
Member lsst::afw::table::SourceTable::getCalibFluxDefinition () const
in favor of
Member lsst::afw::table::SourceTable::getCalibFluxErrKey () const
in favor of getCalibFluxSlot().getErrKey().
Member lsst::afw::table::SourceTable::getCalibFluxFlagKey () const
in favor of getCalibFluxSlot().getFlagKey().
Member lsst::afw::table::SourceTable::getCalibFluxKey () const
in favor of getCalibFluxSlot().getMeasKey().
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::getInstFluxDefinition () const
in favor of
Member lsst::afw::table::SourceTable::getInstFluxErrKey () const
in favor of getInstFluxSlot().getErrKey().
Member lsst::afw::table::SourceTable::getInstFluxFlagKey () const
in favor of getInstFluxSlot().getFlagKey().
Member lsst::afw::table::SourceTable::getInstFluxKey () const
in favor of getInstFluxSlot().getMeasKey().
Member lsst::afw::table::SourceTable::getModelFluxDefinition () const
in favor of
Member lsst::afw::table::SourceTable::getModelFluxErrKey () const
in favor of getModelFluxSlot().getErrKey().
Member lsst::afw::table::SourceTable::getModelFluxFlagKey () const
in favor of getModelFluxSlot().getFlagKey().
Member lsst::afw::table::SourceTable::getModelFluxKey () const
in favor of getModelFluxSlot().getMeasKey().
Member lsst::afw::table::SourceTable::getPsfFluxDefinition () const
in favor of
Member lsst::afw::table::SourceTable::getPsfFluxErrKey () const
in favor of getPsfFluxSlot().getErrKey().
Member lsst::afw::table::SourceTable::getPsfFluxFlagKey () const
in favor of getPsfFluxSlot().getFlagKey().
Member lsst::afw::table::SourceTable::getPsfFluxKey () const
in favor of getPsfFluxSlot().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::hasApFluxSlot () const
in favor of getApFluxSlot().isValid().
Member lsst::afw::table::SourceTable::hasCalibFluxSlot () const
in favor of getCalibFluxSlot().isValid().
Member lsst::afw::table::SourceTable::hasCentroidSlot () const
in favor of getCentroidSlot().isValid().
Member lsst::afw::table::SourceTable::hasInstFluxSlot () const
in favor of getInstFluxSlot().isValid().
Member lsst::afw::table::SourceTable::hasModelFluxSlot () const
in favor of getModelFluxSlot().isValid().
Member lsst::afw::table::SourceTable::hasPsfFluxSlot () const
in favor of getPsfFluxSlot().isValid().
Member lsst::afw::table::SourceTable::hasShapeSlot () const
in favor of getShapeSlot().isValid().
Class lsst::meas::algorithms::PsfAttributes
This class is deprecated in favour of virtual methods on Psf
Class lsst::pex::logging::Component
threshold::Memory class now provides this functionality.