lsst.afw
21.0.0-11-ga6ea59e8e+47cba9fc36
|
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... | |
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.