|
lsst.pipe.tasks g2c8cee2ce7+1ac6cedd78
|
Public Types | |
| enum | ImageOwnerEnum |
| typedef math::Kernel::Pixel | Pixel |
| typedef image::Image< Pixel > | Image |
Static Public Member Functions | |
| static std::shared_ptr< Image > | recenterKernelImage (std::shared_ptr< Image > im, lsst::geom::Point2D const &position, std::string const &warpAlgorithm="lanczos5", unsigned int warpBuffer=5) |
| static std::shared_ptr< Psf > | readFits (fits::Fits &fitsfile) |
| static std::shared_ptr< Psf > | dynamicCast (std::shared_ptr< Persistable > const &ptr) |
| static std::shared_ptr< T > | dynamicCast (std::shared_ptr< Persistable > const &ptr) |
Public Attributes | |
| size = size | |
| outerRad = outerRad | |
| innerRad = innerRad | |
| dimensions = Extent2I(size, size) | |
| sigma | |
| COPY | |
| INTERNAL | |
Protected Types | |
| typedef io::OutputArchiveHandle | OutputArchiveHandle |
Protected Member Functions | |
| 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 |
Static Protected Member Functions | |
| static bool | singleClassEquals (T const &lhs, Storable const &rhs) |
| static bool | singleClassEquals (T const &lhs, Storable const &rhs) |
Definition at line 211 of file peekExposure.py.
| lsst.pipe.tasks.peekExposure.DonutPsf.__init__ | ( | self, | |
| float | size, | ||
| float | outerRad, | ||
| float | innerRad ) |
Definition at line 212 of file peekExposure.py.
| DonutPsf lsst.pipe.tasks.peekExposure.DonutPsf.__deepcopy__ | ( | self, | |
| Any | None | memo = None ) |
Definition at line 219 of file peekExposure.py.
| bool lsst.pipe.tasks.peekExposure.DonutPsf.__eq__ | ( | self, | |
| object | rhs ) |
Definition at line 253 of file peekExposure.py.
|
protected |
Definition at line 248 of file peekExposure.py.
|
protected |
Definition at line 238 of file peekExposure.py.
|
protected |
Definition at line 226 of file peekExposure.py.
|
protected |
Definition at line 241 of file peekExposure.py.
| DonutPsf lsst.pipe.tasks.peekExposure.DonutPsf.resized | ( | self, | |
| float | width, | ||
| float | height ) |
Definition at line 222 of file peekExposure.py.
Definition at line 217 of file peekExposure.py.
| lsst.pipe.tasks.peekExposure.DonutPsf.innerRad = innerRad |
Definition at line 216 of file peekExposure.py.
| lsst.pipe.tasks.peekExposure.DonutPsf.outerRad = outerRad |
Definition at line 215 of file peekExposure.py.
| lsst.pipe.tasks.peekExposure.DonutPsf.sigma |
Definition at line 251 of file peekExposure.py.
| lsst.pipe.tasks.peekExposure.DonutPsf.size = size |
Definition at line 214 of file peekExposure.py.