|
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. More...
|
|
std::string | lsst::afw::fits::makeErrorMessage (void *fptr, int status=0, std::string const &msg="") |
| Return an error message reflecting FITS I/O errors. More...
|
|
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. More...
|
|
template<typename T > |
int | lsst::afw::fits::getBitPix () |
| Return the cfitsio integer BITPIX code for the given data type. More...
|
|
void | lsst::afw::fits::setAllowImageCompression (bool allow) |
|
bool | lsst::afw::fits::getAllowImageCompression () |
|
std::shared_ptr< daf::base::PropertyList > | lsst::afw::fits::combineMetadata (daf::base::PropertyList const &first, daf::base::PropertyList const &second) |
| Combine two sets of metadata in a FITS-appropriate fashion. More...
|
|
std::shared_ptr< daf::base::PropertyList > | lsst::afw::fits::combineMetadata (std::shared_ptr< daf::base::PropertyList const > first, std::shared_ptr< daf::base::PropertyList const > second) |
|
template<typename T , typename... Args> |
dafPlistPtr | lsst::afw::fits::detail::_readMetadata (T &&fitsparm, bool strip, Args... args) |
|
std::shared_ptr< daf::base::PropertyList > | lsst::afw::fits::readMetadata (std::string const &fileName, int hdu=DEFAULT_HDU, bool strip=false) |
| Read FITS header. More...
|
|
std::shared_ptr< daf::base::PropertyList > | lsst::afw::fits::readMetadata (std::string const &fileName, std::string const &hduname, HduType type=HduType::ANY, int hduver=0, bool strip=false) |
| Read FITS header. More...
|
|
std::shared_ptr< daf::base::PropertyList > | lsst::afw::fits::readMetadata (fits::MemFileManager &manager, int hdu=DEFAULT_HDU, bool strip=false) |
| Read FITS header. More...
|
|
std::shared_ptr< daf::base::PropertyList > | lsst::afw::fits::readMetadata (fits::MemFileManager &manager, std::string const &hduname, HduType type=HduType::ANY, int hduver=0, bool strip=false) |
| Read FITS header. More...
|
|
std::shared_ptr< daf::base::PropertyList > | lsst::afw::fits::readMetadata (fits::Fits &fitsfile, bool strip=false) |
| Read FITS header. More...
|
|