|
double | abMagFromFlux (double flux) |
|
double | abMagErrFromFluxErr (double fluxErr, double flux) |
|
double | fluxFromABMag (double mag) |
|
double | fluxErrFromABMagErr (double magErr, double mag) |
|
ndarray::Array< T, 1 > | abMagFromFlux (ndarray::Array< T const, 1 > const &flux) |
|
ndarray::Array< T, 1 > | abMagErrFromFluxErr (ndarray::Array< T const, 1 > const &fluxErr, ndarray::Array< T const, 1 > const &flux) |
|
ndarray::Array< T, 1 > | fluxFromABMag (ndarray::Array< T const, 1 > const &mag) |
|
ndarray::Array< T, 1 > | fluxErrFromABMagErr (ndarray::Array< T const, 1 > const &magErr, ndarray::Array< T const, 1 > const &mag) |
|
std::shared_ptr< Exposure< ImagePixelT, MaskPixelT, VariancePixelT > > | makeExposure (MaskedImage< ImagePixelT, MaskPixelT, VariancePixelT > &mimage, std::shared_ptr< geom::SkyWcs const > wcs=std::shared_ptr< geom::SkyWcs const >()) |
|
void | fits_read_array (fits::Fits &fitsfile, ndarray::Array< PixelT, 2, 2 > &array, geom::Point2I &xy0, lsst::daf::base::PropertySet &metadata, geom::Box2I bbox=geom::Box2I(), ImageOrigin origin=PARENT) |
|
void | fits_read_image (fits::Fits &fitsfile, ImageT &img, lsst::daf::base::PropertySet &metadata, geom::Box2I const &bbox=geom::Box2I(), ImageOrigin const origin=PARENT) |
|
void | fits_read_image (fits::Fits &fitsfile, ImageT &img, std::shared_ptr< lsst::daf::base::PropertySet > metadata=std::shared_ptr< lsst::daf::base::PropertySet >(), geom::Box2I const &bbox=geom::Box2I(), ImageOrigin const origin=PARENT) |
|
Image< LhsPixelT > & | operator+= (Image< LhsPixelT > &lhs, Image< RhsPixelT > const &rhs) |
|
Image< LhsPixelT > & | operator-= (Image< LhsPixelT > &lhs, Image< RhsPixelT > const &rhs) |
|
Image< LhsPixelT > & | operator*= (Image< LhsPixelT > &lhs, Image< RhsPixelT > const &rhs) |
|
Image< LhsPixelT > & | operator/= (Image< LhsPixelT > &lhs, Image< RhsPixelT > const &rhs) |
|
void | swap (Image< PixelT > &a, Image< PixelT > &b) |
|
void | swap (DecoratedImage< PixelT > &a, DecoratedImage< PixelT > &b) |
|
geom::Box2I | bboxFromMetadata (daf::base::PropertySet &metadata) |
|
void | for_each_pixel (Image< LhsT > &lhs, pixelOp0< LhsT > const &func) |
|
void | for_each_pixel (Image< LhsT > &lhs, pixelOp1< LhsT > const &func) |
|
void | for_each_pixel (Image< LhsT > &lhs, pixelOp1XY< LhsT > const &func) |
|
void | for_each_pixel (Image< LhsT > &lhs, Image< RhsT > const &rhs, pixelOp1< RhsT > const &func) |
|
void | for_each_pixel (Image< LhsT > &lhs, Image< RhsT > const &rhs, pixelOp2< LhsT, RhsT > const &func) |
|
void | for_each_pixel (Image< LhsT > &lhs, Image< RhsT > const &rhs, pixelOp2XY< LhsT, RhsT > const &func) |
|
void | swap (ImageBase< PixelT > &a, ImageBase< PixelT > &b) |
|
double | innerProduct (Image1T const &lhs, Image2T const &rhs, int const border=0) |
|
std::shared_ptr< Image< PixelT > > | operator+ (Image< PixelT > const &img, ImageSlice< PixelT > const &slc) |
|
std::shared_ptr< Image< PixelT > > | operator+ (ImageSlice< PixelT > const &slc, Image< PixelT > const &img) |
|
void | operator+= (Image< PixelT > &img, ImageSlice< PixelT > const &slc) |
|
std::shared_ptr< Image< PixelT > > | operator- (Image< PixelT > const &img, ImageSlice< PixelT > const &slc) |
|
void | operator-= (Image< PixelT > &img, ImageSlice< PixelT > const &slc) |
|
std::shared_ptr< Image< PixelT > > | operator* (Image< PixelT > const &img, ImageSlice< PixelT > const &slc) |
|
std::shared_ptr< Image< PixelT > > | operator* (ImageSlice< PixelT > const &slc, Image< PixelT > const &img) |
|
void | operator*= (Image< PixelT > &img, ImageSlice< PixelT > const &slc) |
|
std::shared_ptr< Image< PixelT > > | operator/ (Image< PixelT > const &img, ImageSlice< PixelT > const &slc) |
|
void | operator/= (Image< PixelT > &img, ImageSlice< PixelT > const &slc) |
|
double | indexToPosition (double ind) |
|
int | positionToIndex (double pos) |
|
int | positionToIndex (double &residual, double pos) |
|
std::pair< int, double > | positionToIndex (double const pos, bool) |
|
void | swap (Mask< PixelT > &a, Mask< PixelT > &b) |
|
MaskedImage< ImagePixelT, MaskPixelT, VariancePixelT > * | makeMaskedImage (typename std::shared_ptr< Image< ImagePixelT >> image, typename std::shared_ptr< Mask< MaskPixelT >> mask=Mask< MaskPixelT >(), typename std::shared_ptr< Image< VariancePixelT >> variance=Image< VariancePixelT >()) |
|
std::shared_ptr< daf::base::PropertyList > | readMetadata (std::string const &fileName, int hdu=fits::DEFAULT_HDU, bool strip=false) |
|
ImageT::SinglePixel | badPixel (typename ImageT::Pixel bad=0) |
|
std::ostream & | operator<< (std::ostream &os, VisitInfo const &visitInfo) |
|
template ndarray::Array< float, 1 > | abMagFromFlux (ndarray::Array< float const, 1 > const &flux) |
|
template ndarray::Array< float, 1 > | abMagErrFromFluxErr (ndarray::Array< float const, 1 > const &fluxErr, ndarray::Array< float const, 1 > const &flux) |
|
template ndarray::Array< float, 1 > | fluxFromABMag (ndarray::Array< float const, 1 > const &mag) |
|
template ndarray::Array< float, 1 > | fluxErrFromABMagErr (ndarray::Array< float const, 1 > const &magErr, ndarray::Array< float const, 1 > const &mag) |
|
template ndarray::Array< double, 1 > | abMagFromFlux (ndarray::Array< double const, 1 > const &flux) |
|
template ndarray::Array< double, 1 > | abMagErrFromFluxErr (ndarray::Array< double const, 1 > const &fluxErr, ndarray::Array< double const, 1 > const &flux) |
|
template ndarray::Array< double, 1 > | fluxFromABMag (ndarray::Array< double const, 1 > const &mag) |
|
template ndarray::Array< double, 1 > | fluxErrFromABMagErr (ndarray::Array< double const, 1 > const &magErr, ndarray::Array< double const, 1 > const &mag) |
|
std::ostream & | operator<< (std::ostream &os, PhotoCalib const &photoCalib) |
|