lsst.afw gaa753fd333+03f406da14
Loading...
Searching...
No Matches
fitsCompression.h File Reference
#include <optional>
#include <string>
#include <type_traits>
#include <vector>
#include "ndarray.h"
#include "lsst/afw/image/Image.h"
#include "lsst/afw/image/Mask.h"

Go to the source code of this file.

Classes

struct  lsst::afw::fits::QuantizationOptions
 Options controlling quantization for image compression with FITS. More...
 
struct  lsst::afw::fits::CompressionOptions
 Options controlling image compression with FITS. More...
 

Namespaces

namespace  lsst
 
namespace  lsst::afw
 
namespace  lsst::afw::fits
 

Enumerations

enum class  lsst::afw::fits::CompressionAlgorithm { lsst::afw::fits::GZIP_1_ , lsst::afw::fits::GZIP_2_ , lsst::afw::fits::RICE_1_ }
 FITS compression algorithms. More...
 
enum class  lsst::afw::fits::DitherAlgorithm { lsst::afw::fits::NO_DITHER_ , lsst::afw::fits::SUBTRACTIVE_DITHER_1_ , lsst::afw::fits::SUBTRACTIVE_DITHER_2_ }
 FITS quantization algorithms. More...
 
enum class  lsst::afw::fits::ScalingAlgorithm { lsst::afw::fits::RANGE , lsst::afw::fits::STDEV_MASKED , lsst::afw::fits::STDEV_CFITSIO , lsst::afw::fits::MANUAL }
 Algorithms used to compute the scaling factor used in quantization. More...