|
ImageCompressionOptions::CompressionAlgorithm | lsst::afw::fits::compressionAlgorithmFromString (std::string const &name) |
| Interpret compression algorithm expressed in string. More...
|
|
std::string | lsst::afw::fits::compressionAlgorithmToString (ImageCompressionOptions::CompressionAlgorithm algorithm) |
| Provide string version of compression algorithm. More...
|
|
ImageCompressionOptions::CompressionAlgorithm | lsst::afw::fits::compressionAlgorithmFromCfitsio (int cfitsio) |
| Convert compression algorithm from cfitsio to ImageCompressionOptions::CompressionAlgorithm. More...
|
|
int | lsst::afw::fits::compressionAlgorithmToCfitsio (ImageCompressionOptions::CompressionAlgorithm algorithm) |
| Convert ImageCompressionOptions::CompressionAlgorithm to cfitsio. More...
|
|
ImageScalingOptions::ScalingAlgorithm | lsst::afw::fits::scalingAlgorithmFromString (std::string const &name) |
| Interpret scaling algorithm expressed in string. More...
|
|
std::string | lsst::afw::fits::scalingAlgorithmToString (ImageScalingOptions::ScalingAlgorithm algorithm) |
| Provide string version of compression algorithm. More...
|
|
template ImageScale | lsst::afw::fits::ImageScalingOptions::determine< std::uint8_t, 2 > (ndarray::Array< std::uint8_t const, 2, 2 > const &image, ndarray::Array< bool, 2, 2 > const &mask) const |
|
template std::shared_ptr< detail::PixelArrayBase > | lsst::afw::fits::ImageScale::toFits< std::uint8_t > (ndarray::Array< std::uint8_t const, 2, 2 > const &, bool, bool, ndarray::Array< long, 1 > const &, int) const |
|
template ndarray::Array< std::uint8_t, 2, 2 > | lsst::afw::fits::ImageScale::fromFits< std::uint8_t > (ndarray::Array< std::uint8_t, 2, 2 > const &) const |
|
template ImageScale | lsst::afw::fits::ImageScalingOptions::determine< std::uint16_t, 2 > (ndarray::Array< std::uint16_t const, 2, 2 > const &image, ndarray::Array< bool, 2, 2 > const &mask) const |
|
template std::shared_ptr< detail::PixelArrayBase > | lsst::afw::fits::ImageScale::toFits< std::uint16_t > (ndarray::Array< std::uint16_t const, 2, 2 > const &, bool, bool, ndarray::Array< long, 1 > const &, int) const |
|
template ndarray::Array< std::uint16_t, 2, 2 > | lsst::afw::fits::ImageScale::fromFits< std::uint16_t > (ndarray::Array< std::uint16_t, 2, 2 > const &) const |
|
template ImageScale | lsst::afw::fits::ImageScalingOptions::determine< std::int16_t, 2 > (ndarray::Array< std::int16_t const, 2, 2 > const &image, ndarray::Array< bool, 2, 2 > const &mask) const |
|
template std::shared_ptr< detail::PixelArrayBase > | lsst::afw::fits::ImageScale::toFits< std::int16_t > (ndarray::Array< std::int16_t const, 2, 2 > const &, bool, bool, ndarray::Array< long, 1 > const &, int) const |
|
template ndarray::Array< std::int16_t, 2, 2 > | lsst::afw::fits::ImageScale::fromFits< std::int16_t > (ndarray::Array< std::int16_t, 2, 2 > const &) const |
|
template ImageScale | lsst::afw::fits::ImageScalingOptions::determine< std::uint32_t, 2 > (ndarray::Array< std::uint32_t const, 2, 2 > const &image, ndarray::Array< bool, 2, 2 > const &mask) const |
|
template std::shared_ptr< detail::PixelArrayBase > | lsst::afw::fits::ImageScale::toFits< std::uint32_t > (ndarray::Array< std::uint32_t const, 2, 2 > const &, bool, bool, ndarray::Array< long, 1 > const &, int) const |
|
template ndarray::Array< std::uint32_t, 2, 2 > | lsst::afw::fits::ImageScale::fromFits< std::uint32_t > (ndarray::Array< std::uint32_t, 2, 2 > const &) const |
|
template ImageScale | lsst::afw::fits::ImageScalingOptions::determine< std::int32_t, 2 > (ndarray::Array< std::int32_t const, 2, 2 > const &image, ndarray::Array< bool, 2, 2 > const &mask) const |
|
template std::shared_ptr< detail::PixelArrayBase > | lsst::afw::fits::ImageScale::toFits< std::int32_t > (ndarray::Array< std::int32_t const, 2, 2 > const &, bool, bool, ndarray::Array< long, 1 > const &, int) const |
|
template ndarray::Array< std::int32_t, 2, 2 > | lsst::afw::fits::ImageScale::fromFits< std::int32_t > (ndarray::Array< std::int32_t, 2, 2 > const &) const |
|
template ImageScale | lsst::afw::fits::ImageScalingOptions::determine< std::uint64_t, 2 > (ndarray::Array< std::uint64_t const, 2, 2 > const &image, ndarray::Array< bool, 2, 2 > const &mask) const |
|
template std::shared_ptr< detail::PixelArrayBase > | lsst::afw::fits::ImageScale::toFits< std::uint64_t > (ndarray::Array< std::uint64_t const, 2, 2 > const &, bool, bool, ndarray::Array< long, 1 > const &, int) const |
|
template ndarray::Array< std::uint64_t, 2, 2 > | lsst::afw::fits::ImageScale::fromFits< std::uint64_t > (ndarray::Array< std::uint64_t, 2, 2 > const &) const |
|
template ImageScale | lsst::afw::fits::ImageScalingOptions::determine< std::int64_t, 2 > (ndarray::Array< std::int64_t const, 2, 2 > const &image, ndarray::Array< bool, 2, 2 > const &mask) const |
|
template std::shared_ptr< detail::PixelArrayBase > | lsst::afw::fits::ImageScale::toFits< std::int64_t > (ndarray::Array< std::int64_t const, 2, 2 > const &, bool, bool, ndarray::Array< long, 1 > const &, int) const |
|
template ndarray::Array< std::int64_t, 2, 2 > | lsst::afw::fits::ImageScale::fromFits< std::int64_t > (ndarray::Array< std::int64_t, 2, 2 > const &) const |
|
template ImageScale | lsst::afw::fits::ImageScalingOptions::determine< boost::float32_t, 2 > (ndarray::Array< boost::float32_t const, 2, 2 > const &image, ndarray::Array< bool, 2, 2 > const &mask) const |
|
template std::shared_ptr< detail::PixelArrayBase > | lsst::afw::fits::ImageScale::toFits< boost::float32_t > (ndarray::Array< boost::float32_t const, 2, 2 > const &, bool, bool, ndarray::Array< long, 1 > const &, int) const |
|
template ndarray::Array< boost::float32_t, 2, 2 > | lsst::afw::fits::ImageScale::fromFits< boost::float32_t > (ndarray::Array< boost::float32_t, 2, 2 > const &) const |
|
template ImageScale | lsst::afw::fits::ImageScalingOptions::determine< boost::float64_t, 2 > (ndarray::Array< boost::float64_t const, 2, 2 > const &image, ndarray::Array< bool, 2, 2 > const &mask) const |
|
template std::shared_ptr< detail::PixelArrayBase > | lsst::afw::fits::ImageScale::toFits< boost::float64_t > (ndarray::Array< boost::float64_t const, 2, 2 > const &, bool, bool, ndarray::Array< long, 1 > const &, int) const |
|
template ndarray::Array< boost::float64_t, 2, 2 > | lsst::afw::fits::ImageScale::fromFits< boost::float64_t > (ndarray::Array< boost::float64_t, 2, 2 > const &) const |
|