Go to the source code of this file.
|
template<typename PixelT > |
size_t | lsst::ip::isr::maskNans (afw::image::MaskedImage< PixelT > const &mi, afw::image::MaskPixel maskVal, afw::image::MaskPixel allow=0) |
| Mask NANs in an image.
|
|
template<typename ImagePixelT > |
std::vector< double > | lsst::ip::isr::fitOverscanImage (lsst::afw::image::MaskedImage< ImagePixelT > const &overscan, std::vector< std::string > badPixelMask, bool isTransposed) |
|
std::string | lsst::ip::isr::between (std::string &s, char ldelim, char rdelim) |
|
template std::vector< double > | lsst::ip::isr::fitOverscanImage< int > (afw::image::MaskedImage< int > const &, std::vector< std::string > badPixelMask, bool isTransposed) |
|
template std::vector< double > | lsst::ip::isr::fitOverscanImage< float > (afw::image::MaskedImage< float > const &, std::vector< std::string > badPixelMask, bool isTransposed) |
|
template std::vector< double > | lsst::ip::isr::fitOverscanImage< double > (afw::image::MaskedImage< double > const &, std::vector< std::string > badPixelMask, bool isTransposed) |
|
template size_t | lsst::ip::isr::maskNans< float > (afw::image::MaskedImage< float > const &, afw::image::MaskPixel, afw::image::MaskPixel) |
|
template size_t | lsst::ip::isr::maskNans< double > (afw::image::MaskedImage< double > const &, afw::image::MaskPixel, afw::image::MaskPixel) |
|
template size_t | lsst::ip::isr::maskNans< int > (afw::image::MaskedImage< int > const &, afw::image::MaskPixel, afw::image::MaskPixel) |
|