|
| | __init__ (self, float size, float outerRad, float innerRad) |
| |
| DonutPsf | __deepcopy__ (self, Any|None memo=None) |
| |
| DonutPsf | resized (self, float width, float height) |
| |
| bool | __eq__ (self, object rhs) |
| |
| virtual std::shared_ptr< Psf > | clone () const=0 |
| |
| std::shared_ptr< typehandling::Storable > | cloneStorable () const override |
| |
| std::shared_ptr< Image > | computeImage (lsst::geom::Point2D position, image::Color color=image::Color(), ImageOwnerEnum owner=COPY) const |
| |
| std::shared_ptr< Image > | computeKernelImage (lsst::geom::Point2D position, image::Color color=image::Color(), ImageOwnerEnum owner=COPY) const |
| |
| double | computePeak (lsst::geom::Point2D position, image::Color color=image::Color()) const |
| |
| double | computeApertureFlux (double radius, lsst::geom::Point2D position, image::Color color=image::Color()) const |
| |
| geom::ellipses::Quadrupole | computeShape (lsst::geom::Point2D position, image::Color color=image::Color()) const |
| |
| std::shared_ptr< math::Kernel const > | getLocalKernel (lsst::geom::Point2D position, image::Color color=image::Color()) const |
| |
| image::Color | getAverageColor () const |
| |
| virtual lsst::geom::Point2D | getAveragePosition () const |
| |
| lsst::geom::Box2I | computeBBox (lsst::geom::Point2D position, image::Color color=image::Color()) const |
| |
| lsst::geom::Box2I | computeImageBBox (lsst::geom::Point2D position, image::Color color=image::Color()) const |
| |
| lsst::geom::Box2I | computeKernelBBox (lsst::geom::Point2D position, image::Color color=image::Color()) const |
| |
| std::size_t | getCacheCapacity () const |
| |
| void | setCacheCapacity (std::size_t capacity) |
| |
| virtual std::string | toString () const |
| |
| virtual std::size_t | hash_value () const |
| |
| virtual bool | equals (Storable const &other) const noexcept |
| |
| virtual bool | equals (Storable const &other) const noexcept |
| |
| void | writeFits (std::string const &fileName, std::string const &mode="w") const |
| |
| void | writeFits (fits::MemFileManager &manager, std::string const &mode="w") const |
| |
| void | writeFits (fits::Fits &fitsfile) const |
| |
| virtual bool | isPersistable () const noexcept |
| |
| std::ostream & | operator<< (std::ostream &os, Storable const &storable) |
| |
| std::ostream & | operator<< (std::ostream &os, Storable const &storable) |
| |
|
| ImageD | _doComputeKernelImage (self, Point2D|None position=None, afwImage.Color|None color=None) |
| |
| Box2I | _doComputeBBox (self, Point2D|None position=None, afwImage.Color|None color=None) |
| |
| Quadrupole | _doComputeShape (self, Point2D|None position=None, afwImage.Color|None color=None) |
| |
| float | _doComputeApertureFlux (self, float radius, Point2D|None position=None, afwImage.Color|None color=None) |
| |
| virtual std::shared_ptr< Image > | doComputeImage (lsst::geom::Point2D const &position, image::Color const &color) const |
| |
| virtual lsst::geom::Box2I | doComputeImageBBox (lsst::geom::Point2D const &position, image::Color const &color) const |
| |
| virtual std::string | getPersistenceName () const |
| |
| virtual std::string | getPythonModule () const |
| |
| virtual void | write (OutputArchiveHandle &handle) const |
| |
| virtual void | write (OutputArchiveHandle &handle) const |
| |
Definition at line 211 of file peekExposure.py.