lsst.afw g093c4c12c6+20210d9dd1
|
Classes | |
struct | Bitpix |
FITS BITPIX header value by C++ type. More... | |
struct | Bitpix< double > |
struct | Bitpix< float > |
struct | Bitpix< std::int16_t > |
struct | Bitpix< std::int32_t > |
struct | Bitpix< std::int64_t > |
struct | Bitpix< std::uint16_t > |
struct | Bitpix< std::uint32_t > |
struct | Bitpix< std::uint64_t > |
struct | Bitpix< std::uint8_t > |
class | PixelArray |
Typed array of pixel values. More... | |
class | PixelArrayBase |
Abstract base class for an array of pixel values. More... | |
Functions | |
template<typename T > | |
std::shared_ptr< PixelArrayBase > | makePixelArray (int bitpix, ndarray::Array< T, 1, 1 > const &array) |
Create a PixelArray suitable for an image with the nominated BITPIX. More... | |
template<typename T , typename... Args> | |
dafPlistPtr | _readMetadata (T &&fitsparm, bool strip, Args... args) |
dafPlistPtr lsst::afw::fits::detail::_readMetadata | ( | T && | fitsparm, |
bool | strip, | ||
Args... | args | ||
) |
std::shared_ptr< PixelArrayBase > lsst::afw::fits::detail::makePixelArray | ( | int | bitpix, |
ndarray::Array< T, 1, 1 > const & | array | ||
) |
Create a PixelArray suitable for an image with the nominated BITPIX.
[in] | bitpix | Bits per pixel (0,8,16,32,64,-32,-64) for output. |
[in] | array | Array with pixel values to convert. |
Definition at line 134 of file fitsCompression.h.