lsst.afw g4f4f280218+33796f850d
Classes | Namespaces | Functions | Variables
Filter.h File Reference
#include <cmath>
#include <string>
#include <unordered_map>
#include <vector>
#include <memory>
#include "lsst/base.h"
#include "lsst/daf/base/PropertySet.h"
#include "lsst/afw/typehandling/Storable.h"

Go to the source code of this file.

Classes

struct  std::hash< lsst::afw::image::FilterProperty >
 
struct  std::hash< lsst::afw::image::Filter >
 

Namespaces

namespace  lsst
 A base class for image defects.
 
namespace  lsst::afw
 
namespace  lsst::afw::image
 Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects.
 
namespace  lsst::afw::image::detail
 
namespace  std
 STL namespace.
 

Functions

 lsst::afw::image::FilterProperty (FilterProperty const &)=default
 
 lsst::afw::image::FilterProperty (FilterProperty &&) noexcept=default
 
FilterProperty & lsst::afw::image::operator= (FilterProperty const &)=default
 
FilterProperty & lsst::afw::image::operator= (FilterProperty &&) noexcept=default
 
 lsst::afw::image::~FilterProperty () noexcept=default
 
std::string const & lsst::afw::image::getName () const noexcept
 Return a filter's name. More...
 
double lsst::afw::image::getLambdaEff () const noexcept
 Return the filter's effective wavelength (nm) More...
 
double lsst::afw::image::getLambdaMin () const noexcept
 Return the filter's minimum wavelength (nm) where the transmission is above 1% of the maximum. More...
 
double lsst::afw::image::getLambdaMax () const noexcept
 Return the filter's maximum wavelength (nm) where the transmission is above 1% of the maximum. More...
 
bool lsst::afw::image::operator== (FilterProperty const &rhs) const noexcept
 Return true iff two FilterProperties are identical. More...
 
bool lsst::afw::image::operator!= (FilterProperty const &rhs) const noexcept
 Return true iff rhs != this. More...
 
std::size_t lsst::afw::image::hash_value () const noexcept
 Return a hash of this object. More...
 
std::string lsst::afw::image::getPersistenceName () const override
 
std::string lsst::afw::image::getPythonModule () const override
 
void lsst::afw::image::write (OutputArchiveHandle &handle) const override
 
int lsst::afw::image::detail::stripFilterKeywords (std::shared_ptr< lsst::daf::base::PropertySet > metadata)
 Remove Filter-related keywords from the metadata. More...
 

Variables

class[[deprecated("Removed with no replacement (but see lsst::afw::image::TransmissionCurve). Will be " "removed after v22.")]] FilterProperty lsst::afw::image::final
 Describe the properties of a Filter (e.g. More...