lsst.afw 22.0.1-43-gf2a78aa89+d93e5fd551
|
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | lsst |
A base class for image defects. | |
namespace | lsst::afw |
namespace | 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... | |