|
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
|
Image utility functions. More...
#include <cmath>Go to the source code of this file.
Namespaces | |
| lsst | |
| Estimate image backgrounds. | |
| lsst::afw | |
| lsst::afw::image | |
Enumerations | |
| enum | lsst::afw::image::xOrY { lsst::afw::image::X, lsst::afw::image::Y } |
Functions | |
| double | lsst::afw::image::indexToPosition (double ind) |
| Convert image index to image position. More... | |
| int | lsst::afw::image::positionToIndex (double pos) |
| Convert image position to nearest integer index. More... | |
| int | lsst::afw::image::positionToIndex (double &residual, double pos) |
| Convert image position to index (nearest integer and fractional parts) More... | |
| std::pair< int, double > | lsst::afw::image::positionToIndex (double const pos, bool) |
| Convert image position to index (nearest integer and fractional parts) More... | |
Variables | |
| const double | lsst::afw::image::PixelZeroPos = 0.0 |
| FITS uses 1.0, SDSS uses 0.5, LSST uses 0.0 (http://dev.lsstcorp.org/trac/wiki/BottomLeftPixelProposalII%3A) More... | |
Image utility functions.
Definition in file ImageUtils.h.
1.8.5