|
LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Image utility functions. More...
#include <cmath>Go to the source code of this file.
Namespaces | |
| lsst | |
| < multiple inclusion guard macro | |
| 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