LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
DipoleAlgorithms.cc File Reference
#include <iostream>
#include <algorithm>
#include <functional>
#include <limits>
#include <cmath>
#include "boost/shared_ptr.hpp"
#include "lsst/pex/exceptions.h"
#include "lsst/pex/logging/Trace.h"
#include "lsst/afw/image.h"
#include "lsst/afw/detection.h"
#include "lsst/afw/detection/FootprintArray.cc"
#include "lsst/afw/table.h"
#include "lsst/afw/math.h"
#include "lsst/afw/geom.h"
#include "lsst/ip/diffim/DipoleAlgorithms.h"
#include "ndarray/eigen.h"

Go to the source code of this file.

Classes

class  lsst::ip::diffim::MinimizeDipoleChi2
 

Namespaces

 lsst
 < multiple inclusion guard macro
 
 lsst::ip
 
 lsst::ip::diffim
 

Functions

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)
 

Variable Documentation

int _numNegative

Definition at line 204 of file DipoleAlgorithms.cc.

int _numPositive

Definition at line 203 of file DipoleAlgorithms.cc.

double _sumNegative

Definition at line 200 of file DipoleAlgorithms.cc.

double _sumPositive

Definition at line 199 of file DipoleAlgorithms.cc.

double _varNegative

Definition at line 202 of file DipoleAlgorithms.cc.

double _varPositive

Definition at line 201 of file DipoleAlgorithms.cc.