|
LSSTApplications
10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
|
#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 | |
| Estimate image backgrounds. | |
| 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) |
| 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.
1.8.5