lsst.ip.diffim
14.0-9-g330837b+3
|
#include <iostream>
#include <algorithm>
#include <functional>
#include <limits>
#include <cmath>
#include <memory>
#include "lsst/pex/exceptions.h"
#include "lsst/afw/image.h"
#include "lsst/afw/detection.h"
#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 |
Class to minimize PsfDipoleFlux; this is the object that Minuit minimizes. More... | |
Namespaces | |
lsst | |
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) |
|
private |
Definition at line 259 of file DipoleAlgorithms.cc.
|
private |
Definition at line 258 of file DipoleAlgorithms.cc.
|
private |
Definition at line 255 of file DipoleAlgorithms.cc.
|
private |
Definition at line 254 of file DipoleAlgorithms.cc.
|
private |
Definition at line 257 of file DipoleAlgorithms.cc.
|
private |
Definition at line 256 of file DipoleAlgorithms.cc.