LSST Applications 26.0.0,g0265f82a02+6660c170cc,g07994bdeae+30b05a742e,g0a0026dc87+17526d298f,g0a60f58ba1+17526d298f,g0e4bf8285c+96dd2c2ea9,g0ecae5effc+c266a536c8,g1e7d6db67d+6f7cb1f4bb,g26482f50c6+6346c0633c,g2bbee38e9b+6660c170cc,g2cc88a2952+0a4e78cd49,g3273194fdb+f6908454ef,g337abbeb29+6660c170cc,g337c41fc51+9a8f8f0815,g37c6e7c3d5+7bbafe9d37,g44018dc512+6660c170cc,g4a941329ef+4f7594a38e,g4c90b7bd52+5145c320d2,g58be5f913a+bea990ba40,g635b316a6c+8d6b3a3e56,g67924a670a+bfead8c487,g6ae5381d9b+81bc2a20b4,g93c4d6e787+26b17396bd,g98cecbdb62+ed2cb6d659,g98ffbb4407+81bc2a20b4,g9ddcbc5298+7f7571301f,ga1e77700b3+99e9273977,gae46bcf261+6660c170cc,gb2715bf1a1+17526d298f,gc86a011abf+17526d298f,gcf0d15dbbd+96dd2c2ea9,gdaeeff99f8+0d8dbea60f,gdb4ec4c597+6660c170cc,ge23793e450+96dd2c2ea9,gf041782ebf+171108ac67
LSST Data Management Base Package
|
Namespaces | |
namespace | dcrModel |
namespace | detail |
namespace | detectAndMeasure |
namespace | diaCatalogSourceSelector |
namespace | diffimLib |
namespace | diffimTools |
namespace | dipoleFitTask |
namespace | dipoleMeasurement |
namespace | getTemplate |
namespace | imageDecorrelation |
namespace | imageMapReduce |
namespace | kernelCandidateQa |
namespace | makeKernel |
namespace | makeKernelBasisList |
namespace | metrics |
namespace | modelPsfMatch |
namespace | psfMatch |
namespace | subtractImages |
namespace | utils |
namespace | version |
Classes | |
class | DipoleCentroidAlgorithm |
Intermediate base class for algorithms that compute a centroid. More... | |
class | DipoleCentroidControl |
class | DipoleFluxAlgorithm |
Intermediate base class for algorithms that compute a flux. More... | |
class | DipoleFluxControl |
class | FindSetBits |
Class to accumulate Mask bits. More... | |
class | ImageStatistics |
Class to calculate difference image statistics. More... | |
class | KernelCandidate |
Class stored in SpatialCells for spatial Kernel fitting. More... | |
class | KernelCandidateDetection |
Search through images for Footprints with no masked pixels. More... | |
class | KernelSolution |
class | MaskedKernelSolution |
class | MinimizeDipoleChi2 |
Class to minimize PsfDipoleFlux; this is the object that Minuit minimizes. More... | |
class | NaiveDipoleCentroid |
Intermediate base class for algorithms that compute a centroid. More... | |
class | NaiveDipoleFlux |
class | PsfDipoleFlux |
Implementation of Psf dipole flux. More... | |
class | PsfDipoleFluxControl |
C++ control object for PSF dipole fluxes. More... | |
class | RegularizedKernelSolution |
class | SpatialKernelSolution |
class | StaticKernelSolution |
Typedefs | |
typedef float | PixelT |
typedef float | InputT |
Functions | |
lsst::afw::math::KernelList | makeDeltaFunctionBasisList (int width, int height) |
Build a set of Delta Function basis kernels. | |
Eigen::MatrixXd | makeRegularizationMatrix (lsst::daf::base::PropertySet const &ps) |
Build a regularization matrix for Delta function kernels. | |
Eigen::MatrixXd | makeForwardDifferenceMatrix (int width, int height, std::vector< int > const &orders, float borderPenalty, bool fitForBackground) |
Build a forward difference regularization matrix for Delta function kernels. | |
Eigen::MatrixXd | makeCentralDifferenceMatrix (int width, int height, int stencil, float borderPenalty, bool fitForBackground) |
Build a central difference Laplacian regularization matrix for Delta function kernels. | |
lsst::afw::math::KernelList | renormalizeKernelList (lsst::afw::math::KernelList const &kernelListIn) |
Renormalize a list of basis kernels. | |
lsst::afw::math::KernelList | makeAlardLuptonBasisList (int halfWidth, int nGauss, std::vector< double > const &sigGauss, std::vector< int > const °Gauss) |
Build a set of Alard/Lupton basis kernels. | |
template<typename PixelT , typename BackgroundT > | |
lsst::afw::image::MaskedImage< PixelT > | convolveAndSubtract (lsst::afw::image::MaskedImage< PixelT > const &templateImage, lsst::afw::image::MaskedImage< PixelT > const &scienceMaskedImage, lsst::afw::math::Kernel const &convolutionKernel, BackgroundT background, bool invert=true) |
Execute fundamental task of convolving template and subtracting it from science image. | |
template<typename PixelT , typename BackgroundT > | |
lsst::afw::image::MaskedImage< PixelT > | convolveAndSubtract (lsst::afw::image::Image< PixelT > const &templateImage, lsst::afw::image::MaskedImage< PixelT > const &scienceMaskedImage, lsst::afw::math::Kernel const &convolutionKernel, BackgroundT background, bool invert=true) |
Execute fundamental task of convolving template and subtracting it from science image. | |
template<typename PixelT > | |
Eigen::MatrixXd | imageToEigenMatrix (lsst::afw::image::Image< PixelT > const &img) |
Turns a 2-d Image into a 2-d Eigen Matrix. | |
Eigen::MatrixXi | maskToEigenMatrix (lsst::afw::image::Mask< lsst::afw::image::MaskPixel > const &mask) |
template<typename PixelT > | |
std::shared_ptr< KernelCandidate< PixelT > > | makeKernelCandidate (float const xCenter, float const yCenter, std::shared_ptr< afw::image::MaskedImage< PixelT > > const &templateMaskedImage, std::shared_ptr< afw::image::MaskedImage< PixelT > > const &scienceMaskedImage, daf::base::PropertySet const &ps) |
Return a KernelCandidate pointer of the right sort. | |
template<typename PixelT > | |
std::shared_ptr< KernelCandidate< PixelT > > | makeKernelCandidate (std::shared_ptr< afw::table::SourceRecord > const &source, std::shared_ptr< afw::image::MaskedImage< PixelT > > const &templateMaskedImage, std::shared_ptr< afw::image::MaskedImage< PixelT > > const &scienceMaskedImage, daf::base::PropertySet const &ps) |
Return a KernelCandidate pointer of the right sort. | |
void | wrapBasisLists (WrapperCollection &wrappers) |
void | wrapDipoleAlgorithms (WrapperCollection &wrappers) |
void | wrapFindSetBits (WrapperCollection &wrappers) |
void | wrapImageStatistics (WrapperCollection &wrappers) |
void | wrapImageSubtract (WrapperCollection &wrappers) |
void | wrapKernelCandidate (WrapperCollection &wrappers) |
void | wrapKernelCandidateDetection (WrapperCollection &wrappers) |
void | wrapKernelSolution (WrapperCollection &wrappers) |
PYBIND11_MODULE (_ipdiffimLib, mod) | |
Eigen::MatrixXd | makeFiniteDifferenceRegularizationDeprecated (unsigned int width, unsigned int height, unsigned int order, unsigned int boundary_style, unsigned int difference_style, bool printB) |
Generate regularization matrix for delta function kernels. | |
int const | NEGCENTXPAR (0) |
int const | NEGCENTYPAR (1) |
int const | NEGFLUXPAR (2) |
int const | POSCENTXPAR (3) |
int const | POSCENTYPAR (4) |
int const | POSFLUXPAR (5) |
template<typename PixelT , typename BackgroundT > | |
afwImage::MaskedImage< PixelT > | convolveAndSubtract (lsst::afw::image::MaskedImage< PixelT > const &templateImage, lsst::afw::image::MaskedImage< PixelT > const &scienceMaskedImage, lsst::afw::math::Kernel const &convolutionKernel, BackgroundT background, bool invert) |
Implement fundamental difference imaging step of convolution and subtraction : D = I - (K*T + bg) where * denotes convolution. | |
template<typename PixelT , typename BackgroundT > | |
afwImage::MaskedImage< PixelT > | convolveAndSubtract (lsst::afw::image::Image< PixelT > const &templateImage, lsst::afw::image::MaskedImage< PixelT > const &scienceMaskedImage, lsst::afw::math::Kernel const &convolutionKernel, BackgroundT background, bool invert) |
Implement fundamental difference imaging step of convolution and subtraction : D = I - (K.x.T + bg) | |
template Eigen::MatrixXd | imageToEigenMatrix (lsst::afw::image::Image< float > const &) |
template Eigen::MatrixXd | imageToEigenMatrix (lsst::afw::image::Image< double > const &) |
template lsst::afw::image::MaskedImage< float > | convolveAndSubtract (lsst::afw::image::Image< float > const &templateImage, lsst::afw::image::MaskedImage< float > const &scienceMaskedImage, lsst::afw::math::Kernel const &convolutionKernel, double background, bool invert) |
template afwImage::MaskedImage< float > | convolveAndSubtract (lsst::afw::image::Image< float > const &templateImage, lsst::afw::image::MaskedImage< float > const &scienceMaskedImage, lsst::afw::math::Kernel const &convolutionKernel, lsst::afw::math::Function2< double > const &backgroundFunction, bool invert) |
template lsst::afw::image::MaskedImage< float > | convolveAndSubtract (lsst::afw::image::MaskedImage< float > const &templateImage, lsst::afw::image::MaskedImage< float > const &scienceMaskedImage, lsst::afw::math::Kernel const &convolutionKernel, double background, bool invert) |
template afwImage::MaskedImage< float > | convolveAndSubtract (lsst::afw::image::MaskedImage< float > const &templateImage, lsst::afw::image::MaskedImage< float > const &scienceMaskedImage, lsst::afw::math::Kernel const &convolutionKernel, lsst::afw::math::Function2< double > const &backgroundFunction, bool invert) |
template lsst::afw::image::MaskedImage< double > | convolveAndSubtract (lsst::afw::image::Image< double > const &templateImage, lsst::afw::image::MaskedImage< double > const &scienceMaskedImage, lsst::afw::math::Kernel const &convolutionKernel, double background, bool invert) |
template afwImage::MaskedImage< double > | convolveAndSubtract (lsst::afw::image::Image< double > const &templateImage, lsst::afw::image::MaskedImage< double > const &scienceMaskedImage, lsst::afw::math::Kernel const &convolutionKernel, lsst::afw::math::Function2< double > const &backgroundFunction, bool invert) |
template lsst::afw::image::MaskedImage< double > | convolveAndSubtract (lsst::afw::image::MaskedImage< double > const &templateImage, lsst::afw::image::MaskedImage< double > const &scienceMaskedImage, lsst::afw::math::Kernel const &convolutionKernel, double background, bool invert) |
template afwImage::MaskedImage< double > | convolveAndSubtract (lsst::afw::image::MaskedImage< double > const &templateImage, lsst::afw::image::MaskedImage< double > const &scienceMaskedImage, lsst::afw::math::Kernel const &convolutionKernel, lsst::afw::math::Function2< double > const &backgroundFunction, bool invert) |
Variables | |
NaiveDipoleCentroid | |
Control | |
DipoleCentroidControl | |
executionOrder | |
NaiveDipoleFlux | |
DipoleFluxControl | |
PsfDipoleFlux | |
PsfDipoleFluxControl | |
typedef float lsst::ip::diffim::InputT |
Definition at line 1576 of file KernelSolution.cc.
typedef float lsst::ip::diffim::PixelT |
Definition at line 383 of file KernelCandidate.cc.
template lsst::afw::image::MaskedImage< double > lsst::ip::diffim::convolveAndSubtract | ( | lsst::afw::image::Image< double > const & | templateImage, |
lsst::afw::image::MaskedImage< double > const & | scienceMaskedImage, | ||
lsst::afw::math::Kernel const & | convolutionKernel, | ||
double | background, | ||
bool | invert | ||
) |
template afwImage::MaskedImage< double > lsst::ip::diffim::convolveAndSubtract | ( | lsst::afw::image::Image< double > const & | templateImage, |
lsst::afw::image::MaskedImage< double > const & | scienceMaskedImage, | ||
lsst::afw::math::Kernel const & | convolutionKernel, | ||
lsst::afw::math::Function2< double > const & | backgroundFunction, | ||
bool | invert | ||
) |
template lsst::afw::image::MaskedImage< float > lsst::ip::diffim::convolveAndSubtract | ( | lsst::afw::image::Image< float > const & | templateImage, |
lsst::afw::image::MaskedImage< float > const & | scienceMaskedImage, | ||
lsst::afw::math::Kernel const & | convolutionKernel, | ||
double | background, | ||
bool | invert | ||
) |
template afwImage::MaskedImage< float > lsst::ip::diffim::convolveAndSubtract | ( | lsst::afw::image::Image< float > const & | templateImage, |
lsst::afw::image::MaskedImage< float > const & | scienceMaskedImage, | ||
lsst::afw::math::Kernel const & | convolutionKernel, | ||
lsst::afw::math::Function2< double > const & | backgroundFunction, | ||
bool | invert | ||
) |
afwImage::MaskedImage< PixelT > lsst::ip::diffim::convolveAndSubtract | ( | lsst::afw::image::Image< PixelT > const & | templateImage, |
lsst::afw::image::MaskedImage< PixelT > const & | scienceMaskedImage, | ||
lsst::afw::math::Kernel const & | convolutionKernel, | ||
BackgroundT | background, | ||
bool | invert | ||
) |
Implement fundamental difference imaging step of convolution and subtraction : D = I - (K.x.T + bg)
Execute fundamental task of convolving template and subtracting it from science image.
templateImage | Image T to convolve with Kernel |
scienceMaskedImage | Image I to subtract T from |
convolutionKernel | PSF-matching Kernel used |
background | Differential background |
invert | Invert the output difference image |
Definition at line 166 of file ImageSubtract.cc.
lsst::afw::image::MaskedImage< PixelT > lsst::ip::diffim::convolveAndSubtract | ( | lsst::afw::image::Image< PixelT > const & | templateImage, |
lsst::afw::image::MaskedImage< PixelT > const & | scienceMaskedImage, | ||
lsst::afw::math::Kernel const & | convolutionKernel, | ||
BackgroundT | background, | ||
bool | invert | ||
) |
Execute fundamental task of convolving template and subtracting it from science image.
templateImage | Image to apply convolutionKernel to |
scienceMaskedImage | MaskedImage from which convolved templateImage is subtracted |
convolutionKernel | Kernel to apply to templateImage |
background | Background scalar or function to subtract after convolution |
invert | Invert the output difference image |
Execute fundamental task of convolving template and subtracting it from science image.
templateImage | Image T to convolve with Kernel |
scienceMaskedImage | Image I to subtract T from |
convolutionKernel | PSF-matching Kernel used |
background | Differential background |
invert | Invert the output difference image |
Definition at line 166 of file ImageSubtract.cc.
template lsst::afw::image::MaskedImage< double > lsst::ip::diffim::convolveAndSubtract | ( | lsst::afw::image::MaskedImage< double > const & | templateImage, |
lsst::afw::image::MaskedImage< double > const & | scienceMaskedImage, | ||
lsst::afw::math::Kernel const & | convolutionKernel, | ||
double | background, | ||
bool | invert | ||
) |
template afwImage::MaskedImage< double > lsst::ip::diffim::convolveAndSubtract | ( | lsst::afw::image::MaskedImage< double > const & | templateImage, |
lsst::afw::image::MaskedImage< double > const & | scienceMaskedImage, | ||
lsst::afw::math::Kernel const & | convolutionKernel, | ||
lsst::afw::math::Function2< double > const & | backgroundFunction, | ||
bool | invert | ||
) |
template lsst::afw::image::MaskedImage< float > lsst::ip::diffim::convolveAndSubtract | ( | lsst::afw::image::MaskedImage< float > const & | templateImage, |
lsst::afw::image::MaskedImage< float > const & | scienceMaskedImage, | ||
lsst::afw::math::Kernel const & | convolutionKernel, | ||
double | background, | ||
bool | invert | ||
) |
template afwImage::MaskedImage< float > lsst::ip::diffim::convolveAndSubtract | ( | lsst::afw::image::MaskedImage< float > const & | templateImage, |
lsst::afw::image::MaskedImage< float > const & | scienceMaskedImage, | ||
lsst::afw::math::Kernel const & | convolutionKernel, | ||
lsst::afw::math::Function2< double > const & | backgroundFunction, | ||
bool | invert | ||
) |
afwImage::MaskedImage< PixelT > lsst::ip::diffim::convolveAndSubtract | ( | lsst::afw::image::MaskedImage< PixelT > const & | templateImage, |
lsst::afw::image::MaskedImage< PixelT > const & | scienceMaskedImage, | ||
lsst::afw::math::Kernel const & | convolutionKernel, | ||
BackgroundT | background, | ||
bool | invert | ||
) |
Implement fundamental difference imaging step of convolution and subtraction : D = I - (K*T + bg) where * denotes convolution.
Execute fundamental task of convolving template and subtracting it from science image.
templateImage | Image T to convolve with Kernel |
scienceMaskedImage | Image I to subtract T from |
convolutionKernel | PSF-matching Kernel used |
background | Differential background |
invert | Invert the output difference image |
Definition at line 115 of file ImageSubtract.cc.
lsst::afw::image::MaskedImage< PixelT > lsst::ip::diffim::convolveAndSubtract | ( | lsst::afw::image::MaskedImage< PixelT > const & | templateImage, |
lsst::afw::image::MaskedImage< PixelT > const & | scienceMaskedImage, | ||
lsst::afw::math::Kernel const & | convolutionKernel, | ||
BackgroundT | background, | ||
bool | invert | ||
) |
Execute fundamental task of convolving template and subtracting it from science image.
templateImage | MaskedImage to apply convolutionKernel to |
scienceMaskedImage | MaskedImage from which convolved templateImage is subtracted |
convolutionKernel | Kernel to apply to templateImage |
background | Background scalar or function to subtract after convolution |
invert | Invert the output difference image |
Execute fundamental task of convolving template and subtracting it from science image.
templateImage | Image T to convolve with Kernel |
scienceMaskedImage | Image I to subtract T from |
convolutionKernel | PSF-matching Kernel used |
background | Differential background |
invert | Invert the output difference image |
Definition at line 115 of file ImageSubtract.cc.
template Eigen::MatrixXd lsst::ip::diffim::imageToEigenMatrix | ( | lsst::afw::image::Image< double > const & | ) |
template Eigen::MatrixXd lsst::ip::diffim::imageToEigenMatrix | ( | lsst::afw::image::Image< float > const & | ) |
Eigen::MatrixXd lsst::ip::diffim::imageToEigenMatrix | ( | lsst::afw::image::Image< PixelT > const & | img | ) |
Turns a 2-d Image into a 2-d Eigen Matrix.
Turns Image into a 2-D Eigen Matrix.
img | Image whose pixel values are read into an Eigen::MatrixXd |
Definition at line 62 of file ImageSubtract.cc.
lsst::afw::math::KernelList lsst::ip::diffim::makeAlardLuptonBasisList | ( | int | halfWidth, |
int | nGauss, | ||
std::vector< double > const & | sigGauss, | ||
std::vector< int > const & | degGauss | ||
) |
Build a set of Alard/Lupton basis kernels.
Generate an Alard-Lupton basis set of Kernels.
halfWidth | size is 2*N + 1 |
nGauss | number of gaussians |
sigGauss | Widths of the Gaussian Kernels |
degGauss | Local spatial variation of bases |
halfWidth | size is 2*N + 1 |
nGauss | number of gaussians |
sigGauss | width of the gaussians |
degGauss | local spatial variation of gaussians |
Definition at line 78 of file BasisLists.cc.
Eigen::MatrixXd lsst::ip::diffim::makeCentralDifferenceMatrix | ( | int | width, |
int | height, | ||
int | stencil, | ||
float | borderPenalty, | ||
bool | fitForBackground | ||
) |
Build a central difference Laplacian regularization matrix for Delta function kernels.
Generate regularization matrix for delta function kernels.
width | Width of basis set you want to regularize |
height | Height of basis set you want to regularize |
stencil | Which type of Laplacian approximation to use |
borderPenalty | Amount of penalty (if any) to apply to border pixels; > 0 |
fitForBackground | Fit for differential background? |
Definition at line 207 of file BasisLists.cc.
lsst::afw::math::KernelList lsst::ip::diffim::makeDeltaFunctionBasisList | ( | int | width, |
int | height | ||
) |
Build a set of Delta Function basis kernels.
Generate a basis set of delta function Kernels.
width | Width of basis set (cols) |
height | Height of basis set (rows) |
Generates a vector of Kernels sized nCols * nRows, where each Kernel has a unique pixel set to value 1.0 with the other pixels valued 0.0. This is the "delta function" basis set.
lsst::pex::exceptions::DomainError | if nRows or nCols not positive |
width | number of columns in the set |
height | number of rows in the set |
Definition at line 47 of file BasisLists.cc.
Eigen::MatrixXd lsst::ip::diffim::makeFiniteDifferenceRegularizationDeprecated | ( | unsigned int | width, |
unsigned int | height, | ||
unsigned int | order, | ||
unsigned int | boundary_style, | ||
unsigned int | difference_style, | ||
bool | printB | ||
) |
Generate regularization matrix for delta function kernels.
Definition at line 505 of file BasisLists.cc.
Eigen::MatrixXd lsst::ip::diffim::makeForwardDifferenceMatrix | ( | int | width, |
int | height, | ||
std::vector< int > const & | orders, | ||
float | borderPenalty, | ||
bool | fitForBackground | ||
) |
Build a forward difference regularization matrix for Delta function kernels.
Generate regularization matrix for delta function kernels.
width | Width of basis set you want to regularize |
height | Height of basis set you want to regularize |
orders | Which derivatives to penalize (1,2,3) |
borderPenalty | Amount of penalty (if any) to apply to border pixels; > 0 |
fitForBackground | Fit for differential background? |
Definition at line 309 of file BasisLists.cc.
std::shared_ptr< KernelCandidate< PixelT > > lsst::ip::diffim::makeKernelCandidate | ( | float const | xCenter, |
float const | yCenter, | ||
std::shared_ptr< afw::image::MaskedImage< PixelT > > const & | templateMaskedImage, | ||
std::shared_ptr< afw::image::MaskedImage< PixelT > > const & | scienceMaskedImage, | ||
daf::base::PropertySet const & | ps | ||
) |
Return a KernelCandidate pointer of the right sort.
xCenter | X-center of candidate |
yCenter | Y-center of candidate |
templateMaskedImage | Template subimage |
scienceMaskedImage | Science image subimage |
ps | PropertySet for creation of rating |
Definition at line 220 of file KernelCandidate.h.
std::shared_ptr< KernelCandidate< PixelT > > lsst::ip::diffim::makeKernelCandidate | ( | std::shared_ptr< afw::table::SourceRecord > const & | source, |
std::shared_ptr< afw::image::MaskedImage< PixelT > > const & | templateMaskedImage, | ||
std::shared_ptr< afw::image::MaskedImage< PixelT > > const & | scienceMaskedImage, | ||
daf::base::PropertySet const & | ps | ||
) |
Return a KernelCandidate pointer of the right sort.
source | afw::table::SourceRecord used to construct the KernelCandidate |
templateMaskedImage | Template subimage |
scienceMaskedImage | Science image subimage |
ps | PropertySet for creation of rating |
Definition at line 245 of file KernelCandidate.h.
Eigen::MatrixXd lsst::ip::diffim::makeRegularizationMatrix | ( | lsst::daf::base::PropertySet const & | ps | ) |
Build a regularization matrix for Delta function kernels.
ps | PropertySet dictating which type of matrix to make |
Definition at line 147 of file BasisLists.cc.
Eigen::MatrixXi lsst::ip::diffim::maskToEigenMatrix | ( | lsst::afw::image::Mask< lsst::afw::image::MaskPixel > const & | mask | ) |
Definition at line 80 of file ImageSubtract.cc.
int const lsst::ip::diffim::NEGCENTXPAR | ( | 0 | ) |
int const lsst::ip::diffim::NEGCENTYPAR | ( | 1 | ) |
int const lsst::ip::diffim::NEGFLUXPAR | ( | 2 | ) |
int const lsst::ip::diffim::POSCENTXPAR | ( | 3 | ) |
int const lsst::ip::diffim::POSCENTYPAR | ( | 4 | ) |
int const lsst::ip::diffim::POSFLUXPAR | ( | 5 | ) |
lsst::ip::diffim::PYBIND11_MODULE | ( | _ipdiffimLib | , |
mod | |||
) |
Definition at line 49 of file _ipdiffimLib.cc.
lsst::afw::math::KernelList lsst::ip::diffim::renormalizeKernelList | ( | lsst::afw::math::KernelList const & | kernelListIn | ) |
Renormalize a list of basis kernels.
Rescale an input set of kernels.
kernelListIn | input list of basis kernels |
kernelListIn | Input list to be renormalized |
Definition at line 412 of file BasisLists.cc.
void lsst::ip::diffim::wrapBasisLists | ( | WrapperCollection & | wrappers | ) |
Definition at line 40 of file basisLists.cc.
void lsst::ip::diffim::wrapDipoleAlgorithms | ( | WrapperCollection & | wrappers | ) |
Definition at line 150 of file dipoleAlgorithms.cc.
void lsst::ip::diffim::wrapFindSetBits | ( | WrapperCollection & | wrappers | ) |
Definition at line 63 of file findSetBits.cc.
void lsst::ip::diffim::wrapImageStatistics | ( | WrapperCollection & | wrappers | ) |
Definition at line 76 of file imageStatistics.cc.
void lsst::ip::diffim::wrapImageSubtract | ( | WrapperCollection & | wrappers | ) |
Definition at line 74 of file imageSubtract.cc.
void lsst::ip::diffim::wrapKernelCandidate | ( | WrapperCollection & | wrappers | ) |
Definition at line 120 of file kernelCandidate.cc.
void lsst::ip::diffim::wrapKernelCandidateDetection | ( | WrapperCollection & | wrappers | ) |
Definition at line 66 of file kernelCandidateDetection.cc.
void lsst::ip::diffim::wrapKernelSolution | ( | WrapperCollection & | wrappers | ) |
Definition at line 186 of file kernelSolution.cc.
lsst.ip.diffim.Control |
Definition at line 48 of file __init__.py.
Definition at line 48 of file __init__.py.
Definition at line 49 of file __init__.py.
lsst.ip.diffim.executionOrder |
Definition at line 48 of file __init__.py.
Definition at line 48 of file __init__.py.
Definition at line 49 of file __init__.py.
Definition at line 50 of file __init__.py.
Definition at line 50 of file __init__.py.