|
LSSTApplications
8.0.0.0+107,8.0.0.1+13,9.1+18,9.2,master-g084aeec0a4,master-g0aced2eed8+6,master-g15627eb03c,master-g28afc54ef9,master-g3391ba5ea0,master-g3d0fb8ae5f,master-g4432ae2e89+36,master-g5c3c32f3ec+17,master-g60f1e072bb+1,master-g6a3ac32d1b,master-g76a88a4307+1,master-g7bce1f4e06+57,master-g8ff4092549+31,master-g98e65bf68e,master-ga6b77976b1+53,master-gae20e2b580+3,master-gb584cd3397+53,master-gc5448b162b+1,master-gc54cf9771d,master-gc69578ece6+1,master-gcbf758c456+22,master-gcec1da163f+63,master-gcf15f11bcc,master-gd167108223,master-gf44c96c709
LSSTDataManagementBasePackage
|
Functions | |
| template<typename MaskedImageT > | |
| std::pair< bool, typename MaskedImageT::Image::Pixel > | singlePixel (int x, int y, MaskedImageT const &image, bool horizontal, double minval) |
Variables | |
| double const | lpc_1_c1 = 0.7737 |
| double const | lpc_1_c2 = -0.2737 |
| double const | lpc_1s2_c1 = 0.7358 |
| double const | lpc_1s2_c2 = -0.2358 |
| double const | min2GaussianBias = -0.5641895835 |
| Mean value of the minimum of two N(0,1) variates. More... | |
| std::pair< bool, typename MaskedImageT::Image::Pixel > lsst::meas::algorithms::interp::singlePixel | ( | int | x, |
| int | y, | ||
| MaskedImageT const & | image, | ||
| bool | horizontal, | ||
| double | minval | ||
| ) |
Return a boolean status (true: interpolation is OK) and the interpolated value for a pixel, ignoring pixels given by badmask
Interpolation can either be vertical or horizontal
| x | x: column coordinate of the pixel in question |
| y | y: row coordinate of the pixel in question |
| image | image: in this image |
| horizontal | horizontal: interpolate horizontally? |
| minval | minval: minimum acceptable value |
Definition at line 1967 of file Interp.cc.
| double const lsst::meas::algorithms::interp::lpc_1_c1 = 0.7737 |
| double const lsst::meas::algorithms::interp::lpc_1_c2 = -0.2737 |
| double const lsst::meas::algorithms::interp::lpc_1s2_c1 = 0.7358 |
| double const lsst::meas::algorithms::interp::lpc_1s2_c2 = -0.2358 |
1.8.5