lsst.gauss2d gbf99507273+d801c9999e
Loading...
Searching...
No Matches
lsst::gauss2d::detail::TermsPixel Class Reference

#include <evaluate.h>

Public Member Functions

 TermsPixel (double weight_i=0, double weight_kernel=0, double xmc_i=0, double xmc_weighted_i=0, vecdptr ymc_weighted_i=nullptr, double weight_xx_i=0, double xmc_sq_norm_i=0, vecdptr yy_weighted_i=nullptr)
void set (double weight_, double weight_kernel_, double xmc_, double xx, vecdptr ymc_weighted_, vecdptr yy_weighted_)

Public Attributes

double weight = 0
double weight_kernel = 0
double xmc = 0
double xmc_weighted = 0
vecdptr ymc_weighted = nullptr
double weight_xx = 0
double xmc_sq_norm = 0
vecdptr yy_weighted = nullptr

Detailed Description

Storage for terms common to Gaussians for a single pixel.


The documentation for this class was generated from the following file: