LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <cmath>
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::image | |
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects. | |
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 |
position of center of pixel 0 More... | |