lsst.afw ge15bfa9975+e3573e3735
|
Classes | |
struct | basic_tag |
Base image tag. More... | |
struct | Image_tag |
tag for an Image More... | |
struct | image_traits |
traits class for image categories More... | |
struct | Mask_tag |
tag for a Mask More... | |
class | MaskDict |
struct | MaskedImage_tag |
A traits class for MaskedImage. More... | |
struct | MaskedImagePixel_tag |
A class used to identify classes that represent MaskedImage pixels. More... | |
class | StorableMap |
A map of Storable supporting strongly-typed access. More... | |
Typedefs | |
using | MaskPlaneDict = std::map< std::string, int > |
Functions | |
void | setVisitInfoMetadata (daf::base::PropertyList &metadata, VisitInfo const &visitInfo) |
Set FITS metadata from a VisitInfo. More... | |
int | stripVisitInfoKeywords (daf::base::PropertySet &metadata) |
Remove VisitInfo-related keywords from the metadata. More... | |
Variables | |
std::string const | wcsNameForXY0 = "A" |
std::string const | fitsFile_RE = "\\.fits(\\.[fg]z)?$" |
regexp to identify when MaskedImages should be written as MEFs More... | |
std::string const | compressedFileNoMEF_RE = "(\\.gz)$" |
regexp to identify compressed files that we can't write MEFs to More... | |
using lsst::afw::image::detail::MaskPlaneDict = typedef std::map<std::string, int> |
void lsst::afw::image::detail::setVisitInfoMetadata | ( | daf::base::PropertyList & | metadata, |
VisitInfo const & | visitInfo | ||
) |
Set FITS metadata from a VisitInfo.
[in,out] | metadata | FITS keyword metadata to set |
[in] | visitInfo | instance of VisitInfo from which to set metadata |
Definition at line 419 of file VisitInfo.cc.
int lsst::afw::image::detail::stripVisitInfoKeywords | ( | daf::base::PropertySet & | metadata | ) |
Remove VisitInfo-related keywords from the metadata.
[in,out] | metadata | FITS keyword metadata |
Definition at line 378 of file VisitInfo.cc.
std::string const lsst::afw::image::detail::compressedFileNoMEF_RE = "(\\.gz)$" |
regexp to identify compressed files that we can't write MEFs to
Definition at line 58 of file MaskedImage.h.
std::string const lsst::afw::image::detail::fitsFile_RE = "\\.fits(\\.[fg]z)?$" |
regexp to identify when MaskedImages should be written as MEFs
Definition at line 56 of file MaskedImage.h.
std::string const lsst::afw::image::detail::wcsNameForXY0 = "A" |
Definition at line 70 of file ImageBase.h.