|
LSSTApplications
16.0-11-g09ed895+2,16.0-11-g12e47bd,16.0-11-g9bb73b2+6,16.0-12-g5c924a4+6,16.0-14-g9a974b3+1,16.0-15-g1417920+1,16.0-15-gdd5ca33+1,16.0-16-gf0259e2,16.0-17-g31abd91+7,16.0-17-g7d7456e+7,16.0-17-ga3d2e9f+13,16.0-18-ga4d4bcb+1,16.0-18-gd06566c+1,16.0-2-g0febb12+21,16.0-2-g9d5294e+69,16.0-2-ga8830df+6,16.0-20-g21842373+7,16.0-24-g3eae5ec,16.0-28-gfc9ea6c+4,16.0-29-ge8801f9,16.0-3-ge00e371+34,16.0-4-g18f3627+13,16.0-4-g5f3a788+20,16.0-4-ga3eb747+10,16.0-4-gabf74b7+29,16.0-4-gb13d127+6,16.0-49-g42e581f7+6,16.0-5-g27fb78a+7,16.0-5-g6a53317+34,16.0-5-gb3f8a4b+87,16.0-6-g9321be7+4,16.0-6-gcbc7b31+42,16.0-6-gf49912c+29,16.0-7-gd2eeba5+51,16.0-71-ge89f8615e,16.0-8-g21fd5fe+29,16.0-8-g3a9f023+20,16.0-8-g4734f7a+1,16.0-8-g5858431+3,16.0-9-gf5c1f43+8,master-gd73dc1d098+1,w.2019.01
LSSTDataManagementBasePackage
|
Namespaces | |
| compression | |
| detail | |
| fitsContinued | |
| fitsLib | |
| pickleFits | |
Classes | |
| struct | Bzero |
| Scaling zero-point, set according to pixel type. More... | |
| struct | Bzero< std::uint64_t > |
| struct | Bzero< T, typename std::enable_if< std::numeric_limits< T >::is_integer &&!std::numeric_limits< T >::is_signed >::type > |
| class | Fits |
| A simple struct that combines the two arguments that must be passed to most cfitsio routines and contains thin and/or templated wrappers around common cfitsio routines. More... | |
| class | FitsError |
| An exception thrown when problems are found when reading or writing FITS files. More... | |
| class | FitsTypeError |
| An exception thrown when a FITS file has the wrong type. More... | |
| class | HduMoveGuard |
| RAII scoped guard for moving the HDU in a Fits object. More... | |
| class | HeaderIterationFunctor |
| Base class for polymorphic functors used to iterator over FITS key headers. More... | |
| struct | ImageCompressionOptions |
| Options for tile compression of image pixels. More... | |
| struct | ImageScale |
| Scale to apply to image. More... | |
| class | ImageScalingOptions |
| Options for scaling image pixels. More... | |
| struct | ImageWriteOptions |
| Options for writing an image to FITS. More... | |
| class | MemFileManager |
| Lifetime-management for memory that goes into FITS memory files. More... | |
Functions | |
| std::string | makeErrorMessage (std::string const &fileName="", int status=0, std::string const &msg="") |
| Return an error message reflecting FITS I/O errors. More... | |
| std::string | makeErrorMessage (std::string const &fileName, int status, boost::format const &msg) |
| std::string | makeErrorMessage (void *fptr, int status=0, std::string const &msg="") |
| Return an error message reflecting FITS I/O errors. More... | |
| std::string | makeErrorMessage (void *fptr, int status, boost::format const &msg) |
| std::string | makeLimitedFitsHeader (lsst::daf::base::PropertySet const &metadata, std::set< std::string > const &excludeNames={}) |
| Format a PropertySet into an FITS header string in a simplistic fashion. More... | |
| template<typename T > | |
| int | getBitPix () |
| Return the cfitsio integer BITPIX code for the given data type. More... | |
| template<typename T , int N, int C> | |
| ndarray::Array< T const, N, N > const | makeContiguousArray (ndarray::Array< T, N, C > const &array) |
| Construct a contiguous ndarray. More... | |
| std::shared_ptr< daf::base::PropertyList > | combineMetadata (std::shared_ptr< const daf::base::PropertyList > first, std::shared_ptr< const daf::base::PropertyList > second) |
| Combine two sets of metadata in a FITS-appropriate fashion. More... | |
| std::shared_ptr< daf::base::PropertyList > | readMetadata (std::string const &fileName, int hdu=DEFAULT_HDU, bool strip=false) |
| Read FITS header. More... | |
| std::shared_ptr< daf::base::PropertyList > | readMetadata (fits::MemFileManager &manager, int hdu=DEFAULT_HDU, bool strip=false) |
| Read FITS header. More... | |
| std::shared_ptr< daf::base::PropertyList > | readMetadata (fits::Fits &fitsfile, bool strip=false) |
| Read FITS header. More... | |
| void | setAllowImageCompression (bool allow) |
| bool | getAllowImageCompression () |
| ImageCompressionOptions::CompressionAlgorithm | compressionAlgorithmFromString (std::string const &name) |
| Interpret compression algorithm expressed in string. More... | |
| std::string | compressionAlgorithmToString (ImageCompressionOptions::CompressionAlgorithm algorithm) |
| Provide string version of compression algorithm. More... | |
| ImageCompressionOptions::CompressionAlgorithm | compressionAlgorithmFromCfitsio (int cfitsio) |
| Convert compression algorithm from cfitsio to ImageCompressionOptions::CompressionAlgorithm. More... | |
| int | compressionAlgorithmToCfitsio (ImageCompressionOptions::CompressionAlgorithm algorithm) |
| Convert ImageCompressionOptions::CompressionAlgorithm to cfitsio. More... | |
| ImageScalingOptions::ScalingAlgorithm | scalingAlgorithmFromString (std::string const &name) |
| Interpret scaling algorithm expressed in string. More... | |
| std::string | scalingAlgorithmToString (ImageScalingOptions::ScalingAlgorithm algorithm) |
| Provide string version of compression algorithm. More... | |
| template ImageScale | 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 > | 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 > | ImageScale::fromFits< std::uint8_t > (ndarray::Array< std::uint8_t, 2, 2 > const &) const |
| template ImageScale | 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 > | 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 > | ImageScale::fromFits< std::uint16_t > (ndarray::Array< std::uint16_t, 2, 2 > const &) const |
| template ImageScale | 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 > | 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 > | ImageScale::fromFits< std::int16_t > (ndarray::Array< std::int16_t, 2, 2 > const &) const |
| template ImageScale | 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 > | 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 > | ImageScale::fromFits< std::uint32_t > (ndarray::Array< std::uint32_t, 2, 2 > const &) const |
| template ImageScale | 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 > | 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 > | ImageScale::fromFits< std::int32_t > (ndarray::Array< std::int32_t, 2, 2 > const &) const |
| template ImageScale | 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 > | 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 > | ImageScale::fromFits< std::uint64_t > (ndarray::Array< std::uint64_t, 2, 2 > const &) const |
| template ImageScale | 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 > | 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 > | ImageScale::fromFits< std::int64_t > (ndarray::Array< std::int64_t, 2, 2 > const &) const |
| template ImageScale | 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 > | 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 > | ImageScale::fromFits< boost::float32_t > (ndarray::Array< boost::float32_t, 2, 2 > const &) const |
| template ImageScale | 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 > | 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 > | ImageScale::fromFits< boost::float64_t > (ndarray::Array< boost::float64_t, 2, 2 > const &) const |
Variables | |
| const int | DEFAULT_HDU = INT_MIN |
| Specify that the default HDU should be read. More... | |
| std::shared_ptr< daf::base::PropertyList > lsst::afw::fits::combineMetadata | ( | std::shared_ptr< const daf::base::PropertyList > | first, |
| std::shared_ptr< const daf::base::PropertyList > | second | ||
| ) |
Combine two sets of metadata in a FITS-appropriate fashion.
"COMMENT" and "HISTORY" entries:
second are appended to values in firstAll other entries:
second override values in first (regardless of type)| [in] | first | The first set of metadata to combine |
| [in] | second | The second set of metadata to combine |
first, omitting all names except "COMMENT" and "HISTORY" that appear in secondsecond, omitting "COMMENT" and "HISTORY" if valid versions appear in first Definition at line 1521 of file fits.cc.
| ImageCompressionOptions::CompressionAlgorithm lsst::afw::fits::compressionAlgorithmFromCfitsio | ( | int | cfitsio | ) |
Convert compression algorithm from cfitsio to ImageCompressionOptions::CompressionAlgorithm.
Definition at line 50 of file fitsCompression.cc.
| ImageCompressionOptions::CompressionAlgorithm lsst::afw::fits::compressionAlgorithmFromString | ( | std::string const & | name | ) |
Interpret compression algorithm expressed in string.
Definition at line 20 of file fitsCompression.cc.
| int lsst::afw::fits::compressionAlgorithmToCfitsio | ( | ImageCompressionOptions::CompressionAlgorithm | algorithm | ) |
Convert ImageCompressionOptions::CompressionAlgorithm to cfitsio.
Definition at line 72 of file fitsCompression.cc.
| std::string lsst::afw::fits::compressionAlgorithmToString | ( | ImageCompressionOptions::CompressionAlgorithm | algorithm | ) |
Provide string version of compression algorithm.
Definition at line 31 of file fitsCompression.cc.
| bool lsst::afw::fits::getAllowImageCompression | ( | ) |
| int lsst::afw::fits::getBitPix | ( | ) |
| 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 ndarray::Array< boost::float64_t , 2, 2> lsst::afw::fits::ImageScale::fromFits< boost::float64_t > | ( | ndarray::Array< boost::float64_t, 2, 2 > const & | ) | 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 |
| ndarray::Array<T const, N, N> const lsst::afw::fits::makeContiguousArray | ( | ndarray::Array< T, N, C > const & | array | ) |
Construct a contiguous ndarray.
A deep copy is only performed if the array is not already contiguous.
| std::string lsst::afw::fits::makeErrorMessage | ( | std::string const & | fileName = "", |
| int | status = 0, |
||
| std::string const & | msg = "" |
||
| ) |
Return an error message reflecting FITS I/O errors.
| [in] | fileName | FITS filename to be included in the error message. |
| [in] | status | The last status value returned by the cfitsio library; if nonzero, the error message will include a description from cfitsio. |
| [in] | msg | An additional custom message to include. |
Definition at line 405 of file fits.cc.
|
inline |
| std::string lsst::afw::fits::makeErrorMessage | ( | void * | fptr, |
| int | status = 0, |
||
| std::string const & | msg = "" |
||
| ) |
Return an error message reflecting FITS I/O errors.
| [in] | fptr | A cfitsio fitsfile pointer to be inspected for a filename. Passed as void* to avoid including fitsio.h in the header file. |
| [in] | status | The last status value returned by the cfitsio library; if nonzero, the error message will include a description from cfitsio. |
| [in] | msg | An additional custom message to include. |
Definition at line 427 of file fits.cc.
|
inline |
| std::string lsst::afw::fits::makeLimitedFitsHeader | ( | lsst::daf::base::PropertySet const & | metadata, |
| std::set< std::string > const & | excludeNames = {} |
||
| ) |
Format a PropertySet into an FITS header string in a simplistic fashion.
This function is designed to format data for creating a WCS. As such, it is quite limited:
| [in] | metadata | Metadata to format; if this is a PropertyList then the order of items is preserved |
| [in] | excludeNames | Names of entries to exclude from the returned header string |
Definition at line 436 of file fits.cc.
| std::shared_ptr< daf::base::PropertyList > lsst::afw::fits::readMetadata | ( | std::string const & | fileName, |
| int | hdu = DEFAULT_HDU, |
||
| bool | strip = false |
||
| ) |
Read FITS header.
Includes support for the INHERIT convention: if 'INHERIT = T' is in the header, the PHU will be read as well, and nominated HDU will override any duplicated values.
| fileName | the file whose header will be read |
| hdu | the HDU to read (0-indexed; 0 is the Primary HDU). |
| strip | if true, common FITS keys that usually have non-metadata intepretations (e.g. NAXIS, BITPIX) will be ignored. |
Definition at line 1550 of file fits.cc.
| std::shared_ptr< daf::base::PropertyList > lsst::afw::fits::readMetadata | ( | fits::MemFileManager & | manager, |
| int | hdu = DEFAULT_HDU, |
||
| bool | strip = false |
||
| ) |
Read FITS header.
Includes support for the INHERIT convention: if 'INHERIT = T' is in the header, the PHU will be read as well, and nominated HDU will override any duplicated values.
| manager | the in-memory file whose header will be read |
| hdu | the HDU to read (0-indexed; 0 is the Primary HDU). |
| strip | if true, common FITS keys that usually have non-metadata intepretations (e.g. NAXIS, BITPIX) will be ignored. |
Definition at line 1556 of file fits.cc.
| std::shared_ptr< daf::base::PropertyList > lsst::afw::fits::readMetadata | ( | fits::Fits & | fitsfile, |
| bool | strip = false |
||
| ) |
Read FITS header.
Includes support for the INHERIT convention: if 'INHERIT = T' is in the header, the PHU will be read as well, and nominated HDU will override any duplicated values.
| fitsfile | the file and HDU to be read |
| strip | if true, common FITS keys that usually have non-metadata intepretations (e.g. NAXIS, BITPIX) will be ignored. |
Definition at line 1562 of file fits.cc.
| ImageScalingOptions::ScalingAlgorithm lsst::afw::fits::scalingAlgorithmFromString | ( | std::string const & | name | ) |
Interpret scaling algorithm expressed in string.
Definition at line 99 of file fitsCompression.cc.
| std::string lsst::afw::fits::scalingAlgorithmToString | ( | ImageScalingOptions::ScalingAlgorithm | algorithm | ) |
Provide string version of compression algorithm.
Definition at line 109 of file fitsCompression.cc.
| void lsst::afw::fits::setAllowImageCompression | ( | bool | allow | ) |
| const int lsst::afw::fits::DEFAULT_HDU = INT_MIN |
Specify that the default HDU should be read.
This special HDU number indicates that the first extension should be used if the primary HDU is empty (i.e., has NAXIS=0) and the Primary HDU is the current.
Definition at line 18 of file fitsDefaults.h.
1.8.13